Endpoint to execute a specific scraper.
curl --request POST \ --url https://api.webtranspose.com/v1/scraper/scrape \ --header 'Content-Type: application/json' \ --data '{ "scraper_id": "<string>", "url": "<string>", "html": "<string>", "cache": true, "proxy": "<string>", "render_js": true }'
Scraper executed successfully.