http_request
Send direct HTTP requests with a real Firefox TLS fingerprint and live browser cookies, bypassing bot detection for APIs and non-JS pages. Faster and lighter than full browser navigation.
Instructions
HTTP request WITHOUT a browser, using a real Firefox TLS/HTTP2 fingerprint (impit). By default it reuses the live browser's cookies for that URL, so you can log in with the browser and then hit the site's API cheaply. Far faster and lighter than navigating — use it for APIs, JSON, and any page that doesn't need JS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | Raw request body (JSON string, form-encoded, …) | |
| proxy | No | Proxy URL, e.g. http://user:pass@host:port | |
| method | No | GET | |
| max_chars | No | Max response body characters returned. | |
| timeout_ms | No | ||
| impersonate | No | TLS fingerprint to present. firefox matches the Camoufox browser. | firefox |
| headers_json | No | Extra headers as JSON, e.g. {"Accept":"application/json"} | |
| use_browser_cookies | No |