AS
Apify Store
/logiover/website-contact-scraper
Website Contact Scraper – Email, Phone & Social
Bulk email and contact extractor for any website. Scrape emails, phones and social links with no API and export leads to CSV or JSON.
liveasyncunknown~30s typical
lead generationbusinesswebsitecontact
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 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 /logiover/website-contact-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| startUrls | array | List of websites to scrape. Optional — leave empty to run a small demo crawl of well-known sites so you can preview the output. |
| maxDepth | integer | 0 = Only Home Page. 1 = Also scan Contact/About pages. default 1 |
| proxyConfiguration | object | Select proxies. default {"useApifyProxy":true} |
| maxRequestsPerCrawl | integer | Safety limit. default 200 |
| useJsBrowser | boolean | Enable for JavaScript-rendered sites where the fast HTTP mode returns empty pages. Slower and more expensive — leave off for most sites. default false |
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":"/logiover/website-contact-scraper","input":{"startUrls":[{"url":"https://apify.com"}],"maxDepth":3,"maxRequestsPerCrawl":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 /logiover/website-contact-scraper -i '{"startUrls":[{"url":"https://apify.com"}],"maxDepth":3,"maxRequestsPerCrawl":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/logiover/website-contact-scraper", input: {"startUrls":[{"url":"https://apify.com"}],"maxDepth":3,"maxRequestsPerCrawl":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.