Contact Details Extractor avatar

Contact Details Extractor

Pricing

$30.00 / 1,000 contacts extracteds

Go to Apify Store
Contact Details Extractor

Contact Details Extractor

Pricing

$30.00 / 1,000 contacts extracteds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

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.