scrappey_request
Send HTTP requests with antibot bypass to access protected web content using methods like GET and POST, supporting proxies and captcha solving.
Instructions
Send an HTTP request using Scrappey with antibot bypass capabilities. Supports GET, POST, PUT, DELETE, PATCH methods.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | HTTP method to use | |
| url | Yes | Target URL to request | |
| session | No | Session ID for session persistence | |
| postData | No | Data to send with POST/PUT/PATCH requests | |
| proxy | No | Proxy in format http://user:pass@ip:port. Leave blank to use built-in proxy. | |
| proxyCountry | No | Request proxy from specific country (e.g., 'UnitedStates', 'Germany', 'UnitedKingdom') | |
| premiumProxy | No | Use premium residential-like proxies for better success rates | |
| mobileProxy | No | Use mobile carrier proxies | |
| noProxy | No | Disable proxy usage entirely | |
| cloudflareBypass | No | Enable Cloudflare-specific bypass | |
| datadomeBypass | No | Enable Datadome bypass using specialized solver | |
| kasadaBypass | No | Enable Kasada bypass | |
| disableAntiBot | No | Disable automatic antibot detection | |
| automaticallySolveCaptchas | No | Automatically detect and solve captchas on the page | |
| alwaysLoad | No | Always load specific captcha types: 'recaptcha', 'hcaptcha', 'turnstile' | |
| cssSelector | No | Extract content matching this CSS selector | |
| innerText | No | Include inner text of page elements | |
| includeImages | No | Include all image URLs in the response | |
| includeLinks | No | Include all link URLs in the response | |
| screenshot | No | Capture page screenshot | |
| screenshotWidth | No | Screenshot width in pixels | |
| screenshotHeight | No | Screenshot height in pixels | |
| filter | No | Return only specified fields: 'response', 'cookies', 'statusCode', 'innerText', etc. | |
| video | No | Record browser session as video | |
| No | Generate PDF of the page | ||
| interceptFetchRequest | No | URL pattern to intercept and return response data | |
| abortOnDetection | No | URL patterns to block (e.g., analytics, tracking scripts) | |
| whitelistedDomains | No | Only allow requests to these domains | |
| blackListedDomains | No | Block requests to these domains | |
| blockCookieBanners | No | Automatically block cookie consent banners | |
| customHeaders | No | Custom HTTP headers to send | |
| cookies | No | Cookie string to set | |
| cookiejar | No | Cookie jar array format | |
| localStorage | No | LocalStorage data to set | |
| referer | No | HTTP Referer header value | |
| userAgent | No | Custom user agent string | |
| timeout | No | Request timeout in milliseconds | |
| retries | No | Number of retry attempts on failure | |
| fullPageLoad | No | Wait for full page load | |
| listAllRedirects | No | Track and return all redirect URLs | |
| removeIframes | No | Remove all iframes from page |