Back to Instagram
Apify·Instagram
Get Instagram Profile
/apify/instagram-profile-scraperasync$0.003 / resultScrape all Instagram profile info. Just add Instagram usernames, IDs or URLs and extract name, join date, number of followers, location, bio, website, related profiles, video&post count, latest posts. Export scraped data, schedule scraper via API, and integrate with other tools or AI workflows. Runs as an Apify actor (20–120 s); results are dataset rows.
Charged per returned row plus the flat fee.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| usernames | array | yes | Provide one or several Instagram user names you want to scrape the posts from. The actor will also handle user name IDs. |
| includeAboutSection | boolean | — | This feature is for paying users only. If enabled, the scraper will extract information about the account, including date joined, country of origin, and the profile's channel information. Please beware that the country is there ONLY if the user filled in this information. (default false) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"apify","endpoint":"/apify/instagram-profile-scraper","input":{"usernames":["humansofny"]}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.