Scrape web-pages using simple GET API

This API will allow you to use the Scraping Robot service to retrieve web page content using a simple GET HTTP request. To do this, you just need to send a request to the Scraping Robot server and transfer your token, as well as the URL of the desired page as query parameters.

Note! Due to the specifics of the HTTP protocol, for the correct perception of all address parameters, the URL of the desired page must be sent as the last parameter.


In addition, the API has many configurable parameters, which allows you to flexibly control scraping, as well as receive the content of individual page elements, and not just the entire content (see optional parameters).

Simplest scraping example:

GET https://api.scrapingrobot.com/?token=<YOUR_SR_TOKEN>&url=https://scrapingrobot.com/about-us?user=false
Language
Authorization
Query
URL
Click Try It! to start a request and see the response here!