Company Email & Contact Finder
Pricing
from $9.90 / 1,000 results
Company Email & Contact Finder
Find public emails, phone numbers and social profiles for any company domain — from its homepage and contact/imprint pages.
Pricing
from $9.90 / 1,000 results
Rating
0.0
(0)
Developer
Tuhin
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Turn a list of company domains into public emails, phone numbers, and social profiles.
Give it domains (or company URLs) and it visits the homepage plus the site's contact / about / imprint (Impressum) pages, then extracts and de-duplicates public contact data — classified role vs personal.
Responsible use: Reads only publicly published contact information from company websites (mailto links, imprint pages, footers). It does not log in, bypass anti-bot, guess/verify private inboxes, or scrape private profiles.
Who it's for
SDRs, recruiters, agencies, and researchers building outbound lists — especially across the EU, where legal Impressum pages publish company email/phone.
Input
| Field | Type | Default | Description |
|---|---|---|---|
domains | array | – | Domains or URLs, e.g. "stripe.com", "https://zalando.de". |
maxPagesPerDomain | integer | 6 | Homepage + this many discovered contact/imprint pages. |
includePhones | boolean | true | Extract tel: phone numbers. |
includeSocials | boolean | true | Extract LinkedIn/X/Facebook/Instagram/YouTube/TikTok/GitHub. |
proxyConfiguration | object | off | Optional; most sites resolve fine without a proxy. |
Example input
{ "domains": ["zalando.de", "n26.com", "apify.com"], "maxPagesPerDomain": 8 }
Output (one record per domain)
{"domain": "zalando.de","companyName": "Zalando SE","emails": [{ "email": "legalnotice@zalando.de", "type": "other" },{ "email": "info@zalando.de", "type": "role" }],"emailCount": 2,"phones": ["+493020968100"],"socials": { "linkedin": "https://linkedin.com/company/zalando", "instagram": "https://instagram.com/zalando" },"pagesScanned": ["https://zalando.de/", "https://zalando.de/imprint/"],"collectedAt": "2026-08-30T18:00:00Z"}
type ∈ role (info@, sales@, careers@…) · personal (firstname.lastname@) · other.
Notes / limitations
- Finds contacts that are publicly on the site. Companies that only use contact forms or render emails via JavaScript may return socials but no email — that's expected, not an error.
- Email TLDs are validated to avoid text-extraction artifacts; unrecognized TLDs are dropped.
- Use it to enrich domains you already have; it does not verify deliverability.