Contact Details Scraper Standby avatar
Contact Details Scraper Standby

Pricing

Pay per event

Go to Apify Store
Contact Details Scraper Standby

Contact Details Scraper Standby

Simple version Contact Details Scraper that allows using Standby mode to get contact data in a few seconds

Pricing

Pay per event

Rating

0.0

(0)

Developer

Compass

Compass

Maintained by Apify

Actor stats

1

Bookmarked

29

Total users

2

Monthly active users

2 months ago

Last modified

Categories

Share

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://compass--contact-details-scraper-standby.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.

[
{
"domain": "apify.com",
"originalStartUrl": "http://apify.com/",
"emails": [
"hello@apify.com"
],
"phones": [],
"phonesUncertain": [
"04788290",
"373153700",
"035500000000002",
"7434378"
],
"linkedIns": [
"https://www.linkedin.com/company/apifytech/",
"https://www.linkedin.com/company/10608457/"
],
"twitters": [
"https://twitter.com/apify"
],
"instagrams": [],
"facebooks": [],
"youtubes": [
"https://www.youtube.com/apify"
],
"tiktoks": [
"https://www.tiktok.com/@apifytech"
],
"pinterests": [],
"discords": [
"https://discord.com/invite/jyEM2PRvMU"
]
}
]