Contact Details Extractor (Emails, Phones, Socials)
Pricing
Pay per usage
Contact Details Extractor (Emails, Phones, Socials)
Give it website URLs. Crawls homepage plus about/contact/team pages and pulls every email, phone, social link (LinkedIn, X, Facebook, Instagram, YouTube), and address. Pure HTML parsing, no paid API. Pairs with AI Sales Personalizer. Free preview, $0.01 per site.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Emily Ward
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Contact Details Extractor
Give it website URLs. Get back every email, phone, social profile, and physical address found on the homepage and the about/contact/team subpages. Pure HTML parsing, no paid API keys.
What it extracts
- Emails from
mailto:links and page text, with[at]/[dot]de-obfuscation and junk filtering (no@sentry.io, image filenames, placeholders) - Phone numbers from
tel:links and visible text, length-validated (8 to 15 digits) - Social profiles: LinkedIn (company + personal), X/Twitter, Facebook, Instagram, YouTube
- Physical address from JSON-LD
PostalAddressstructured data and street-pattern heuristics
How it works
For each site it fetches the homepage plus common subpages (/about, /contact, /team, /company) where contact details usually live, then harvests and de-duplicates everything. Set scan_subpages to false for homepage-only (faster, cheaper).
Input
{"urls": ["https://www.basecamp.com", "zapier.com"],"scan_subpages": true,"max_subpages": 4,"preview_mode": false}
Output per site
| Field | Meaning |
|---|---|
emails | De-duplicated, junk-filtered list |
phones | Cleaned phone numbers |
linkedin / twitter / facebook / instagram / youtube | Profile URLs |
addresses | Physical addresses |
pages_scanned | How many pages were reachable |
Pricing
Free preview (first 3 sites). $0.01 per site after that.
Pairs with
- Show HN / Greenhouse / ProductHunt scrapers to source the sites
- Email Finder & Verifier to resolve named contacts the page does not list
- AI Sales Personalizer to write the opener
Notes
- Polite: short timeouts, standard browser User-Agent, one pass per page.
- Only public pages, no login walls, no headless browser needed.
- Respect each site's Terms of Service and applicable privacy law (GDPR, etc.) when using extracted contact data.