Instagram Followers Export
Pricing
from $0.01 / 1,000 results
Instagram Followers Export
Export the followers list of any Instagram profile — usernames, full names, verification status and profile pictures — with pagination and a configurable follower limit. Pay-per-event pricing.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Assia Fadli
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Instagram Followers Export exports the followers list of any Instagram profile — usernames, full names, verification status and profile pictures — with built-in pagination and a configurable limit. Perfect for audience research, competitor analysis and lead lists.
What you get
One dataset record per run:
| Field | Description |
|---|---|
profileUrl | The profile that was scraped. |
username | The target handle. |
followersCount | Number of followers in this batch. |
followers | Array of follower objects (username, full name, verification, avatar, …). |
proxyInfo | The proxy used for the run. |
PaginationToken | Token to resume the export in a follow-up run. |
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUsername | string | ✅ | The profile whose followers to export. |
sessionId | string (secret) | ✅ | Your Instagram sessionid cookie — the followers list is only visible to a logged-in session. |
ProxyCountryCode | string | — | Residential-proxy country, best matched to your account (default US). |
PaginationToken | string | — | Resume from a previous run's PaginationToken. |
maxResults | integer | — | Maximum followers to export (default 50). |
{"startUsername": "nasa","sessionId": "<your instagram sessionid cookie>","maxResults": 200,"ProxyCountryCode": "US"}
To export more than one batch, take the PaginationToken from a run's output and pass it back in
as PaginationToken on the next run.
Pricing — pay per event
| Event | When it fires | Suggested price |
|---|---|---|
follower-scraped | Once per follower delivered | set in Console |
You're charged only for followers actually returned. When your per-run budget is reached, no further followers are charged.
How it works
A logged-in headless Chrome (via Puppeteer) opens the profile, opens the followers dialog, and
captures followers by intercepting Instagram's friendships/followers API responses while
scrolling. The DOM interaction is best-effort — if Instagram changes its markup mid-run, whatever
was already collected is still saved, so you never get an empty result.
Tech
Written in TypeScript on the Apify SDK with Crawlee + Puppeteer.
License
MIT © Assia Fadli