AS
Apify Store
/apidojo/instagram-user-scraper
Instagram User Scraper · Fast & Affordable
Extract Instagram profiles, followers, following lists, and public emails by username, URL, or ID. Get bio, verification status, follower counts, contact info. $0.02/search includes 40 FREE profiles.
liveasyncunknown~30s typical
social medialead generationotherinstagramuser
$0.025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.02 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 /apidojo/instagram-user-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| startUrls | array | URLs to start with. It can be only User URL. |
| userIds | array | User IDs to be scraped. |
| handles | array | User Handles to be scraped. |
| keywords | array | Keywords that user wants to search on Instagram |
| getFollowers | boolean | If selected, the actor will also scrape followers of the given Instagram profiles. default true |
| getFollowings | boolean | If selected, the actor will also scrape followed profiles of the given Instagram profiles. default false |
| maxItems | integer | Maximum number of items that you want as output. |
| customMapFunction | string | Function that takes each of the objects as argument and returns data that will be mapped by the function itself. |
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":"/apidojo/instagram-user-scraper","input":{"startUrls":["https://www.instagram.com/taylorswift/"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"},"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 /apidojo/instagram-user-scraper -i '{"startUrls":["https://www.instagram.com/taylorswift/"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/apidojo/instagram-user-scraper", input: {"startUrls":["https://www.instagram.com/taylorswift/"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.