Email & Contact Extractor
Pricing
Pay per usage
Email & Contact Extractor
Extract emails, phone numbers and social media links from websites. Auto-follows contact/about pages. Fast HTTP-based lead-generation tool.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Mehmet Kut
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Extract emails, phone numbers, and social media links from any list of websites โ with automatic contact/about page discovery. A fast, affordable lead-generation tool for building outreach lists.
๐ฏ What it does
For each website, it extracts:
- Email addresses (from
mailto:links and page text, asset false-positives filtered) - Phone numbers (from
tel:links and international-format numbers) - Social media profiles โ LinkedIn, Twitter/X, Facebook, Instagram, YouTube, GitHub
- Automatically follows internal contact/about/team/imprint pages for deeper coverage
๐ก Use cases
- B2B lead generation โ build contact lists from company websites
- Sales prospecting โ enrich a list of domains with contact details
- Recruiting โ find contact info for target companies
- Market research โ map a sector's businesses and their reachability
๐ฅ Input
| Field | Type | Description |
|---|---|---|
startUrls | array | Website URLs to extract contacts from |
maxPagesPerDomain | integer | Pages to crawl per site (default 10) |
followContactPages | boolean | Follow contact/about pages (default true) |
maxConcurrency | integer | Parallel requests (default 20) |
useProxy | boolean | Route via Apify Proxy (default true) |
Example input
{"startUrls": ["https://example.com", "https://another.com"],"maxPagesPerDomain": 10,"followContactPages": true}
๐ค Output
{"url": "https://example.com/contact","domain": "example.com","emails": ["hello@example.com", "sales@example.com"],"phones": ["+1 555 123 4567"],"socials": {"linkedin": "https://linkedin.com/company/example","twitter": "https://twitter.com/example"},"emailCount": 2,"phoneCount": 1}
Export to CSV/Excel/JSON or pull via the Apify API straight into your CRM.
โก Performance
HTTP-based crawling โ processes pages in ~0.4s each. No headless browser overhead.
โ๏ธ Responsible use
Use extracted contact data in compliance with applicable laws (GDPR, CAN-SPAM, etc.) and the target sites' terms. Only extract publicly available business contact information.