Antibot Checker — Free Tool

What's blocking
your requests?

Paste any URL. We make a real request and identify the bot protection behind it — Cloudflare, DataDome, Akamai, PerimeterX and 30+ others. Then we show you how to get through.

Try:
01 — Coverage

37 providers,
one check.

Detection runs on the actual HTTP response — status patterns, challenge signatures, headers, cookies and HTML markers. No headless browser needed for detection.

Anti-bot systems

Full bot-management platforms that fingerprint browsers, score behaviour and issue JS challenges.

CloudflareAkamaiDataDomePerimeterX (HUMAN)KasadaImperva / IncapsulaAWS WAFShape SecurityVercelCloudFrontSucuriReblazeCHEQAnubisThreatMetrixMeetricsOculeFullStory Challenge

CAPTCHA vendors

Challenge widgets embedded in pages — often stacked on top of an anti-bot platform.

reCAPTCHAhCaptchaFunCaptcha (Arkose)GeeTestCloudflare TurnstileFriendly CaptchaCaptcha.euQCloud CaptchaAliExpress Captcha

Platform-specific

First-party protections the big platforms run themselves.

LinkedInAmazonGoogleRedditInstagramYouTubeWeiboDoubanDribbbleHouzz
03 — The Fix

Detected it.
Now get through.

Spectrae hosts a hardened Firefox build (Camoufox) on the standard Playwright API. Your selectors, waits and interactions stay exactly the same — only the connection line changes.

  • Real Firefox fingerprint surface — TLS, canvas, WebGL, navigator
  • Sessions start in under a second, cleanup handled for you
  • Stealth engine at $0.05/min, billed per second
  • $1 free credit to test against your checked site
Get your API key
unblock.ts
import { firefox } from "playwright";

// 1. Check a site with the antibot checker above
// 2. Point your scraper at Spectrae's stealth endpoint
const browser = await firefox.connect(
  "wss://browser.spectrae.dev/stealth/playwright?key=YOUR_KEY"
);
const page = await browser.newPage();

await page.goto("https://the-site-you-checked.com");
// Real Firefox fingerprint surface ✓
// Challenge served to curl / headless Chromium → not here
04 — FAQ

Questions about
bot detection.

How can I tell if a website uses Cloudflare or another anti-bot system?

+

Enter the URL in the checker above. It makes a real HTTP request and inspects the response — status codes, headers, cookies and HTML markers — against known fingerprints for 30+ providers including Cloudflare, DataDome, Akamai, PerimeterX and Kasada.

What's the difference between a CAPTCHA and an anti-bot system?

+

CAPTCHAs (reCAPTCHA, hCaptcha, Turnstile) are widgets that verify a single interaction. Anti-bot platforms (Cloudflare, DataDome, Akamai) are full systems that fingerprint your TLS handshake, browser, IP reputation and behaviour before you ever see content — often issuing a JavaScript challenge instead of a visible CAPTCHA.

Which websites block bots the most?

+

The most-blocked targets are LinkedIn, Amazon, Zillow, Indeed, Booking.com, Instagram and Google — all running either first-party protections or enterprise anti-bot platforms. E-commerce, travel, jobs and real-estate sites invest most in bot mitigation because their data has direct market value.

How do I access a site that's blocking my scraper?

+

Plain HTTP clients and default headless Chromium are trivially detected in 2026. The practical fix is routing your automation through a stealth browser — a hardened Firefox build with a different fingerprint surface across TLS, canvas, WebGL and navigator APIs. Spectrae hosts one: change one line of Playwright code to connect to it.

The checker says 'no challenge'. Does that mean scraping will work?

+

Not necessarily. Some sites only challenge suspicious traffic — headless browsers, datacenter IPs, high request rates — while letting a plain first request through. Treat a clean result as 'no protection on a single polite request', and expect protections to appear as volume grows.

Is there an API to bypass bot protection?

+

Spectrae provides a hosted stealth browser on the standard Playwright API. You connect over WebSocket and interact with pages normally while the underlying browser presents a genuine Firefox fingerprint designed for protected sites. Billing is per second with no monthly minimum.

From detection to access.

Know the block.
Skip the block.

Get your API key

$1 free credit · per-second billing · no monthly minimum