Clean data from any website.

A single API returns the fully rendered page from any site. We handle anti-bot detection, CAPTCHAs, browser fingerprinting and residential proxies, so your scrapers keep working.

7-day free trial · no setup fees · cancel anytime

request.sh
$ curl \
-H "X-Api-Key: YOUR_API_KEY" \
"https://api.unblockingapi.com/unblock?url=https://example.com&location=se"
# Response (< 1s avg)
{
"job_id": 86,
"url": "https://example.com",
"status": "succeeded",
"http_response_code": 200,
"response_time_ms": 439,
"render": false,
"location": "se",
"response_format": "html",
"response": "<!doctype html>..."
}
Try it free — no API key

See it unblock a page.

Paste a URL, pick a country, and we'll render it in a real browser from that location — no signup required. A few free tries per visit.

You get the full API response — a real JS-rendered fetch from your chosen country — limited to a few free tries. Start a free trial for your own API key, structured endpoints and unlimited requests.

Modern sites are built to block bots.

Anti-bot systems, browser fingerprinting, CAPTCHA walls and IP reputation now stop most automated traffic before it reaches the page. Keeping up with all of them, as they change, is a moving target.

CAPTCHAs everywhere

Cloudflare, Akamai and PerimeterX challenge automated traffic with CAPTCHAs. Each one a scraper can't clear is a missing data point.

Fingerprint detection

Headless browsers are easy to detect. Canvas fingerprinting, WebGL hashes and navigator signals all give automation away.

IP blocks & rate limits

Datacenter IPs get blocked quickly, and running a reliable pool of residential proxies is expensive and time-consuming to maintain.

The Solution

One API call. Clean data. Every time.

We handle the entire anti-detection stack so you can focus on what matters—your data pipeline, your product, your business.

Anti-detection engine

Real browser profiles with undetectable fingerprints. We pass Cloudflare, Akamai, DataDome, and PerimeterX—automatically.

Smart proxy rotation

Premium residential proxies across 195+ countries. Automatic geo-targeting and session management. Zero configuration needed.

JavaScript rendering

Full browser rendering for SPAs and dynamic content. Get the complete DOM, not just the initial HTML. Wait for selectors, execute scripts.

Fast at scale

Sub-5-second average response times. Pre-warmed browser pools and optimized routing return data quickly, even under load.

CAPTCHA avoidance

A real browser on a residential IP keeps most challenges from ever appearing. Passive checks—Turnstile, reCAPTCHA v3, hCaptcha—clear automatically. No third-party solver to wire up.

Zero configuration

No proxy lists to manage, no browser profiles to configure, no infrastructure to maintain. Send a URL, get data back. We handle everything else.

Simple integration

A few lines of code. That's it.

No SDKs to install. No complex configuration. No browser management. Just a single HTTP GET and you get clean, unblocked HTML back. Works with any language, any framework.

RESTful JSON api

Standard HTTP. Use curl, Python, Node, Go—anything.

Synchronous & async

Get results inline or poll for them. Your choice.

Geo-targeted requests

Specify country codes. See the web as your users see it.

const res = await fetch(
"https://api.unblockingapi.com/unblock?url=https://example.com&location=se",
{ headers: { "X-Api-Key": "YOUR_API_KEY" } }
);
const data = await res.json();
console.log(data.response);
API suite

One platform, every data endpoint you need

The Web Unblocking API is live today. Structured endpoints for search, SEO and commerce are on the way — all on the same engine, under one API key.

Live

Web unblocking API

Fetch clean HTML or rendered content from any website. Handles anti-bot, CAPTCHAs, fingerprinting, and proxy rotation automatically.

Anti-detection JS rendering 195+ geos

On the roadmap

Structured endpoints we're building next, on the same engine and key.

  • SERP API — Google, Bing
  • SEO metrics — DR, backlinks
  • E-commerce — prices, reviews
  • Social media — profiles, posts

Need a specific source? Tell us what to build next.

Pricing

Unlimited traffic. Pay for concurrency, not credits.

Flat monthly plans with unlimited requests and bandwidth. JS rendering and 195+ country geo-targeting are included on every plan — no per-request metering, ever. Try Scout or Hacker free first — no charge until your trial ends.

Scout
€49/mo
1 concurrent
150 req/hr
Same volume usage-based: $108/mo Save $59/mo vs $1 / 1,000 requests
7-day free trial
Hacker
€199/mo
5 concurrent
700 req/hr
Same volume usage-based: $504/mo Save $305/mo vs $1 / 1,000 requests
3-day free trial
Ghost
€499/mo
15 concurrent
2,000 req/hr
Same volume usage-based: $1,440/mo Save $941/mo vs $1 / 1,000 requests
Slayer
€1,099/mo
40 concurrent
5,000 req/hr
Same volume usage-based: $3,600/mo Save $2,501/mo vs $1 / 1,000 requests

Run any plan at full throughput and it's up to 3.3× cheaper than paying $1 per 1,000 requests — and that's before rendering, proxies and geo-targeting, which usage-based APIs bill on top.

Scale Enterprise

Unlimited concurrency, custom throughput, dedicated proxy pool & SLA — built around your workload.

Contact us
See full pricing & comparison

Frequently asked questions

How does it work?

Send us a URL via our REST API. We route it through real browser profiles with anti-detection, residential proxies, and automatic CAPTCHA handling. You get back clean HTML or structured JSON—typically in under 5 seconds.

What sites can you unblock?

We support virtually any website including those protected by Cloudflare, Akamai, DataDome, PerimeterX, and custom anti-bot systems. Our success rate is consistently above 98%.

How does pricing work?

Pricing is based on concurrent scraping power — no credits, no monthly request counting. Every plan includes unlimited traffic; Hacker, Ghost and Slayer apply a fair-use hourly throughput to keep performance stable, and Scale is custom. JS rendering and geo-targeting are included at no extra cost.

Do you support JavaScript-rendered pages?

Yes. Our browser pool runs full Chromium instances with JavaScript execution. You get the complete, rendered DOM—perfect for SPAs, React/Vue apps, and pages that load content dynamically.

Is this legal?

We provide a tool for accessing publicly available data. How you use it is your responsibility. We recommend consulting legal counsel for your specific use case and jurisdiction. We don't allow scraping of personal data or content behind logins.

What about rate limits?

Scout: 1 concurrent / 150 req per hour. Hacker: 5 concurrent / 700 req per hour. Ghost: 15 concurrent / 2,000 req per hour. Slayer: 40 concurrent / 5,000 req per hour. Scale: custom. We handle all target-site rate limiting internally—you just fire requests and we manage the pacing.

Spend your time on your product,
not on getting blocked.

Let us handle the anti-detection, proxies and rendering. You get reliable, clean data from a single API call — and one less system to maintain.

7-day free trial · cancel anytime · unlimited traffic on every plan, from €49/month.