This page will tell you about Scraping Robot's basic functionality
The Scraping Robot API exposes a single API endpoint. Simply send an http-request to https://api.scrapingrobot.com with your API key, passed as a query-parameter, and get the needed data.
All task-parameters are passed in a POST-body as a JSON-object.
POST Sample Code
https://api.scrapingrobot.com?token=<YOUR_SR_TOKEN>
{
"url": "https://www.scrapingrobot.com/",
"module": "HtmlRequestScraper"
}