VOOZH about

URL: https://apify.com/fetch_cat/website-contact-finder

โ‡ฑ Website Contact Finder | Emails, Phones & Social Links ยท Apify


Pricing

from $0.05 / 1,000 contact extracteds

Go to Apify Store

Website Contact Finder

Find public emails, phone numbers, and social links from websites and domains. Export source URLs, confidence signals, crawl diagnostics, and optional MX checks.

Pricing

from $0.05 / 1,000 contact extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ Hanna Nosova

Hanna Nosova

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Find public emails, phone numbers, and social profile links from company websites and domains. Website Contact Finder turns a list of domains into lead-ready contact records with source URLs, confidence signals, crawl counts, and extraction errors.

Find public emails, phones, and social links from domains

Provide company domains or URLs and the actor crawls public pages to find emails, phone numbers, social profiles, and source evidence.

What does Website Contact Finder do?

Website Contact Finder crawls public pages on a website and extracts useful contact details for sales, partnerships, recruiting, agency prospecting, and enrichment workflows.

It can collect:

  • ๐Ÿ“ง Email addresses, including mailto: links, common obfuscations, and Cloudflare-protected emails
  • โ˜Ž๏ธ Phone numbers
  • ๐Ÿ”— Social profile links
  • ๐ŸŒ Source pages where each contact was found
  • โœ… Confidence signals and optional email-domain MX status
  • ๐Ÿงญ Crawl diagnostics such as pages crawled and errors

Who is it for?

This actor is useful for teams that need structured contact data from public websites.

  • Sales teams building prospect lists
  • Agencies enriching domain lists
  • Recruiters looking for company contact channels
  • Partnership teams finding business development inboxes
  • Data teams cleaning or validating web leads
  • Founders researching target accounts

Why use this actor?

Manually opening every company website and checking the footer, contact page, about page, team page, and social links is slow. Website Contact Finder automates that repetitive work and keeps every discovered contact tied to an evidence URL.

Key features

  • Bounded website crawl with depth and page limits
  • Sitemap discovery for faster contact-page discovery
  • Contact, about, team, legal, support, and footer-oriented discovery
  • Email, phone, and social link extraction
  • Optional MX validation for email domains
  • Dedupe across pages and source URLs
  • Configurable maximum emails per domain
  • Flat email summary fields (emailCount, topEmail, allEmails) plus detailed email objects
  • Confidence score for each email
  • Lead-ready row per domain

Source evidence and confidence scoring

Each result keeps contacts tied to the public source URL where they were found. Email records include confidence signals and optional MX validation so you can review evidence before importing data into outreach or enrichment systems.

What data can you extract?

FieldDescription
domainNormalized website domain
seedUrlOriginal URL used to start the crawl
sourceUrlBest page where contact data was found
contactPageTypeSignal such as contact, about, mailto, or general
emailsEmail records with confidence and source URL
phonesPublic phone numbers found on pages
socialLinksLinkedIn, Facebook, Instagram, X/Twitter, YouTube, TikTok
emailCountNumber of deduplicated emails found
phoneCountNumber of deduplicated phone numbers found
topEmailHighest-confidence email for quick exports
allEmailsFlat list of deduplicated emails
contactSourceUrlsPages where emails or phones were found
matchedSignalsSignals that explain why the record was matched
pagesCrawledNumber of pages visited for the domain
errorsNon-fatal crawl or fetch errors

How much does it cost to find website contacts?

The actor uses pay-per-event pricing. A small start event is charged for each run and a contact record event is charged for each website/domain result saved. Final tiered pricing is set after cloud cost measurement.

Input options

You can provide full URLs or plain domains.

{
"startUrls":[{"url":"https://www.w3.org/contact/"}],
"maxPagesPerDomain":10,
"crawlDepth":2,
"includeSitemap":true,
"includePhones":true,
"includeSocialLinks":true,
"validateMx":false,
"maxEmailsPerDomain":20,
"sameDomainOnly":true
}

Start URLs

Use startUrls when you already have full URLs such as homepage URLs, contact page URLs, or company website URLs.

Domains

Use domains when your source list contains values like example.com. The actor will convert each domain into an HTTPS start URL.

Crawl settings

maxPagesPerDomain controls the maximum number of pages visited per website. Start with 10 to keep runs fast, then increase for larger websites.

crawlDepth controls how many link levels the actor follows from the seed URL.

Contact enrichment settings

Enable phone extraction when you want public telephone numbers. Enable social extraction when you want official social profile links. Enable MX validation when you want to check whether an email domain can receive mail. Use maxEmailsPerDomain to keep very large sites bounded while still deduplicating email results.

Output example

{
"domain":"w3.org",
"seedUrl":"https://www.w3.org/contact/",
"sourceUrl":"https://www.w3.org/contact/",
"contactPageType":"mailto",
"emails":[
{
"email":"contact@w3.org",
"normalizedEmail":"contact@w3.org",
"sourceUrl":"https://www.w3.org/contact/",
"confidence":100,
"mxValid":null
}
],
"phones":[],
"socialLinks":{},
"emailCount":1,
"phoneCount":0,
"topEmail":"contact@w3.org",
"allEmails":["contact@w3.org"],
"contactSourceUrls":["https://www.w3.org/contact/"],
"matchedSignals":["email_regex","mailto"],
"pagesCrawled":3,
"firstSeenAt":"2026-06-22T00:00:00.000Z",
"errors":[]
}

Tips for best results

  • Start with homepage URLs or known contact-page URLs.
  • Keep page limits modest for first runs.
  • Use sameDomainOnly for clean company-level results.
  • Turn on MX validation only when needed.
  • Review sourceUrl before importing contacts into outreach tools.

Integrations

Use the output dataset with:

  • CRM enrichment workflows
  • Google Sheets exports
  • Sales engagement tools
  • Lead scoring pipelines
  • Internal prospecting dashboards
  • No-code automation tools

API usage with Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token: process.env.APIFY_TOKEN});
const run =await client.actor('fetch_cat/website-contact-finder').call({
startUrls:[{url:'https://www.w3.org/contact/'}],
maxPagesPerDomain:10
});
console.log(run.defaultDatasetId);

API usage with Python

from apify_client import ApifyClient
import os
client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('fetch_cat/website-contact-finder').call(run_input={
'startUrls':[{'url':'https://www.w3.org/contact/'}],
'maxPagesPerDomain':10,
})
print(run['defaultDatasetId'])

API usage with cURL

curl-X POST 'https://api.apify.com/v2/acts/fetch_cat~website-contact-finder/runs?token=APIFY_TOKEN'\
-H'Content-Type: application/json'\
-d'{"startUrls":[{"url":"https://www.w3.org/contact/"}],"maxPagesPerDomain":10}'

MCP usage

Connect this actor to Apify MCP and ask your assistant to find public contacts for a list of company websites.

Claude Code setup:

$claude mcp add apify https://mcp.apify.com/?tools=fetch_cat/website-contact-finder

Claude Desktop JSON setup:

{
"mcpServers":{
"apify":{
"url":"https://mcp.apify.com/?tools=fetch_cat/website-contact-finder"
}
}
}

Example prompts:

  • "Find public emails and LinkedIn links for these domains."
  • "Crawl these company websites and return contact-page evidence URLs."
  • "Validate email domains with MX checks for this prospect list."

Data quality notes

The actor extracts public information from web pages. Email confidence scores are heuristics based on source page and contact signals. Always review results before using them in outreach.

Legality

Only use this actor for lawful purposes and follow applicable privacy, anti-spam, and marketing rules. The actor is intended for public business contact discovery, not private or restricted data access.

Troubleshooting

Why did a website return no contacts?

Some websites hide contact information behind forms, images, scripts, or login walls. Increase maxPagesPerDomain, provide a known contact page, or review the errors field.

Why are there fewer pages crawled than my limit?

The actor stops when it runs out of same-domain links or reaches the configured crawl depth.

Should I enable proxies?

Most public websites do not need proxies. Leave proxy settings disabled unless a target blocks direct requests.

Related scrapers

FAQ

Can it crawl multiple websites in one run?

Yes. Add multiple entries to startUrls or domains.

Can I input domains instead of URLs?

Yes. Domains such as example.com are normalized into HTTPS start URLs.

Does it validate emails?

It can optionally check MX records for the email domain. It does not guarantee deliverability, send email, or verify inbox ownership.

Does it charge per page?

No. The current design charges per saved website/domain contact record, not per crawled page.

Does it find private or personal emails?

No. It only extracts contact data visible on public web pages and does not bypass logins, forms, or access controls.

How many pages does it crawl per site?

maxPagesPerDomain and crawlDepth control the crawl size for each website.

Can it find social links?

Yes. It detects common public social profile domains including LinkedIn, Facebook, Instagram, X/Twitter, YouTube, and TikTok.

Changelog

Initial version: domain crawl, sitemap discovery, email extraction, phone extraction, social link extraction, confidence scoring, optional MX validation, and crawl diagnostics.

Limits

The actor uses strict depth and page caps to keep runs predictable. Very large websites may require higher limits or a targeted contact-page URL.

Support

If you need a specific website pattern supported, include an example URL and the expected contact fields when opening an issue.

Version

Current build target: 0.1.

You might also like

Website Phone Number Finder โœ… $2/1k

x_guru/website-phone-number-finder

From $2.00 / 1,000 saved phone results. Fast website phone number finder for public business phone numbers, tel links, social profiles, source URLs, and contact-page diagnostics from domains.

๐Ÿ‘ User avatar

Hundevmode Labs

10

Website Email Scraper & Phone Finder โœ… $2/1k

x_guru/website-email-phone-finder

From $2.00 / 1,000 saved results. Website email scraper and domain email finder for lead generation: public business emails, phones, social profiles, source URLs, and contact-page diagnostics from domains.

๐Ÿ‘ User avatar

Hundevmode Labs

16

Website Contact Finder

prodiger/website-contact-finder

Website emails scraper and contact finder for lead generation. Extract email addresses, phone numbers, social profiles, and optional email verification from company websites in bulk. CRM-ready output, no browser required.

Website Contact & Email Extractor

bohard/website-contact-extractor

Crawl any list of websites and extract emails, phone numbers and social media profiles for lead generation.

๐Ÿ‘ User avatar

Bohdan Shtelmakh

4

Website Contact Finder โ€” Emails, Phones & Socials for Leads

automation-lab/website-contact-finder

Turn company websites from Google Maps, directories, CRMs, or spreadsheets into outreach-ready contact signals. Extract public emails, phone numbers, social profiles, contact pages, and optional email verification in bulk.

๐Ÿ‘ User avatar

Stas Persiianenko

497

Hotel Direct Website Finder

esrok/hotel-direct-website-finder

Find official hotel websites, contact pages, public emails, public phone numbers, social links, and confidence scores from hotel names, listing URLs, or known hotel websites.

Website Email & Contact Finder

makework36/email-finder-scraper

Find email addresses, phone numbers, and social media links from any website. Crawls pages and extracts contact information automatically.

๐Ÿ‘ User avatar

deusex machine

71

Website Contact Scraper โ€” Extract Emails & Phone Numbers

maged120/extract-contacts

Crawl any website and extract all contact information found โ€” email addresses, phone numbers, and social media profile links โ€” returned in structured JSON.