webscrape.dev

Request Success Rate

Request success rate is the share of scraping requests that succeeded. It is the headline metric almost every vendor in this market quotes and almost none define the same way, which makes cross-vendor comparison of published figures close to meaningless unless the methodology travels with the number. Two providers can honestly report 99 percent and 92 percent on the same target while the second one is delivering more usable data, purely because of what each counted.

The numerator is where the ambiguity starts. The narrow definition is HTTP 200 and nothing more. A stricter one is a 200 whose body parsed into a non-empty result matching the expected schema. The strictest is a 200 that parsed and is not a soft block, meaning a challenge page, a consent interstitial, a generic "no results" page or a stripped variant served specifically to suspected bots. Soft blocks are the single most common way a headline number gets inflated, because the transport succeeded and only a content check can tell. The denominator matters just as much: attempts, unique URLs, or billed requests, and whether a URL that took four retries counts once or four times. Counting retries once and measuring at the URL level produces a much prettier number than counting every attempt.

This site publishes no first-party measurements of any vendor. We do not run block-rate or latency tests, and any figure you see here is either disclosed by the vendor or drawn from a named third-party benchmark with its methodology attached and dated. Treat undated success-rate claims as marketing copy regardless of source, including ours if we ever slip.

The practical move is to write your own success definition into the trial protocol before you contact anyone. Fix the URL list, the concurrency, the time window, and the content assertion that decides success, then run every candidate against the identical harness and compute the rate yourself from your own logs. Vendors with a real number will not object. The questions that expose a padded one are short: does your figure count retries, does it count soft blocks as failures, which targets and which dates produced it, and what percentile is it measured at. Tools such as ScrapeOps exist to monitor exactly this in production, and running that monitoring during the trial rather than after it is the cheapest way to avoid signing against a number that was never yours.

Tools that handle request success rate

4 tools in the webscrape.dev directory are commonly used for request success rate workflows, spanning web scraping apis. Each is reviewed independently with pricing and editorial assessment.

ScrapeOps

ScrapeOps aggregates 20+ third-party proxy providers through a Proxy API Aggregator that handles JavaScript rendering and JS snippet execution and returns rendered HTML. A separate residential Proxy Aggregator is billed by bandwidth (GB). The company also runs a scraper operations dashboard for job scheduling and deployment via GitHub or SSH, server provisioning, real-time monitoring, error and CAPTCHA-ban detection, data-quality validation, alerts, and automated health-check reports.

Freemium
ScraperAPI

ScraperAPI wraps proxy rotation, headless browsers, and CAPTCHA handling behind a single endpoint. You send a URL and get the rendered HTML back, which keeps it simple for teams that do not want to manage the moving parts themselves.

Freemium
Scrapfly

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.

Freemium
Zyte

Zyte, from the team that maintains Scrapy, offers a scraping API with automatic extraction plus managed proxy and browser handling. It bridges the gap between a raw framework and a fully managed data service.

Freemium

Browse by category

Web Scraping APIs Managed endpoints that fetch and parse pages for you, handling proxies, browsers, and anti-bot defenses.