Get account profile
instagram_get_accountFetch the operated Instagram professional account's profile: username, display name, bio, website, profile picture, follower/following/media counts. Use it to verify identity and review public metrics.
Instructions
Fetch the profile of the operated Instagram professional account: username, display name, biography, website, profile-picture URL, and follower / following / media counts. Read-only (GET /{ig-id}). Fields the account hides or that Meta omits are simply absent. Username, name, biography and website are account-controlled free text and are returned inside an untrusted content fence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Name of the configured account profile to operate as (multi-account). Omit to use the default profile (IG_ACTIVE_PROFILE). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Instagram professional-account ID. | |
| name | No | Display name (fenced untrusted text). | |
| website | No | Profile website (fenced untrusted text). | |
| username | No | IG handle (fenced untrusted text). | |
| biography | No | Profile biography (fenced untrusted text). | |
| mediaCount | No | Number of published media; absent if unavailable. | |
| followsCount | No | Following count; absent if unavailable. | |
| followersCount | No | Follower count; absent if unavailable. | |
| profilePictureUrl | No | CDN URL of the profile picture. |