curl --request POST \
--url https://api.webtranspose.com/v1/scraper/scrape \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"scraper_id": "<string>",
"url": "<string>",
"html": "<string>",
"cache": true,
"proxy": "<string>",
"render_js": true
}
'