Contact Details Scraper Standby
This Actor is paid per event
Contact Details Scraper Standby
This Actor is paid per event
Simple version Contact Details Scraper that allows using Standby mode to get contact data in a few seconds
Actor Metrics
1 monthly user
No reviews yet
No bookmarks yet
Created in Mar 2025
Modified 8 hours ago
This is a version of Contact Details Scraper that allows you to get contact details from any website with a single request and with a latency of a few seconds.
How to run
Call a standby endpoint:
GET https://lukaskrivka--contact-details-scraper---standby-version.apify.actor?url=https://apify.com
with Authorization
header
Bearer YOUR_APIFY_API_TOKEN
Query parameters
url
- URL of the first page of a website to be scraped for contact. The Actor will fetch 2 more pages prioritizing pages like /contact or /about.
Output
The Actor merges contacts from 3 pages of the target website that are most likely to contain contact details.
1[ 2 { 3 "domain": "apify.com", 4 "originalStartUrl": "http://apify.com/", 5 "emails": [ 6 "hello@apify.com" 7 ], 8 "phones": [], 9 "phonesUncertain": [ 10 "04788290", 11 "373153700", 12 "035500000000002", 13 "7434378" 14 ], 15 "linkedIns": [ 16 "https://www.linkedin.com/company/apifytech/", 17 "https://www.linkedin.com/company/10608457/" 18 ], 19 "twitters": [ 20 "https://twitter.com/apify" 21 ], 22 "instagrams": [], 23 "facebooks": [], 24 "youtubes": [ 25 "https://www.youtube.com/apify" 26 ], 27 "tiktoks": [ 28 "https://www.tiktok.com/@apifytech" 29 ], 30 "pinterests": [], 31 "discords": [ 32 "https://discord.com/invite/jyEM2PRvMU" 33 ] 34 } 35]