Contact & Social Profile Finder
Pricing
$8.00 / 1,000 site processeds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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 site | Contact & Social Profile Finder | |
|---|---|---|
| Coverage | Whatever page you remember to check | Homepage + contact/about/team pages, automatically |
| Speed | Open tab, scroll, copy, repeat | Seconds, via parallel scanning |
| Consistency | Miss obfuscated or footer-only details | Regex + mailto: link extraction, deduplicated |
| Output | Sticky notes or a spreadsheet you build by hand | Structured 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
- Add one or more company website URLs.
- 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). - 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.