Blog

#scraping.

9 articles with this tag

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
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
reCAPTCHA error codes explained
Guides3 min read

reCAPTCHA error codes explained

What invalid-input-response, timeout-or-duplicate, browser-error and the other reCAPTCHA codes mean when automating, and which are your token's fault.

recaptcha-v2, recaptcha-v3
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
How a captcha-solving API works
Guides3 min read

How a captcha-solving API works

The create-task, poll, token model behind captcha-solving APIs - what happens server-side, token vs cookie captchas, and the pay-per-solve billing.

api, scraping
why your reCAPTCHA v3 score is low
Guides5 min read

why your reCAPTCHA v3 score is low

Your reCAPTCHA v3 score is set mostly by your proxy's IP reputation, not the solver. How ReCaptchaV3Task splits the work, and a checklist to debug a score that won't climb.

recaptcha-v3, proxy