Go to Store
Contact Details Scrapervdrmota/contact-info-scraper

Email extractor and lead scraper to extract and download emails, phone numbers, Facebook, Twitter, LinkedIn, Instagram, Threads, Snapchat, and Telegram profiles from any website. Extract contact information at scale from lists of URLs and download the data as Excel, CSV, JSON, HTML, and XML.

API

Run Contact Details Scraper from your own code. Maps IO calls the samerun-sync-get-dataset-items endpoint server-side and ingests the results into the enriched Postgres.

Set APIFY_API_KEY in your environment, then run the actor and read its dataset:

curl -X POST "https://api.apify.com/v2/acts/vdrmota~contact-info-scraper/run-sync-get-dataset-items?token=$APIFY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{ "searchStringsArray": ["coffee shop"], "maxCrawledPlacesPerSearch": 10 }'