AS
Apify Store
/scraping_solutions/instagram-scraper-followers-following-no-cookies
Instagram Scraper Followers / Following ✅ No cookies ✅
Download an Instagram account’s followers or following . Input a username or array. Auto-paginates with safe delays and outputs clean JSON/CSV (id, username, name, profile link, privacy flags). Free u
liveasyncunknown~30s typical
social medialead generationseo toolsinstagramfollowersfollowingcookies
$0.0011
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00085 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /scraping_solutions/instagram-scraper-followers-following-no-cookies for me.
Input
| Field | Type | Description |
|---|---|---|
| Account* | array | Add a list of Account. You can add them one per line. |
| resultsLimit* | integer | number of Follower/Following for scraping, 50-20000 are the allowed values default 200 |
| dataToScrape* | string (Followers | Followings) | choose between Follower and Following default "Followers" |
| continuationToken | string | Optional. Use this token to continue a previous extraction. When using a continuation token, only one account is allowed in the Account input. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/scraping_solutions/instagram-scraper-followers-following-no-cookies","input":{"Account":["mrbeast"],"resultsLimit":25,"dataToScrape":"Followers"},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /scraping_solutions/instagram-scraper-followers-following-no-cookies -i '{"Account":["mrbeast"],"resultsLimit":25,"dataToScrape":"Followers"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/scraping_solutions/instagram-scraper-followers-following-no-cookies", input: {"Account":["mrbeast"],"resultsLimit":25,"dataToScrape":"Followers"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.