Contact & Social Profile Finder avatar

Contact & Social Profile Finder

Pricing

$8.00 / 1,000 site processeds

Go to Apify Store
Contact & Social Profile Finder

Contact & Social Profile Finder

Extract emails, phone numbers, and social profile links (LinkedIn, X, Facebook, Instagram, YouTube, TikTok, GitHub) from any website's homepage plus contact/about pages. Fast, no-browser lead enrichment for sales, agencies, and recruiters.

Pricing

$8.00 / 1,000 site processeds

Rating

0.0

(0)

Developer

Zaden

Zaden

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

A fast, no-browser way to pull emails, phone numbers, and social media profile links (LinkedIn, X/Twitter, Facebook, Instagram, YouTube, TikTok, GitHub) off any website's homepage -- plus its contact, about, and team pages.

What you get, per URL

  • Deduplicated email addresses (from mailto: links and page text, junk/placeholder addresses filtered out)
  • Deduplicated phone numbers
  • Detected social profile links, one per platform: LinkedIn, X/Twitter, Facebook, Instagram, YouTube, TikTok, GitHub
  • The contact/about page URL it found and used, if any
  • A one-line summary of what was found
  • Sites are checked in parallel (configurable), so a list of 50 companies finishes in a fraction of the time a one-by-one lookup would take

Why this instead of checking manually

Manual copy-paste from each siteContact & Social Profile Finder
CoverageWhatever page you remember to checkHomepage + contact/about/team pages, automatically
SpeedOpen tab, scroll, copy, repeatSeconds, via parallel scanning
ConsistencyMiss obfuscated or footer-only detailsRegex + mailto: link extraction, deduplicated
OutputSticky notes or a spreadsheet you build by handStructured dataset, exportable to CSV/JSON/CRM

Who this is for

  • SDRs and sales teams building outbound lists who need a contact email or social handle fast
  • Agencies doing prospect research before outreach
  • Recruiters looking for a company's LinkedIn or contact channel
  • Marketers auditing a competitor or partner list's public contact footprint

How to use it

  1. Add one or more company website URLs.
  2. Leave "Also crawl contact/about pages" on for the most complete results (it checks common paths like /contact, /about, /team, plus any contact/about link it finds on the homepage).
  3. Run it once for a one-off list, or schedule it to keep a lead list fresh as companies update their sites.

Example output (one item)

{
"url": "https://example.com",
"finalUrl": "https://example.com/",
"statusCode": 200,
"pagesCrawled": 3,
"emails": ["hello@example.com"],
"phones": ["+1 555-123-4567"],
"socialProfiles": {
"linkedin": "https://linkedin.com/company/example",
"twitter": "https://x.com/example"
},
"contactPageUrl": "https://example.com/contact",
"summary": "1 email(s), 1 phone(s), 2 social profile(s) found.",
"responseTimeMs": 240,
"checkedAt": "2026-08-25T00:00:00.000Z"
}

Pricing

This Actor uses pay-per-event pricing:

  • Site processed -- charged once per URL successfully processed, regardless of how many extra pages were crawled.

Unreachable URLs are not charged.

FAQ

Does this render JavaScript? No. It reads raw HTML, the same way most crawlers see a page. Contact details injected purely by client-side JavaScript after page load may not be visible.

Does it verify emails or phone numbers are real/active? No. It extracts what's published on the page; it does not send verification emails or make calls.

Does it guess emails that aren't published? No. This Actor only extracts what's actually present on the pages it crawls -- it does not pattern-guess addresses like first.last@company.com.

Does this send data anywhere besides your own Apify account? No. It only fetches the URLs you provide (plus, optionally, a handful of common contact/about page paths) and returns what it finds.