App Logo
instagram.com

Get own Instagram profile

Read the logged-in Instagram account's own profile: handle, display name, bio, follower / following / post counts, profile picture and whether the account is private, verified or a business account.

Input

None

Output

handle required

The logged-in account's username, without @.

bio optional
name optional

Display / full name.

userId optional
isPrivate optional
isBusiness optional
isVerified optional
postsCount optional
externalUrl optional
profilePicUrl optional
followersCount optional
followingCount optional

FAQ

Read the logged-in Instagram account's own profile: handle, display name, bio, follower / following / post counts, profile picture and whether the account is private, verified or a business account.
Nothing. It takes no input.
It returns bio, name, handle, userId, isPrivate, isBusiness, isVerified, postsCount, externalUrl, profilePicUrl, followersCount, followingCount.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It only reads. It looks things up on instagram.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/instagram.com/get_own_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_own_profile
It is part of Reduck's official curated catalogue.

Start building not clicking