GET
$0.12 default
/scrapeDescription
Scrape a target URL. Returns the raw page content.
Pricing
$0.12 default
Parameters
{
"proxy_location": {
"required": false,
"type": "string"
},
"render_js": {
"required": false,
"type": "integer"
},
"url": {
"description": "Target URL to scrape.",
"example": "https://example.com",
"required": true,
"type": "string"
}
}