Blog

Tutorials.

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.

CaptchaFox API tutorial with curl, Python, and TypeScript
Tutorials4 min read

CaptchaFox API tutorial with curl, Python, and TypeScript

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

api, automation
GeeTest v4 API tutorial with curl, Python, and TypeScript
Tutorials3 min read

GeeTest v4 API tutorial with curl, Python, and TypeScript

Create and poll GeeTest v4 tasks with curl, Python, and TypeScript, then handle the structured ready response in authorized flows.

api, automation
Tutorials3 min read

Poll captcha API tasks with curl, Python, and TypeScript

Create a task, poll its status with bounded retries, and handle the ready response using curl, Python, or TypeScript.

api, automation
Captcha solving with Scrapy
Tutorials2 min read

Captcha solving with Scrapy

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

python, scraping
Captcha solving with Playwright
Tutorials3 min read

Captcha solving with Playwright

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

python, automation
Add captcha solving to a Python scraper
Tutorials3 min read

Add captcha solving to a Python scraper

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

python, scraping
Bypass AWS WAF challenges in Python
Tutorials3 min read

Bypass AWS WAF challenges in Python

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

aws-waf, python