POST
/
scraper
/
scrape
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
}'

Body

application/json

Response

200

Scraper executed successfully.