Scrapewebsite
Connector for the scrapewebsite API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://scrapewebsite.email - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_v1_ping_format— GET /v1/ping.json — Returns whether the system is up.get_v1_scrape_emails_format— 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 cache (14 day flush).
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.
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.
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. Therefore please ensure that your client has a timeout of at least 150 seconds (2 mins to fetch and the rest to parse).
Please note 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.
Please note 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.
Please visit https://www.mashape.com/tommytcchan/scrape-website-email.
There is now a limit of 5 requests per day using this sample interface.get_v1_scrape_store_links_format— 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.
Inputs
apiKey— your scrapewebsite API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_v1_ping_format
apiKey: <your key>