Instagram Followers/Following Scraper avatar

Instagram Followers/Following Scraper

Pricing

from $0.90 / 1,000 results

Go to Apify Store
Instagram Followers/Following Scraper

Instagram Followers/Following Scraper

Extract the followers or following list of one or more public Instagram accounts. Get each Instagram user's username, full name, profile picture, verification status, and private-account flag, with a full profile and email on request. No Instagram login or cookies required.

Pricing

from $0.90 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

1

Bookmarked

44

Total users

3

Monthly active users

2.9 days

Issues response

20 hours ago

Last modified

Share

Instagram Followers & Following Scraper — Bulk

Export the followers or the following list of any public Instagram account. No login, no cookie, no session token — nothing of yours is on the line.

One field switches direction, several accounts run in a single job, and big accounts can be resumed from where the last run stopped.

Input

FieldTypeDefaultWhat it does
profilesarrayRequired. Accounts to pull from.
listTypeenumfollowersRequired. followers or followings.
limitinteger100Rows per account. 0 pulls the whole list.
addonProfilebooleanfalseSwaps each row for that account's full public profile.
continueFromstringResume token from an earlier run.
{
"profiles": ["cristiano"],
"listType": "followers",
"limit": 500,
"addonProfile": false
}

limit is per account, not per run. Three profiles at 500 returns up to 1,500 rows.

Output

FieldWhat it holds
usernameThe account's username
full_nameDisplay name
idInstagram user ID
is_privateWhether it's private
is_verifiedWhether it's verified
profile_pic_urlProfile image
source_usernameWhich of your input accounts this row came from
enrichedWhether the full profile was fetched
{
"username": "leomessi",
"full_name": "Leo Messi",
"is_verified": true,
"is_private": false,
"source_username": "cristiano",
"enriched": false
}

source_username is what keeps a multi-account job usable — everything lands in one dataset otherwise.

Resuming a big account

Accounts with millions of followers don't finish in one run. Watch the log for:

🔖 CONTINUE TOKEN (@cristiano): QVFEc0h...

Paste that into continueFrom next time and collection picks up from there instead of starting over.

One caveat: the token applies to the first account in profiles only. It resumes one stream, so run large accounts one at a time if you plan to resume them.

Questions

Do I need an Instagram login or cookie? No. Nothing logs in and no session token is passed. Scrapers that ask for your li_at-equivalent session cookie put your own account at risk of restriction; this doesn't touch one.

Can I get a private account's followers? No. Only public accounts expose these lists. A private account returns nothing, whichever direction you ask for.

Why did a huge account return fewer followers than it has? Instagram serves these lists in bounded pages and stops well short of a full roster on very large accounts. Someone with 600 million followers will not return 600 million rows. You get a large sample in Instagram's own ordering — use continueFrom across several runs to go deeper, but there's still a ceiling.

Followers or following — which is more useful? Following, usually, and it's far smaller. Who an account chooses to follow is deliberate; who follows it mostly isn't. For competitor research the following list is the higher-signal half.

What does addonProfile cost? One extra request and one billable event per row. On a 1,000-follower export that's 1,000 extra requests, which will dominate the bill. Pull the list first, then enrich only the subset you care about.

What's the difference between this and the other two follower Actors? This one does both directions. Instagram Followers Scraper — No Login and Instagram Profile Followers Scraper collect followers only, on the same engine. If you want the following list, this is the one.

Other Instagram Actors

ActorUse when
Instagram User SearchYou don't have account names yet
Instagram Profile ContentYou want their posts, reels, or stories
Instagram Hashtag & Keyword SearchYou're searching by subject, not account
Instagram Media EngagementYou want comments and likers on a post

Support

Questions, bugs, or feature requests: contact@toolzerhub.com

Browse the rest: apify.com/toolzerhub