Contact Details Scraper avatar

Contact Details Scraper

Try for free

Pay $3.00 for 1,000 results

View all Actors
Contact Details Scraper

Contact Details Scraper

vdrmota/contact-info-scraper
Try for free

Pay $3.00 for 1,000 results

Free email extractor 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.

Do you want to learn more about this Actor?

Get a demo
SP

Picking which pages to crawl

Open

spr123 opened this issue
8 days ago

Under the Maximum link depth (optional)

Can you add functionality where you will only scrape pages with specific words.

Many websites do not have the contact details on the home page

So if you add the home page

https://florencescoveljewelry.com/

Add the word "Contact" as a url word to scrape

it will then find this

https://florencescoveljewelry.com/pages/contact-us

Its not practical searching 100's of product pages on an e commerce website.

thanks

Scott

milunnn avatar

Hi Scott,

Looks like a great idea! We will add this feature to our backlog and let you know of any updates.

SP

spr123

7 days ago

thanks so much, looking forward to this.

ondrejklinovsky avatar

Hey,

the actor already does this behind the scenes - pages containing words like contact, about or support take precedence over the others. So it should be fine to just limit the number of requests per start url:

1{
2    ...
3    "maxRequestsPerStartUrl": 3,
4    "maxDepth": 1
5}

See this run to see the results.

Developer
Maintained by Apify
Actor metrics
  • 1.9k monthly users
  • 121 stars
  • 96.9% runs succeeded
  • 4.2 days response time
  • Created in May 2019
  • Modified about 15 hours ago