Web Scraping

Scrape URL with Captcha Bypass

POST /v1/web

#Example

curl -X POST /v1/web \
  -H "Authorization: Bearer your-token" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/protected",
    "bypass_captcha": "true"
  }'

#Pricing

  • 3 credits when bypass_captcha=true

Credits are only deducted for successful requests.

#Restrictions

This mode cannot be combined with:

  • custom HTTP methods
  • custom request headers
  • request body
  • proxy_country