Contact Details Scraper Standby avatar
Contact Details Scraper Standby

Pricing

Pay per event

Go to Store
Contact Details Scraper Standby

Contact Details Scraper Standby

Developed by

Compass

Compass

Maintained by Apify

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

0.0 (0)

Pricing

Pay per event

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 months 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://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"
]
}
]