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
Authentification
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Paramètres de requête
query*string
Full URL or bare domain to scan for bot-protection vendors.
Examples:
https://www.cloudflare.com/cloudflare.comNotes:
- Passive fingerprint from HTTP headers, cookies, and HTML markers.
- Challenge responses (403, 503) still produce a valid analysis.
- Use the result to pick Website Crawler, Website Rendering, or Website WebUnlocker.
timeout?number
Upper bound for waiting on the target HTTP response, expressed in seconds (defaults to 15).
Corps de la réponse
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"}