From 4db83902c790609d54e127e72235106df6a25187 Mon Sep 17 00:00:00 2001 From: DanNi0130 Date: Tue, 26 Jun 2018 17:45:24 -0500 Subject: [PATCH] Add Scraper API (#694) * add scraper api * Remove API from name Scraper API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94c49029..ca761b1f 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ API | Description | Auth | HTTPS | CORS | Link | | QR code | Generate and decode / read QR code graphics | No | Yes | Unknown | [Go!](http://goqr.me/api/) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | [Go!](https://reqres.in/ ) | | Scrape Website Email | Grabs email addresses from a URL | `X-Mashape-Key` | Yes | Unknown | [Go!](https://market.mashape.com/tommytcchan/scrape-website-email) | +| ScraperApi | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | [Go!](https://www.scraperapi.com) | | SHOUTCLOUD | ALL-CAPS AS A SERVICE | No | No | Unknown | [Go!](http://shoutcloud.io/) | | StackExchange | Q&A forum for developers | `OAuth` | Yes | Unknown | [Go!](https://api.stackexchange.com/) | | Verse | Check what's the latest version of your favorite open-source project | No | Yes | Unknown | [Go!](https://verse.pawelad.xyz/) |