You need to have programming knowledge in order to use the API. This API is a tool from developers for developers.
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.All our crawlers scale horizontally. This means that crawling one item takes the same time as crawling 100 items!
The API has a few limitations.
proxy
option in the API payload. Alternatively, we can find suitable proxies for you.Good quality proxies determine 50% of the success of your crawling/scraping projects. We will not deny this fact. However, it is equally important to make sure that your crawling infrastructure provides the following features:
curl https://scrapeulous.com/API \
-H "Content-Type: application/json" \
-d '{"API_KEY": "{{YOUR_API_KEY}}",
"function": "google_scraper.js",
"region": "ca",
"items": ["buy french press"]}'
curl https://scrapeulous.com/API \
-H "Content-Type: application/json" \
-d '{"API_KEY": "{{YOUR_API_KEY}}",
"function": "bing_scraper.js",
"proxies": ["http://11.22.33.44:8080"],
"items": ["news us election"]}'
© All rights Reversed 2021- Scrapeulous.com - Built with love and German Engineering