BrowserSolver

Website Antibot

GET
/v1/website/antibot

Single-pass scan that names the bot-protection vendor in front of a URL so you can choose the right BrowserSolver fetch tier next.

Credit cost: 1 credit per call

Autorização

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parâmetros de consulta

query*string

Full URL or bare domain to scan for bot-protection vendors.

Examples:

https://www.cloudflare.com/
cloudflare.com

Notes:

timeout?number

Upper bound for waiting on the target HTTP response, expressed in seconds (defaults to 15).

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/website/antibot?query=string"

{  "status": 200,  "vendor": "cloudflare",  "final_url": "https://asana.com/",  "confidence": "high",  "detections": [    {      "vendor": "cloudflare",      "evidence": [        "cf-ray header matched: d41e8c2f91ab3340-AMS",        "server header equals cloudflare",        "bot-management cookie __cf_bm detected",        "cf-cache-status=DYNAMIC"      ],      "confidence": "high"    }  ],  "requested_url": "https://asana.com/"}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}