Hands-on integration guides for the scraping and automation stack you already use - Python, Scrapy, Playwright, curl and TypeScript, plus AWS WAF-specific flows. 7 articles in this category.

Create and poll active CaptchaFox API tasks with curl, Python, and TypeScript, then use the returned token in authorized integrations.

Create and poll GeeTest v4 tasks with curl, Python, and TypeScript, then handle the structured ready response in authorized flows.
Create a task, poll its status with bounded retries, and handle the ready response using curl, Python, or TypeScript.

A Scrapy downloader middleware that detects reCAPTCHA, solves it through CapBypass, and retries the request with the token - spiders stay clean.

Keep your Playwright flow and offload the captcha: detect it on the page, get a token from CapBypass over HTTP, inject it, and submit.

Wire CapBypass into a requests/httpx scraper: detect the captcha, solve it, inject the g-recaptcha-response token, and retry - no browser.

Detect AWS WAF JS challenges, solve them with the AntiAwsWafTaskProxyLess task, and replay the aws-waf-token cookie - about 30 lines of Python.