Website Emails Scraper avatar
Website Emails Scraper

Pricing

$5.00 / 1,000 emails

Go to Store
Website Emails Scraper

Website Emails Scraper

Developed by

Maxime

Maxime

Maintained by Community

It goes to a website and extracts every email addresses. Super simple.

0.0 (0)

Pricing

$5.00 / 1,000 emails

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

a day ago

๐Ÿ“ง Website Email Scraper

Hi, I'm Maxime ๐Ÿ‘‹

I built this lightweight scraper to extract email addresses from any website quickly and reliably!


What you'll get

FieldDescription
urlWebsite URL that was scraped
emailEmail address found on the page

Clean, simple dataโ€”no fluff.


Why this scraper?

Most email scrapers are bloated and slow. Mine focuses on speed and accuracy:

  • Smart extraction from mailto: links and page content
  • Filters out false positives (social handles, CSS syntax, etc.)
  • Fast crawling with built-in link following
  • Typical scrape finishes in < 1 minute

Input

{
"urls": [
{ "url": "https://example.com" },
{ "url": "https://another-site.com" }
],
"proxyConfiguration": {
// optional; Apify proxy or your own
"useApifyProxy": true
}
}

Tips

  • Add as many URLs as you need
  • Crawler automatically follows internal links
  • Built-in proxy rotation support

Sample output

{
"url": "https://example.com",
"email": "contact@example.com"
}

Under the hood

  • Crawlee + Cheerio โ€” fast HTML parsing
  • Smart email detection โ€” finds mailto: links and text emails
  • Safety levers โ€” 15s timeout, 2 retries, 100-request cap
  • Deduplication โ€” no duplicate emails across pages

Perfect for

  • Building contact lists
  • Lead generation
  • Competitor research
  • Outreach campaigns

Quick start

  1. Click "Try for free" โ†’ add your URLs
  2. Press Start
  3. Download your email list

Simple as that! ๐ŸŽ‰