S

Scrape Website Email API

by Scrape Website Email Free tier

ScrapeWebsiteEmail is a service that exposes an api to fetch e-mails from a website.

communicationscrapewebsite

Quick Reference

Base URL http://scrapewebsite.email/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://scrapewebsite.email/ Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 25% builder-friendly
Pricing
28
Latency
0
Depth
41

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /v1/ping.json Returns whether the system is up.
GET /v1/scrape_emails.json Returns a list of emails scraped by priority (ie. e-mails appear on top level pages are first). Please note that subsequent calls to the same url will be fetched from the <b>cache</b> (14 day flush). <br/><br/>Will also parse patterns such as hello[at]site.com, hello[at]site[dot]com, hello(at)site.com, hello(at)site(dot)com, hello @ site.com, hello @ site . com. <br/><br/>Please do note we cannot parse sites that require a login (for now), so for some Facebook pages it is not possible at the moment to fetch the e-mail.<br/><br/>Finally, please note that the api will fetch links for up to 2 minutes. After that time it will start analysing the pages which have been scraped. <b>Therefore</b> please ensure that your client has a timeout of at least <b>150 seconds</b> (2 mins to fetch and the rest to parse). <br/><br/><b>Please note</b> that due to the fact that the api goes out to fetch the pages, the server allows only 1 concurrent request/ip. Requests which are made while the 1 request is still processing will result in a 429 code.<br/><br/><b>Please note</b> that as of May 25, 2014, the main mechanism of tracking usage will be done via Mashape. You can get the free calls by signing up with the FREE plan.<br/><br/>Please visit <a href='https://www.mashape.com/tommytcchan/scrape-website-email'>https://www.mashape.com/tommytcchan/scrape-website-email</a>.<br/><br/><b>There is now a limit of 5 requests per day using this sample interface.</b><br/><br/>
GET /v1/scrape_store_links.json Attempts to grab the google store url or the ios store url for a site, after searching through the site.

Sample Request

curl -X GET 'http://scrapewebsite.email//v1/ping.json' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Scrape Website Email documentation.