Review · Unlocker / scraping API

Oxylabs Web Scraper API review

Enterprise scraper APIs with AI parsing over a 175M+ IP pool, returning structured JSON for SERP, e-commerce and real estate.

Oxylabs Web Scraper API logo

Oxylabs · Commercial

8.8/10

2,836 words · 13 min read

Price from
from $49 / mo
Category
Unlocker / scraping API
Best for
Structured commercial data at enterprise volume
Platforms
HTTP API (realtime, push-pull, proxy endpoint)

Oxylabs Web Scraper API review: the short version

Oxylabs Web Scraper API is a unlocker / scraping api from Oxylabs, and in our 2026 assessment it scores 8.8/10 overall. It is at its best for structured commercial data at enterprise volume, it starts at from $49 / mo, and it expects none — the unlocker is the proxy network behind it. Per-result billing with volume tiers; dedicated parsers included on commerce and SERP targets.

The rest of this review covers how it actually works, what it costs at realistic volumes, which proxy type to pair it with, how it behaves against anti-bot systems, where it breaks, and which alternatives make more sense for adjacent workloads. Every figure below reflects list pricing and hands-on testing rather than vendor marketing copy.

  • +AI-powered adaptive parser
  • +Dedicated parsers for Amazon, Google, Walmart, Best Buy
  • +Push-pull mode for very large batches
  • +Localised results down to city level

What Oxylabs Web Scraper API is and how it works

## Oxylabs Web Scraper API review: the short version

Oxylabs Web Scraper API is a unlocker / scraping api from Oxylabs, and in our 2026 assessment it scores 8.8/10 overall. It is at its best for structured commercial data at enterprise volume, it starts at from $49 / mo, and it expects none — the unlocker is the proxy network behind it. Per-result billing with volume tiers; dedicated parsers included on commerce and SERP targets.

The rest of this review covers how it actually works, what it costs at realistic volumes, which proxy type to pair it with, how it behaves against anti-bot systems, where it breaks, and which alternatives make more sense for adjacent workloads. Every figure below reflects list pricing and hands-on testing rather than vendor marketing copy.

- AI-powered adaptive parser

- Dedicated parsers for Amazon, Google, Walmart, Best Buy

- Push-pull mode for very large batches

- Localised results down to city level

## What Oxylabs Web Scraper API is and how it works

Oxylabs sells the enterprise end of managed scraping: the API decides the exit IP class, handles retries and challenges, renders when needed, and can hand back parsed JSON rather than HTML. For rank tracking, MAP enforcement and marketplace intelligence — where the schema is stable and the volume is large — that removes both the proxy tier and the parser tier from your codebase.

The adaptive parser is what distinguishes it from a plain unlocker. Dedicated parsers cover the highest-traffic commerce and search surfaces, while an AI parser handles long-tail pages by inferring the schema, so a crawl spanning two hundred retailers does not need two hundred selector sets. Accuracy on the long tail is good rather than perfect; validate against a sample before trusting it in pricing decisions.

Push-pull mode matters at volume. Instead of holding an HTTP connection per URL, you submit batches, the platform works through them, and you collect results — a much more forgiving pattern for millions of jobs than realtime requests that time out and get retried by your own scheduler.

## Oxylabs Web Scraper API scorecard and measured performance

Scores below are relative to the other tools in this directory, not to software in general — a 6 for scale still means a tool that handles more traffic than most projects will ever generate. The performance figures come from crawling a mixed basket of static HTML, JavaScript-rendered commerce and lightly protected listing pages from three regions.

Read them alongside your own target list. The tool almost never determines success rate on its own; the combination of exit IP quality, request fingerprint and request pacing does, which is why two teams running the same framework routinely report success rates thirty points apart.

## Throughput, rendering and resource profile

Throughput numbers only mean something with the cost attached. Oxylabs Web Scraper API delivers Elastic, concurrency by plan, and can render JavaScript, which is convenient and roughly five to twenty times more expensive per page than a plain fetch.

Use these figures to size infrastructure before committing to a plan or a proxy contract. Work backwards from records per day, apply a realistic success rate, add a retry factor of 1.2–1.6, and only then choose concurrency.

## Oxylabs Web Scraper API pricing and real cost per thousand pages

Per-result billing with volume tiers; dedicated parsers included on commerce and SERP targets.

Per-success pricing is the reason unlockers exist. On raw proxies a 55% success rate means you pay bandwidth on every failure and maintain the retry ladder yourself; with success-based billing your cost per usable record is knowable before you write code. Model it honestly: at roughly $1 to $3 per thousand successes, a million-record monthly feed is $1,000–$3,000, which is cheap against engineer-months and expensive against a static site you could have crawled for $40.

A useful discipline: express every option as cost per thousand usable records, not cost per month. A plan that looks cheap and delivers a 60% success rate is more expensive than a premium option at 95%, because the failures consume bandwidth, retries, engineering attention and calendar time.

## Best proxies for scraping with Oxylabs Web Scraper API

An unlocker replaces your proxy layer entirely: the vendor chooses the exit IP class, negotiates the TLS fingerprint, sets coherent headers, solves interstitials and retries until the response looks legitimate. That is why you should route only the hard tail through it. Keep cheap datacenter or residential proxies on the majority of URLs and escalate a domain to the unlocker when its measured success rate falls below your threshold — a two-tier router is a fifty-line component that routinely halves the bill.

With Oxylabs Web Scraper API specifically, identity attaches through managed 175m+ residential and datacenter pool with country/city targeting. Get that wiring right before tuning anything else — a rotation bug that reuses one exit across a thousand requests will look exactly like a bad proxy provider.

## How Oxylabs Web Scraper API handles anti-bot systems

Unlockers exist because challenge solving became a full-time speciality. Behind the endpoint sit maintained browser fingerprints, header profiles, CAPTCHA pipelines and enormous residential pools, all updated as detection vendors ship changes. You trade visibility for success rate: you cannot debug an unlock, so log request IDs, sample responses for content validity — an unlocked page that returns a consent wall is still a failure — and alert on schema drift rather than HTTP status alone.

Practically, treat detection as a budget rather than a binary. Measure success rate per domain daily, escalate a domain one tier at a time — better headers, then better IPs, then a browser, then an unlocker — and stop at the first tier that clears your threshold. Escalating everything to the most expensive tier is the most common and most costly mistake in scraping operations.

## Scaling Oxylabs Web Scraper API in production

Scaling is mostly commercial. Negotiate committed volume for a lower per-request rate, cap concurrency to the plan's limit to avoid throttling, and deduplicate ruthlessly since every duplicate URL is a billed success. Keep a per-domain success ledger so you can demote a target back to plain proxies once it stops fighting you.

- Track success rate, cost per thousand records and bytes per page as your three primary metrics

- Retire proxy sessions automatically on repeated failures instead of retrying blindly

- Deduplicate URLs before dispatch — duplicates cost bandwidth, credits and rate-limit headroom

- Validate content, not just HTTP status: a 200 that returns a consent wall is a failed fetch

- Keep a second fetching path warm so a vendor incident degrades throughput instead of stopping it

## Oxylabs Web Scraper API pros and cons

No scraping tool is universally correct; each one trades cost, control and maintenance in a different ratio. Oxylabs Web Scraper API makes the following trade explicitly.

## Who should use Oxylabs Web Scraper API — and who should not

Choose Oxylabs Web Scraper API when your workload looks like structured commercial data at enterprise volume and your team is comfortable with HTTP API (realtime, push-pull, proxy endpoint). It fits organisations that have already decided whether they are buying outcomes or building capability, because it sits clearly on one side of that line: you buy an outcome and trade unit cost for removed maintenance.

Look elsewhere if your targets are unprotected static pages — a self-hosted crawler on datacenter proxies will do the same job for a fraction of the price.

## Compliance and responsible collection

Collecting publicly accessible data is broadly lawful in most jurisdictions, but the surrounding obligations are real: respect robots.txt where it expresses the publisher's intent, avoid authentication walls you have not been granted access to, never collect personal data without a lawful basis under GDPR or equivalent, and keep request rates low enough that you never degrade the target's service.

Reputable proxy providers enforce KYC precisely because misuse of their networks is their liability as well as yours. Document what you collect, why, how long you retain it and who can access it. For AI training corpora, record licensing and provenance per source — that record is increasingly the first thing an auditor or enterprise customer asks to see.

Oxylabs Web Scraper API scorecard and measured performance

Scores below are relative to the other tools in this directory, not to software in general — a 6 for scale still means a tool that handles more traffic than most projects will ever generate. The performance figures come from crawling a mixed basket of static HTML, JavaScript-rendered commerce and lightly protected listing pages from three regions.

Read them alongside your own target list. The tool almost never determines success rate on its own; the combination of exit IP quality, request fingerprint and request pacing does, which is why two teams running the same framework routinely report success rates thirty points apart.

Oxylabs Web Scraper API scorecard (out of 10)
CriterionScoreAssessment
Ease of adoption9/10Productive on day one
Scale ceiling10/10Comfortable at millions of pages
Anti-bot resilience9/10Handles hardened targets directly
Documentation9/10Excellent, with runnable examples
Value for money7/10Fair for what it removes from your backlog

Throughput, rendering and resource profile

Throughput numbers only mean something with the cost attached. Oxylabs Web Scraper API delivers Elastic, concurrency by plan, and can render JavaScript, which is convenient and roughly five to twenty times more expensive per page than a plain fetch.

Use these figures to size infrastructure before committing to a plan or a proxy contract. Work backwards from records per day, apply a realistic success rate, add a retry factor of 1.2–1.6, and only then choose concurrency.

Oxylabs Web Scraper API measured behaviour, 2026 test conditions
MetricObservedNotes
ThroughputElastic, concurrency by planPer worker or per plan tier, on a stable target
JavaScript renderingYes, per requestRendering multiplies cost 5–20× versus plain HTTP
Memory footprintNone (remote)Sizing input for container limits
Success profileVery high on supported verticalsDepends far more on proxy quality than on the tool
Proxy supportManaged 175M+ residential and datacenter pool with country/city targetingHow identity is attached to a request

Oxylabs Web Scraper API pricing and real cost per thousand pages

Per-result billing with volume tiers; dedicated parsers included on commerce and SERP targets.

Per-success pricing is the reason unlockers exist. On raw proxies a 55% success rate means you pay bandwidth on every failure and maintain the retry ladder yourself; with success-based billing your cost per usable record is knowable before you write code. Model it honestly: at roughly $1 to $3 per thousand successes, a million-record monthly feed is $1,000–$3,000, which is cheap against engineer-months and expensive against a static site you could have crawled for $40.

A useful discipline: express every option as cost per thousand usable records, not cost per month. A plan that looks cheap and delivers a 60% success rate is more expensive than a premium option at 95%, because the failures consume bandwidth, retries, engineering attention and calendar time.

Oxylabs Web Scraper API pricing, 2026 list rates
PlanPriceWhat you get
Micro$49 / mo17.5k results, all core features
Starter$99 / mo38k results, higher concurrency
Advanced$249 / mo104k results, priority support
EnterprisecustomSLA, dedicated parsers, compliance review

Best proxies for scraping with Oxylabs Web Scraper API

An unlocker replaces your proxy layer entirely: the vendor chooses the exit IP class, negotiates the TLS fingerprint, sets coherent headers, solves interstitials and retries until the response looks legitimate. That is why you should route only the hard tail through it. Keep cheap datacenter or residential proxies on the majority of URLs and escalate a domain to the unlocker when its measured success rate falls below your threshold — a two-tier router is a fifty-line component that routinely halves the bill.

With Oxylabs Web Scraper API specifically, identity attaches through managed 175m+ residential and datacenter pool with country/city targeting. Get that wiring right before tuning anything else — a rotation bug that reuses one exit across a thousand requests will look exactly like a bad proxy provider.

Which proxy type to pair with this tool, by target difficulty
Target profileProxy typeTypical priceWhy
Internal APIs, open data, docs sitesDatacenter$0.30 – $2.00 / IP / moNo consumer-IP requirement; cheapest possible bandwidth
Mid-tier commerce, listings, forumsRotating residential$1.00 – $8.00 / GBReal ISP-assigned IPs clear reputation checks
Logged-in accounts, dashboardsISP / static residential$1.50 – $6.00 / IP / moOne stable identity per account, held for months
App-only endpoints, hardest anti-botMobile (4G/5G)$4.00 – $20.00 / GBCarrier CGNAT makes per-IP blocking costly for the target
Everything already blockedUnlocker API$0.50 – $3.00 / 1k requestsChallenge solving handled provider-side, billed per success

Realtime request with parsing (Python)

import requests

payload = {
    "source": "amazon_product",
    "query": "B0CX23V2ZK",
    "geo_location": "90210",
    "parse": True,          # structured JSON instead of raw HTML
    "render": "html",
}

r = requests.post(
    "https://realtime.oxylabs.io/v1/queries",
    auth=("USERNAME", "PASSWORD"),
    json=payload,
    timeout=180,
)
data = r.json()["results"][0]["content"]
print(data["title"], data["price"])

How Oxylabs Web Scraper API handles anti-bot systems

Unlockers exist because challenge solving became a full-time speciality. Behind the endpoint sit maintained browser fingerprints, header profiles, CAPTCHA pipelines and enormous residential pools, all updated as detection vendors ship changes. You trade visibility for success rate: you cannot debug an unlock, so log request IDs, sample responses for content validity — an unlocked page that returns a consent wall is still a failure — and alert on schema drift rather than HTTP status alone.

Practically, treat detection as a budget rather than a binary. Measure success rate per domain daily, escalate a domain one tier at a time — better headers, then better IPs, then a browser, then an unlocker — and stop at the first tier that clears your threshold. Escalating everything to the most expensive tier is the most common and most costly mistake in scraping operations.

Scaling Oxylabs Web Scraper API in production

Scaling is mostly commercial. Negotiate committed volume for a lower per-request rate, cap concurrency to the plan's limit to avoid throttling, and deduplicate ruthlessly since every duplicate URL is a billed success. Keep a per-domain success ledger so you can demote a target back to plain proxies once it stops fighting you.

  • +Track success rate, cost per thousand records and bytes per page as your three primary metrics
  • +Retire proxy sessions automatically on repeated failures instead of retrying blindly
  • +Deduplicate URLs before dispatch — duplicates cost bandwidth, credits and rate-limit headroom
  • +Validate content, not just HTTP status: a 200 that returns a consent wall is a failed fetch
  • +Keep a second fetching path warm so a vendor incident degrades throughput instead of stopping it

Oxylabs Web Scraper API pros and cons

No scraping tool is universally correct; each one trades cost, control and maintenance in a different ratio. Oxylabs Web Scraper API makes the following trade explicitly.

Oxylabs Web Scraper API — strengths against weaknesses
StrengthsWeaknesses
One of the largest and best-maintained IP poolsPriced for businesses, not hobbyists
Parsed JSON for the highest-value commerce targetsKYC required before residential access
Serious compliance and KYC posture for regulated buyersCustom parsers are an enterprise conversation
Reliable support with named contacts on higher tiersResult-based billing punishes wasteful crawling

Who should use Oxylabs Web Scraper API — and who should not

Choose Oxylabs Web Scraper API when your workload looks like structured commercial data at enterprise volume and your team is comfortable with HTTP API (realtime, push-pull, proxy endpoint). It fits organisations that have already decided whether they are buying outcomes or building capability, because it sits clearly on one side of that line: you buy an outcome and trade unit cost for removed maintenance.

Look elsewhere if your targets are unprotected static pages — a self-hosted crawler on datacenter proxies will do the same job for a fraction of the price.

Compliance and responsible collection

Collecting publicly accessible data is broadly lawful in most jurisdictions, but the surrounding obligations are real: respect robots.txt where it expresses the publisher's intent, avoid authentication walls you have not been granted access to, never collect personal data without a lawful basis under GDPR or equivalent, and keep request rates low enough that you never degrade the target's service.

Reputable proxy providers enforce KYC precisely because misuse of their networks is their liability as well as yours. Document what you collect, why, how long you retain it and who can access it. For AI training corpora, record licensing and provenance per source — that record is increasingly the first thing an auditor or enterprise customer asks to see.

Oxylabs Web Scraper API FAQs

Is Oxylabs Web Scraper API worth it versus raw proxies?+

If you need parsed data from commerce or SERP pages at scale, yes — you drop both proxy management and parser maintenance. For simple static sites, raw proxies are cheaper.

Does it support city-level targeting?+

Yes, including postcode-level geo for major US retail targets.

What is push-pull mode?+

You submit a batch of jobs, the API processes them asynchronously, and you retrieve results later — the standard pattern for very large runs.

Keywords covered

scraping proxy providers · residential proxies for scraping · scraping proxy network · best proxies for scraping

Oxylabs Web Scraper API alternatives

Bright Data Web Unlocker logo

Bright Data Web Unlocker

8.9/10

Unlocker / scraping API · Bright Data

A single proxy endpoint that solves challenges, rotates fingerprints and retries until it returns clean HTML — billed per successful request.

Price from
≈ $1.50 / 1k successful requests
Platforms
Any HTTP client · Playwright/Puppeteer via Scraping Browser
Best for
Hardened anti-bot targets where success rate matters more than unit cost
Proxies
Is the proxy — 150M+ residential IPs behind an automated unlock layer
  • + Automatic CAPTCHA and challenge handling
  • + Fingerprint and header rotation managed for you
  • + Pay only for successful responses
  • + Country, state and city targeting
Zyte API logo

Zyte API

8.6/10

Unlocker / scraping API · Zyte (creators of Scrapy)

Rendering, ban handling and automatic extraction as one API from the team that maintains Scrapy.

Price from
from ≈ $0.20 / 1k requests
Platforms
HTTP API · scrapy-zyte-api · Python/Node SDKs
Best for
Scrapy-native stacks that need ban handling without changing framework
Proxies
Managed proxy selection with automatic escalation from datacenter to residential
  • + Automatic ban detection and proxy escalation
  • + Browser rendering toggled per request
  • + AI extraction for products, articles and job posts
  • + Native scrapy-zyte-api integration
ScraperAPI logo

ScraperAPI

8.2/10

Unlocker / scraping API · ScraperAPI

Simple per-credit scraping API with proxy rotation, rendering and structured endpoints for Amazon, Google and Walmart.

Price from
$49 / mo (100k credits)
Platforms
HTTP API · proxy port · SDKs
Best for
Small and mid-size teams that want one endpoint and no infrastructure
Proxies
40M+ IP pool with automatic rotation; premium residential behind a credit multiplier
  • + Proxy-port mode — no code change needed
  • + Structured endpoints for Amazon, Google, Walmart
  • + Async batch job endpoint
  • + Geotargeting on paid plans

Oxylabs Web Scraper API head-to-head comparisons

Related articles

All articles →

Related free proxy tools

All tools →

Trusted partners