Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

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
Query Params
boolean

Enables JS rendering

string

URL-encoded xpath of the element, content of which you want to scrape. Our system will attempt to parse your results from the HTML page we scrape, and pass those parsed results back to you.

string

URL-encoded CSS-selector of the element, content of which you want to scrape. Our system will attempt to parse your results from the HTML page we scrape, and pass those parsed results back to you.

string
required
Defaults to https://scrapingrobot.com/about-us/

URL of the target web-page to be scraped. This parameter should always be sent as the last one.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json