Instagram Followers / Following Scraper -No cookies avatar

Instagram Followers / Following Scraper -No cookies

Pricing

from $0.80 / 1,000 profile scrapeds

Go to Apify Store
Instagram Followers / Following Scraper -No cookies

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

Aizen

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

11 days ago

Last modified

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

FieldTypeRequiredDescription
usernamesstring[]YesInstagram handles without @. Example: ["robertdowneyjr", "johncena"]
dataToScrapestringYes"Followers" or "Followings"
maxResultsPerUserintegerNoResult 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.

FieldDescription
sourceUsernameThe profile you scraped
typefollower or following
userIdInstagram numeric user ID
usernameHandle of the returned account
fullNameDisplay name
isPrivateWhether the account is private
isVerifiedBlue checkmark status
profilePicUrlProfile 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.