Contact Details Scraper avatar

Contact Details Scraper

Try for free

Pay $3.00 for 1,000 pages

View all Actors
Contact Details Scraper

Contact Details Scraper

vdrmota/contact-info-scraper
Try for free

Pay $3.00 for 1,000 pages

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
EO

Can find website variable

Closed

ehyall2005-owner opened this issue
23 days ago

Hi, I'm trying to change the "apify.com" domain in the actor in Make.com to the website variable. (It used to be" 2. website") I search for the website variable but nothing came up. Can you tell me the current variable so I can scrape multiple domains? Thank you.

ondrejklinovsky avatar

Hey,

the variable name is startUrls, which is a JSON array. Every item in the array must contain url property:

1"startUrls": [
2        {
3            "url": "https://apify.com"
4        },
5        {
6            "url": "https://second.website"
7        },
8        {
9            "url": "https://third.website"
10        }
11    ]
Developer
Maintained by Apify

Actor Metrics

  • 1.3k monthly users

  • 190 stars

  • >99% runs succeeded

  • 4.1 days response time

  • Created in May 2019

  • Modified a day ago