Skip to content

Commit

Permalink
update auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Tschacher committed Feb 24, 2021
1 parent 3d7a688 commit 2127215
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This repository contains crawler functions used by [scrapeulous.com](https://scr

If you want to add your own crawler function to be used within the crawling infrastructure of scrapeulous, please contact us at [contact](https://scrapeulous.com/contact/).

There are three
There are three different endpoints for the API:

+ /crawl - This endpoint allows you to get the HTML from any url. You may use a browser or a plain HTTP requests.
+ /serp - This endpoint allows you to scrape several different seach engines such as Google, Bing or Amazon.
+ /custom - This endpoint allows you to specify your own crawler logic in a custom Puppeteer class.

For the complete documentation, please visit the [API docs page](https://scrapeulous.com/api-docs).


0 comments on commit 2127215

Please sign in to comment.