AS
Apify Store
/inexhaustible_glass/linkedin-email-finder
Email Finder & LinkedIn Scraper - B2B Lead Enrichment
Find business emails, phones, LinkedIn & enrich company data from any website. Get tech stack (40+ tools), WHOIS, SSL, MX records & lead quality score (A/B/C/D). Bulk processing. Perfect for B2B sales
liveasyncunknown~30s typical
lead generationbusinessdeveloper toolslinkedinemailfinder
$0.010
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.008 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 /inexhaustible_glass/linkedin-email-finder for me.
Input
| Field | Type | Description |
|---|---|---|
| urls* | array | One entry per line. Each can be: • a company website — stripe.com • a LinkedIn profile URL — linkedin.com/in/dan-abramov • a person's name — Dan Abramov • a username — gaearon Bulk supported (50+ at once). |
| firstName | string | Contact's first name. With last name, generates personalized email patterns (john.doe@company.com) and improves the GitHub match. default "" |
| lastName | string | Contact's last name. Used with first name for email prediction & GitHub lookup. default "" |
| githubToken | string | Optional GitHub personal access token. Without it, GitHub lookups are limited to ~60/hour; with it, ~5,000/hour. Create one (no scopes needed) at github.com/settings/tokens. |
| maxConcurrency | integer | How many leads to enrich at once. Higher = faster for big lists. default 5 |
| maxPeople | integer | When you enter a NAME, how many matching people to return (each as its own row). Up to 1000 (GitHub's search hard limit). For 30+ add a GitHub token above to avoid rate limits. default 30 |
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":"/inexhaustible_glass/linkedin-email-finder","input":{"urls":["https://stripe.com","https://www.linkedin.com/in/dan-abramov"],"maxConcurrency":3,"maxPeople":3},"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 /inexhaustible_glass/linkedin-email-finder -i '{"urls":["https://stripe.com","https://www.linkedin.com/in/dan-abramov"],"maxConcurrency":3,"maxPeople":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/inexhaustible_glass/linkedin-email-finder", input: {"urls":["https://stripe.com","https://www.linkedin.com/in/dan-abramov"],"maxConcurrency":3,"maxPeople":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.