Contact Details Extractor — Emails, Phones & Social Links avatar

Contact Details Extractor — Emails, Phones & Social Links

Pricing

$30.00 / 1,000 contact extractions

Go to Apify Store
Contact Details Extractor — Emails, Phones & Social Links

Contact Details Extractor — Emails, Phones & Social Links

Pass website URLs or domains; get a structured JSON dataset of emails, phone numbers, and social profile links per page. $0.03 per result — pay only for extracted results. Built for lead gen, enrichment, and AI agents that need parseable contact data.

Pricing

$30.00 / 1,000 contact extractions

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Contact Details Extractor

Pull emails, phone numbers, and social profiles from any web page or domain — one call, no API key, pay per page.

▶ Live on the Apify Store: https://apify.com/eliai/contact-details-extractor — run it instantly, or call it as an agent tool via Apify MCP.

What it extracts

  • Emails (incl. mailto: links, asset/false-positive filtered)
  • Phone numbers (international, validated length)
  • Social profiles — Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok
  • Page title + final URL + status

Input

{ "url": "https://example.com/contact" }

or bulk:

{ "urls": ["https://a.com", "https://b.com"], "maxUrls": 25 }

Output (per page)

{
"url": "https://example.com/contact",
"pageTitle": "Contact Us",
"emails": ["hello@example.com"],
"phones": ["+1 555 123 4567"],
"socialProfiles": { "linkedin": "https://linkedin.com/company/example", "twitter": "https://x.com/example" },
"found": { "emails": 1, "phones": 1, "social": 2 }
}

Notes

Extracts only public contact info present on the page you provide. Built for lead-gen and CRM enrichment at scale. Runs entirely on Apify — no key, no proxy setup.

Pricing

$0.03 per result — billed as the contact-extracted event. Bulk runs are capped by maxUrls, which is also your budget cap.

FAQ

How do I extract email addresses from a website? Pass the page URL (a contact or about page works best) — every address on the page comes back in the emails array, including mailto: links, with asset filenames and common false positives filtered out.

Can it find phone numbers too? Yes — international formats with length validation, returned in phones alongside the emails and social links in one record.

Which social networks does it detect? Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, and TikTok profile links, keyed by network in socialProfiles.

Does it crawl the whole site? No — it extracts from exactly the pages you pass, which keeps cost predictable. Point it at the contact, about, and footer-linked pages where contact data actually lives.

Is this legal for lead generation? It extracts only public contact information already published on the pages you provide — the same data a visitor sees. How you use collected data is governed by your local laws (GDPR, CAN-SPAM); check them before cold outreach.