Email & Contact Extractor avatar

Email & Contact Extractor

Pricing

Pay per usage

Go to Apify Store
Email & Contact Extractor

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

Mehmet Kut

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

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

FieldTypeDescription
startUrlsarrayWebsite URLs to extract contacts from
maxPagesPerDomainintegerPages to crawl per site (default 10)
followContactPagesbooleanFollow contact/about pages (default true)
maxConcurrencyintegerParallel requests (default 20)
useProxybooleanRoute 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.