Instagram Followers Scraper
Pricing
from $2.50 / 1,000 follower scrapeds
Instagram Followers Scraper
Scrape the full follower list of any public Instagram account without a login. Give a list of usernames and get back every follower as a clean row: username, full name, id, private and verified flags, and profile picture. Pagination is walked automatically up to your chosen limit per account.
Pricing
from $2.50 / 1,000 follower scrapeds
Rating
0.0
(0)
Developer
Goutam Soni
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Pull the full follower list of any public Instagram account, without a login. Hand the actor a list of usernames and get back a clean, structured row for every follower: username, full name, numeric id, private and verified flags, and profile picture. Pagination is walked automatically up to the limit you set per account.
What it does
- Full follower list per account, walked page after page until it reaches your cap or the account runs out of followers.
- One clean row per follower, with the username, name, id, verified and private flags, and profile picture already parsed into fields.
- Several accounts at once, processed in parallel.
- No login required. You never hand over an Instagram account or a password.
Common uses: audience research, finding overlap between accounts, lead lists from a niche account's followers, influencer vetting, and community analysis.
Private accounts do not expose their follower list, so a private target returns a single row noting private_account.
Input
| Field | Type | Description |
|---|---|---|
usernames | array | Accounts whose followers you want. Handles, @handles, or profile links all work. |
maxFollowersPerUser | integer | Cap per account. Default 1000. |
concurrency | integer | How many accounts to process in parallel. Default 3. |
Example input
{"usernames": ["nasa", "natgeo"],"maxFollowersPerUser": 5000,"concurrency": 3}
Output
Each row is one follower:
{"type": "follower","queryUsername": "nasa","username": "example_user","fullName": "Jane Doe","id": "123456789","isPrivate": false,"isVerified": false,"profilePicUrl": "https://...","scrapedAt": "2026-07-21T09:00:00.000Z"}
Pricing
Pay per follower returned, billed by result. No subscription. You only pay for the rows you get, plus a small flat start fee per run.