Contact Details Scraper avatar
Contact Details Scraper

Pricing

Pay per event

Go to Store
Contact Details Scraper

Contact Details Scraper

Developed by

Vojta Drmota

Vojta Drmota

Maintained by Apify

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

LE

A single website crawl yielded over 1,800 results

Closed

legacyChris opened this issue
3 days ago

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?

ondrejklinovsky avatar

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 be maxDepth
  • maxRequestsPerCrawl, should be maxRequestsPerStartUrl or maxRequests

You can take a look at the actor's all input parameters here

LE

legacyChris

3 days ago

Thank you