AS
Apify Store
/peterasorensen/snacci
Deep Email, Phone, & Social Media Scraper Search
A powerful tool that searches emails, phone numbers, and social media profiles from any website. It intelligently navigates, prioritizing pages likely to have contact info - even deep in the site. Per
liveasyncunknown~30s typical
automationlead generationdeveloper toolssnacci
$0.015
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.012 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 /peterasorensen/snacci for me.
Input
| Field | Type | Description |
|---|---|---|
| websites* | array | Provide an array of websites to scrape for emails, phone numbers, and social media handles. |
| scrapeTypes* | array | Select what types of contact information to scrape from the websites. default ["emails","phoneNumbers","socialMedia"] |
| proxyConfiguration | object | Select proxies to be used by your crawler. Residential proxies in the target country (US by default) are recommended for better success rates. |
| removeDuplicates | boolean | If enabled, removes duplicate contact information even if found on separate webpages. If disabled, outputs all found information including duplicates. default true |
| maxDepth | integer | Maximum depth of pages to crawl from the starting URL. A depth of 0 means only the initial page, 1 means also crawl linked pages, 2 means crawl linked pages and their linked pages, etc. default 2 |
| maxLinksPerPage | integer | Maximum number of links to follow from each page. Set much higher if extracting a people directory or similar. default 200 |
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":"/peterasorensen/snacci","input":{"websites":["https://www.southampton.ac.uk/people"],"scrapeTypes":["emails","phoneNumbers"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"US"},"maxDepth":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 /peterasorensen/snacci -i '{"websites":["https://www.southampton.ac.uk/people"],"scrapeTypes":["emails","phoneNumbers"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"US"},"maxDepth":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/peterasorensen/snacci", input: {"websites":["https://www.southampton.ac.uk/people"],"scrapeTypes":["emails","phoneNumbers"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"US"},"maxDepth":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.