Contact Scout — website contact extractor avatar

Contact Scout — website contact extractor

Pricing

Pay per usage

Go to Apify Store
Contact Scout — website contact extractor

Contact Scout — website contact extractor

Feed it business websites, get back emails, phone numbers and social profiles — one clean row per site.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Myat Thu

Myat Thu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Contact Scout

Feed it a list of business websites. Get back one clean row per site: email addresses, phone numbers, and social profiles (LinkedIn, Facebook, Instagram, X/Twitter, YouTube).

Built for lead enrichment: you have a list of company domains (from a directory, a CRM export, a conference list) and need the contact details that are sitting on their public websites.

What it does

For each website, Contact Scout:

  1. Fetches the homepage.
  2. Finds the most contact-likely internal pages (contact, about, team, support, impressum...) and scans up to max_pages_per_site of them.
  3. Extracts:
    • Emails — from mailto: links and page text (asset filenames and tracker domains filtered out).
    • Phone numberstel: links are trusted verbatim; text matches are kept only when they look like written phone numbers, so dates, prices, and map coordinates stay out of your data.
    • Social profiles — first LinkedIn / Facebook / Instagram / X / YouTube profile link found (share buttons ignored).

Input

FieldTypeDefaultNotes
start_urlsarrayOne entry per website
max_pages_per_siteinteger51–20; homepage counts

Output

One dataset row per site:

{
"website": "https://example.com",
"domain": "example.com",
"emails": ["hello@example.com"],
"phones": ["+61 3 9000 0000"],
"linkedin": "https://linkedin.com/company/example",
"facebook": null,
"instagram": null,
"twitter_x": "https://x.com/example",
"youtube": null,
"pages_scanned": 4
}

Export as JSON, CSV, or Excel from the dataset tab, or pull via API.

Fair use

Contact Scout reads publicly displayed business contact information only. You are responsible for complying with the laws that apply to your use of the data — in particular anti-spam law (consent and unsubscribe requirements apply to outreach in most countries, including Australia's Spam Act and the EU's GDPR/ePrivacy rules). Scan sites politely: the Actor rate-limits itself between pages.