Instagram Followers / Following Scraper (No cookies🍪) avatar

Instagram Followers / Following Scraper (No cookies🍪)

Pricing

from $0.20 / 1,000 instagram profiles

Go to Apify Store
Instagram Followers / Following Scraper (No cookies🍪)

Instagram Followers / Following Scraper (No cookies🍪)

Scrape followers or following lists from any public Instagram profile. Input usernames, set a limit, get clean structured data. No cookies, no login, no setup

Pricing

from $0.20 / 1,000 instagram profiles

Rating

0.0

(0)

Developer

Dead

Dead

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Instagram Followers & Following Scraper (No Cookies🍪)

Scrape followers or following lists from any public Instagram profile. Input usernames, pick the list type, set a limit — get structured data back. No login, no cookies, no session setup needed from your end.


✅ What It Does

  • Extracts followers or following lists from public Instagram profiles
  • Handles multiple usernames in one run
  • Paginates automatically until your results limit is reached
  • Silent session failover — if one session hits a limit, it switches without stopping the run
  • Outputs clean structured records ready for export or automation
  • No credentials required from the user

🎯 Who It Is For

  • Growth researchers analyzing competitor audiences
  • Marketers building targeted Instagram lists
  • Agencies doing influencer vetting
  • Developers enriching user datasets
  • Anyone needing bulk follower/following data without manual scraping

🔩 Input

FieldTypeRequiredDescription
usernamesstring[]YesInstagram usernames without @. Example: ["natgeo", "cristiano"]
dataToScrapestringYes"Followers" or "Followings"
maxResultsPerUserintegerNoMax records per username. Default 100. Set 0 for unlimited.

Example Input

{
"usernames": ["natgeo", "cristiano"],
"dataToScrape": "Followers",
"maxResultsPerUser": 200
}

📋 Output

One record per follower or following account. Exportable as JSON, CSV, Excel, or XML.

FieldDescription
sourceUsernameThe account you scraped
typefollower or following
userIdInstagram numeric user ID
usernameHandle of the returned profile
fullNameDisplay name
isPrivateWhether the account is private
isVerifiedBlue checkmark status
profilePicUrlProfile picture URL

Example Output

[
{
"sourceUsername": "natgeo",
"type": "follower",
"userId": "4014759590",
"username": "realcolinfurze",
"fullName": "Colin Furze",
"isPrivate": false,
"isVerified": true,
"profilePicUrl": "https://..."
}
]

🗂️ Example Workflows

Competitor audience research

{
"usernames": ["nike", "adidas"],
"dataToScrape": "Followers",
"maxResultsPerUser": 1000
}

Following list export

{
"usernames": ["example_account"],
"dataToScrape": "Followings",
"maxResultsPerUser": 500
}

⚡ Performance

  • Residential proxy protection on every run — no direct IP exposure
  • GraphQL pagination with automatic v1 API fallback
  • 50 results per page, runs fast on most public accounts

🚧 Limitations

  • Private accounts are skipped gracefully — no wasted retries
  • Results depend on Instagram availability and pagination depth
  • Very large exports should be split across multiple runs for best results

💰 Pricing

Pay per delivered result. Free tier is open enough to properly test before scaling. Paid runs are for production workloads and larger exports.


📌 Notes

Start small to validate output before running large jobs. Use public profiles only. Split large account lists across runs if needed.

If something is not working as expected, open an issue and it will be reviewed promptly.