Pricing
from $1.00 / 1,000 results
Go to Apify Store
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
0.0
(0)
Developer
Actor stats
1
Bookmarked
15
Total users
4
Monthly active users
2 months 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.
