Contact Details Scraper
Pay $3.00 for 1,000 pages
Contact Details Scraper
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 demoHi, 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.
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 ]
Actor Metrics
1.3k monthly users
-
190 stars
>99% runs succeeded
4.1 days response time
Created in May 2019
Modified a day ago