web scraping router · 14+ vendors · one endpoint

Your scraper passes in
dev. Then it breaks in
production.

is one API across 14+ scraping vendors. The moment one returns a CAPTCHA, 403, or Cloudflare wall, it retries through another. Same request, same response shape. Your code never sees the failure.

For agents · paste one skill

Failover, live

When one scraper
goes dark.

If a vendor starts returning CAPTCHAs, 403s, or Cloudflare challenge pages, retries through a different vendor inside the same request. The failed attempt lands in your ledger so you can see what happened, but your application code only ever receives the response that actually worked.

FailoverSave StateRaceCompareBYOK
primary fails, ladder catches
0 lost00delivered
Live · failoverin flight…
POST/v1/scrapesoft-block · lookalike
news.ycombinator.com
142fetches ·brightdata.scrape87%
  1. 01brightdata.scrapefrom memoryqueued
  2. 02spider.smartfrom failoverqueued
Pending0.08¢ · 1024 ms
router
mode · failovernews.ycombinator.com
open

Pricing

A fraction of a cent a page.
Failed fetches: effectively free.

Pay-as-you-go from day one. Failed fetches bill at the $0.000001 minimum, a hundredth of a credit, and your balance never expires.

Billed to
0.0001
a hundredth of a cent
Failed fetch
0.000001
per failed attempt
BYOK request
flat fee
zero markup
Pay-as-you-go
0.004/ typical page
Start withTop up any time
Fractional billing

Every request is metered to the hundredth of a cent: the cost of the route used, which is vendor cost plus a small routing margin. A typical light fetch settles around 0.4¢, less than the per-call minimum most other APIs charge.

  • New accounts start with free usage. No card required.
  • Top up any amount. Your balance never expires.
  • Failed requests cost $0.000001, effectively free.
  • Bring your own keys. Flat infrastructure fee, zero markup.

Every signed-in account shares the same rate-limit policy. Need higher concurrency or a volume discount? Talk to us.

Get started

Stop wiring up scrapers one at a time.

Sign up, pull an API key from the dashboard, and post a URL to /scrape. handles vendor selection, retries, and billing behind that one endpoint.

Create an account