Website Contact Finder
Pricing
from $1.00 / 1,000 results
Website Contact Finder
Crawl any website and extract emails, phone numbers, and social media profiles. Smart prioritisation of /contact, /about, /team pages. HTTP-only, no browser.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(7)
Developer
Crawler Bros
Actor stats
8
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Crawl any website and extract emails, phone numbers, and social media profiles (Facebook, Instagram, LinkedIn, Twitter/X, YouTube, TikTok, GitHub, Pinterest). HTTP-only — no browser, no login.
What this actor extracts
websiteUrl— normalised URLemails— unique list (placeholder / noreply / blacklisted domains filtered)phones— unique list (international-format filtered for noise)socialLinks— object with the first profile URL per platformcontactPageUrl— direct link to the discovered contact page (if any)pagesCrawled— number of pages fetchedcrawledAt— ISO timestamp
Input
| Field | Type | Description |
|---|---|---|
urls | string[] | Sites to scan. Required. |
maxPagesPerSite | integer | 1–200 (default 20). |
maxConcurrency | integer | 1–20 parallel page fetches (default 5). |
requestTimeoutSecs | integer | 5–60 per-page timeout (default 15). |
useProxy | boolean | Toggle Apify RESIDENTIAL proxy for sites that block datacenter IPs. Default off. |
smartPrioritise | boolean | Crawl /contact, /about, /team first. Default on. |
How it works
- Normalise each URL (
https://prefix if missing). - Fetch the homepage via
curl_cffi(Chrome-131 TLS fingerprint). - Extract
mailto:+tel:+ plain-text emails/phones + social-profile links. - Discover internal links; prioritise contact/about/team pages.
- Continue fetching up to
maxPagesPerSite, gathering data from each page. - Return one record per input URL with deduplicated results.
Filters and quality
- Emails: blacklists placeholder domains (
example.com,yoursite.com, etc.), known noreply locals, and file-like extensions (.png@x2,.jpg…). - Phones: requires 7–20 digits, prefers international format.
- Socials: drops platform homepages, sharer links, and intent URLs.
FAQ
Do I need a proxy? No — leave useProxy=false. Enable only for sites that serve 403 to datacenter IPs.
Does it render JavaScript? No — pure HTTP. Extract target info from server-rendered HTML / mailto-tel links.