CAPTCHA Solving Service
A CAPTCHA solving service accepts a challenge from your crawler and returns something you can submit. Two delivery models exist. Token services handle reCAPTCHA v2 and v3, hCaptcha and Cloudflare Turnstile: you send the site key and page URL, they return a solved response token, and you inject it into the corresponding form field before submitting. Image and click services return a transcription or a set of coordinates for the older visual puzzles, and your code performs the interaction itself. The token model is what most scraping stacks use now.
Pricing is quoted per thousand solves and spreads widely by challenge type. 2Captcha's public pricing page on 2026-07-27 listed normal captcha at €0.5 to €1 per 1,000, reCAPTCHA v2 at €0.99 to €2.8 per 1,000, reCAPTCHA v3 at €1.4 per 1,000 for score 0.3 and below and €2.8 above it, and Cloudflare Turnstile at €1.4 per 1,000. Those figures move, so treat the shape rather than the number: the harder the challenge, the higher the rate, and score-based challenges are priced by the score you ask for. Latency is the cost that actually hurts and it is not something we have measured. Reported solve times run into seconds and tens of seconds depending on type and queue depth, which is several orders of magnitude above your normal request time.
Volume in this category is falling for a structural reason. Modern defenses score the session before a challenge is ever shown. Cloudflare describes its managed challenge as dynamically choosing what to serve "based on the characteristics of a request," with most human visitors verified without interacting at all (Cloudflare challenge pages documentation, read 2026-07-27). A token bought for a session that already looks automated can be perfectly valid and still fail, and reCAPTCHA v3 returns a score rather than a verdict, so the site decides what to do with it. Buying solves does not repair a session; it pays for the symptom.
The budget question follows from that. The same money spent on session quality upstream, meaning better IP sourcing, a coherent fingerprint and human-plausible pacing, stops challenges firing in the first place. Managed vendors such as Scrapfly, ZenRows, Scrappey and Bright Data fold both into a per-request price, which hides the split from you. Keep dedicated solving capacity for the tail of targets that challenge every session regardless. Then size concurrency around solve latency rather than price: if a solve occupies a worker for thirty seconds, that worker's throughput collapses, and you need proportionally more workers for the same page rate.
Tools that handle captcha solving service
4 tools in the webscrape.dev directory are commonly used for captcha solving service workflows, spanning web scraping apis, proxy networks. Each is reviewed independently with pricing and editorial assessment.
Scrappey is a web scraping API that pulls publicly available web data through direct HTTP requests or full browser automation in Chrome and Firefox. It handles JavaScript rendering, CAPTCHA challenges, and Cloudflare verification flows. Requests route through a pool of more than 50 million residential IPs across 195+ countries, and output comes back as HTML, JSON, cookies, or markdown formatted for LLM input. It supports over 30 browser automation actions and charges per request rather than by subscription; failed requests are not billed.
ZenRows is a web scraping API company based in Spain, initially bootstrapped and later seed-funded. Its Universal Scraper API returns page HTML or structured data from a single call and handles premium proxy rotation, anti-bot and CAPTCHA bypass, and headless JS rendering. The product line also includes a cloud-hosted Scraping Browser for teams running their own Puppeteer or Playwright automation, plus a residential proxy network with more than 55 million IPs and geotargeting.
Scrapfly is an API-first web scraping and browser automation platform built around a single endpoint that handles anti-bot bypass (including Cloudflare, Akamai, DataDome, and PerimeterX), JavaScript rendering, and rotating residential and datacenter proxies across 190+ countries. It returns HTML, Markdown, plain text, JSON, or screenshots. The product line extends beyond the core scraping API to a Cloud Browser, an LLM-powered Extraction API, a Crawler API, an AI Browser Agent, and an MCP server for Claude, Cursor, and Cline. Scrapfly was founded in 2017 for internal use and opened to the public in 2020. It is operated by Joam Intelligence, LLC, a bootstrapped company, and ships SDKs for Python, TypeScript, Go, Rust, and Scrapy.
Bright Data runs one of the largest commercial proxy networks, spanning residential, datacenter, ISP, and mobile IPs, with scraping APIs and prebuilt datasets layered on top. It is aimed at teams collecting web data at scale who need high success rates against tough targets.