Instagram Followers Export avatar

Instagram Followers Export

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Instagram Followers Export

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

Assia Fadli

Maintained by Community

Actor 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:

FieldDescription
profileUrlThe profile that was scraped.
usernameThe target handle.
followersCountNumber of followers in this batch.
followersArray of follower objects (username, full name, verification, avatar, …).
proxyInfoThe proxy used for the run.
PaginationTokenToken to resume the export in a follow-up run.

Input

FieldTypeRequiredDescription
startUsernamestringThe profile whose followers to export.
sessionIdstring (secret)Your Instagram sessionid cookie — the followers list is only visible to a logged-in session.
ProxyCountryCodestringResidential-proxy country, best matched to your account (default US).
PaginationTokenstringResume from a previous run's PaginationToken.
maxResultsintegerMaximum 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

EventWhen it firesSuggested price
follower-scrapedOnce per follower deliveredset 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