Apify Store
AS
Apify Store
/scraper-mind/instagram-email-scraper

Mass Instagram Email Scraper

[𝗖𝗵𝗲𝗮𝗽𝗲𝘀𝘁 𝗣𝗿𝗶𝗰𝗲] The Mass/Bulk Instagram Email Scraper efficiently extracts email addresses from Instagram profiles based on custom keywords. Ideal for influencer marketing, social outreach, and busin

liveasyncunknown~30s typical
lead generationsocial mediaautomationinstagramemail
$0.0025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00199 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 /scraper-mind/instagram-email-scraper for me.

Input

FieldTypeDescription
keywords*arrayA list of keywords to search for. default ["founder","marketing"]
locationstringLocation to filter search results. default ""
platformstring (Instagram)Select platform. default "Instagram"
customDomainsarrayList of custom email domains default ["@gmail.com"]
maxEmailsintegerMaximum number of emails to collect. The scraper will stop once this limit is reached. Setting a higher limit allows for more potential results but doesn't guarantee reaching that number. This helps save costs by controlling scraping time. default 20
perKeywordMaxContactsbooleanON (default): "Max Emails" is a target for EACH keyword, so the scraper keeps going through every keyword instead of stopping as soon as the first one fills up. OFF: "Max Emails" is a single total for the whole run. ⚠️ Heads-up: with this ON the run can collect (and be billed for) Max Emails × number of keywords, and takes proportionally longer. default true
perEmailExtensionMaxContactsbooleanON (default): "Max Emails" is a target for EACH custom email domain, so the scraper works through every extension instead of stopping once the first one fills up. OFF: extensions share one budget. ⚠️ Heads-up: with this ON the run can collect (and be billed for) Max Emails × number of email extensions, and takes proportionally longer. default true
proxyConfigurationobjectConfigure proxies for this Actor.

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":"/scraper-mind/instagram-email-scraper","input":{"keywords":["founder","marketing"],"location":"","customDomains":["@gmail.com"]},"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 /scraper-mind/instagram-email-scraper -i '{"keywords":["founder","marketing"],"location":"","customDomains":["@gmail.com"]}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/scraper-mind/instagram-email-scraper", input: {"keywords":["founder","marketing"],"location":"","customDomains":["@gmail.com"]}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.