Instagram Followers / Following Scraper -No cookies
Pricing
from $0.80 / 1,000 profile scrapeds
Instagram Followers / Following Scraper -No cookies
Extract follower and following lists from public Instagram profiles in bulk. Add usernames, define your limit, receive clean structured records. Zero login, zero cookies, zero setup.
Pricing
from $0.80 / 1,000 profile scrapeds
Rating
0.0
(0)
Developer
Aizen
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 days ago
Last modified
Categories
Share
Instagram Followers & Following Scraper (No Cookies)
Pull followers or following lists from any public Instagram profile. Drop in usernames, choose what to scrape, set your limit — get clean structured data out. No login, no cookies, no session config on your side.
✔️ What It Does
- Pulls follower or following lists from public Instagram profiles
- Accepts multiple usernames in a single run
- Auto-paginates until your result cap is hit
- Smart session switching — if one session stalls, another takes over without breaking the run
- Returns clean, structured records ready to export or pipe into automation
- Zero credentials needed from your side
🎯 Built For
- Growth analysts studying competitor audiences
- Marketers assembling targeted Instagram lists
- Agencies running influencer due diligence
- Developers enriching profile datasets
- Anyone who needs bulk follower/following data without clicking through pages manually
🔧 Input
| Field | Type | Required | Description |
|---|---|---|---|
usernames | string[] | Yes | Instagram handles without @. Example: ["robertdowneyjr", "johncena"] |
dataToScrape | string | Yes | "Followers" or "Followings" |
maxResultsPerUser | integer | No | Result cap per username. Default 100. Use 0 for no limit. |
Example Input
{"usernames": ["natgeo", "cristiano"],"dataToScrape": "Followers","maxResultsPerUser": 200}
📤 Output
One record per follower or following account. Export as JSON, CSV, Excel, or XML.
| Field | Description |
|---|---|
sourceUsername | The profile you scraped |
type | follower or following |
userId | Instagram numeric user ID |
username | Handle of the returned account |
fullName | Display name |
isPrivate | Whether the account is private |
isVerified | Blue checkmark status |
profilePicUrl | Profile photo URL |
Example Output
[{"sourceUsername": "natgeo","type": "follower","userId": "4014759590","username": "realcolinfurze","fullName": "Colin Furze","isPrivate": false,"isVerified": true,"profilePicUrl": "https://..."}]
🗂️ Sample Workflows
Competitor audience research
{"usernames": ["nike", "adidas"],"dataToScrape": "Followers","maxResultsPerUser": 1000}
Following list export
{"usernames": ["example_account"],"dataToScrape": "Followings","maxResultsPerUser": 500}
🚀 Performance
- Residential proxy coverage on every run — your IP stays out of it
- GraphQL pagination with automatic v1 API fallback baked in
- 50 results per page, moves quickly on most public profiles
⚠️ Limitations
- Private accounts are skipped cleanly — no retries wasted
- Results depend on Instagram's availability and pagination depth at the time of the run
- Very large exports are better split across multiple runs for reliable results
💳 Pricing
Charged per result delivered. The free tier gives you enough room to validate output before committing to scale. Paid runs are meant for production use and larger exports.
📎 Notes
Run a small batch first to confirm output quality before launching large jobs. Stick to public profiles. Break up big account lists across runs when needed.
If something looks off, open an issue and it'll get looked at quickly.