
Contact Details Scraper
Pricing
Pay per event

Contact Details Scraper
Free email extractor and lead scraper to extract and download emails, phone numbers, Facebook, Twitter, LinkedIn, and Instagram profiles from any website. Extract contact information at scale from lists of URLs and download the data as Excel, CSV, JSON, HTML, and XML.
3.8 (38)
Pricing
Pay per event
502
Total users
35K
Monthly users
1.4K
Runs succeeded
>99%
Issues response
10 hours
Last modified
20 hours ago
A single website crawl yielded over 1,800 results
Closed
This has to be a glitch, the run was to get contact details from one website and it plowed for over 11 minutes with over 1,800 results. How in the world am I supposed to trust this if I use it for business? This was the json in the http request: { "startUrls": [{"url": "{{ $json.websiteUrl }}"}], "maxCrawlingDepth": 2, "maxRequestsPerCrawl": 10 } What happened?

Ondrej Klinovský (ondrejklinovsky)
Hey,
thanks for reaching out. It seems you passed incorrect parameters for the limits, so the actor was basically running without any limits.
Here are the incorrect parameters:
maxCrawlingDepth
, should bemaxDepth
maxRequestsPerCrawl
, should bemaxRequestsPerStartUrl
ormaxRequests
You can take a look at the actor's all input parameters here
legacyChris
Thank you