Website Contact Finder — Emails, Phones & Socials
Pricing
from $4.00 / 1,000 results
Website Contact Finder — Emails, Phones & Socials
Turn a list of websites into contact records: emails, phone numbers and social profiles for each site. Scans contact/about pages, de-obfuscates emails, splits role vs personal. Keyless, precise output for lead generation and enrichment.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Ponderable Hydrometer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
Turn a list of websites into contact records. Give the actor domains or URLs; it returns the emails, phone numbers and social profiles for each site — scanning not just the homepage but each site's own contact / about / imprint pages, where the real contact details live.
Built for lead generation, list enrichment, and sales/recruiting prospecting.
What you get
Per website:
- Emails — all valid addresses found, split into role-based (
info@,sales@,support@…) and personal (jane.diaz@…) - Phone numbers — normalized international format, taken from
tel:links (clean, no false positives) - Social profiles — LinkedIn, Twitter/X, Facebook, Instagram, YouTube, TikTok
- Company name — from the site's metadata/title
- Provenance —
pagesScanned,sourcePages(exactly which URLs were read),domain,url,status,httpStatus
Why this actor
The popular incumbents in this niche are rated ~1.3–1.4 and return junk — mangled strings like st@us (from "status") or navig@ion (from "navigation") mixed in with real addresses. This actor is built for precision:
- Strict, bracketed de-obfuscation — decodes
info [at] example [dot] comwithout corrupting ordinary words that merely contain "at"/"dot". tel:-only phone extraction — avoids the version numbers and IDs that pollute regex-scraped phone lists.- Email sanitation — rejects image filenames, tracking snippets, placeholder addresses, and malformed strings.
- Second-hop crawl — follows each site's own contact/about/imprint links, so it finds details that homepage-only scrapers miss.
Keyless, no login. You crawl the public pages of the sites you provide.
Input
{"startUrls": [{ "url": "https://stripe.com" },{ "url": "basecamp.com" }],"maxPagesPerSite": 5,"concurrency": 5}
You can also pass a plain list via domains: ["example.com", "acme.io"]. maxPagesPerSite = homepage plus that many discovered contact pages.
Example output (one site)
{"input": "https://stripe.com","domain": "stripe.com","url": "https://stripe.com","company": "Stripe","status": "ok","httpStatus": 200,"emails": ["jane.diaz@stripe.com", "sales@stripe.com"],"roleEmails": ["sales@stripe.com"],"personalEmails": ["jane.diaz@stripe.com"],"phones": ["+18004631260"],"socials": {"linkedin": "https://www.linkedin.com/company/stripe","twitter": "https://twitter.com/stripe","facebook": "https://facebook.com/StripeHQ","instagram": "https://instagram.com/stripe","youtube": "https://youtube.com/stripe"},"pagesScanned": 4,"sourcePages": ["https://stripe.com/","https://stripe.com/contact/sales","https://stripe.com/support-plans"]}
Notes
- One result = one website (with all contacts found on it). Sites with no reachable HTML return a
statusexplaining why (no-html,invalid-url, error) so nothing fails silently. - Some sites render contact details only via JavaScript; this version reads server-rendered HTML, which covers the large majority of business sites.
- Use responsibly and in line with applicable laws (e.g. GDPR/CAN-SPAM) when contacting people. This tool extracts publicly published information; how you use it is your responsibility.
Related actors
- Company Hiring Signals — detect which companies are hiring.
- Website Tech Stack Detector — technologies a site runs on.
- Multi-ATS Job Scraper — jobs straight from company career pages.