AS
Apify Store
/scraper-mind/linkedin-email-scraper
Mass Linkedin Email Scraper
[𝗖𝗵𝗲𝗮𝗽𝗲𝘀𝘁 𝗣𝗿𝗶𝗰𝗲] The Mass/Bulk LinkedIn Email Scraper efficiently extracts email addresses from LinkedIn profiles based on targeted keywords. Perfect for recruitment, sales outreach, and networking, i
liveasyncunknown~30s typical
lead generationsocial mediaautomationlinkedinemail
$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/linkedin-email-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| keywords* | array | A list of keywords to search for. default ["founder","marketing"] |
| location | string | Location to filter search results. default "" |
| platform | string (Linkedin) | Select platform. default "Linkedin" |
| customDomains | array | List of custom email domains default ["@gmail.com"] |
| maxEmails | integer | Maximum 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 |
| perKeywordMaxContacts | boolean | ON (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 |
| perEmailExtensionMaxContacts | boolean | ON (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 |
| proxyConfiguration | object | Configure 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/linkedin-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/linkedin-email-scraper -i '{"keywords":["founder","marketing"],"location":"","customDomains":["@gmail.com"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/scraper-mind/linkedin-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.