Use Case

Scrape any site,
undetected

Stealth browsers with custom fingerprints, residential proxies, and CAPTCHA solving. Extract data from any site without getting blocked.

Bulletproof Stealth

Advanced anti-detection on every request. Custom fingerprints, realistic TLS, human-like behavior. Bypass Cloudflare, DataDome, PerimeterX.

195+ Country Proxies

Residential, mobile, datacenter, and VPN proxies. Geo-target any country. BYOP supported.

CAPTCHA Solving

Built-in reCAPTCHA, hCaptcha, Turnstile solving. No third-party services needed.

Markdown Extraction

Request API returns clean markdown with metadata. Perfect for RAG, knowledge bases, and data pipelines.

Batch Requests

Fetch multiple URLs in one API call with shared session. Concurrent processing with ordered results.

Mobile Emulation

Pixel-perfect iPhone, Android, tablet emulation. Matching user agents, viewport, and touch events.

Start scraping in one request

Hit the Request API with a URL and get back clean markdown — no browser setup required.

scrape.ts
const apiKey = process.env.BROWSERCITY_API_KEY!;const opts = { method: "POST", headers: { Authorization: `Bearer ${apiKey}` } };const res = await fetch("https://api.browser.city/v1/requests", {  ...opts,  body: JSON.stringify({ url: "https://example.com", markdown: true }),}).then((r) => r.json());console.log(res.content);

Bypass any protection

Cloudflare
DataDome
PerimeterX
Kasada
Akamai
Imperva
hCaptcha
reCAPTCHA
[ 06 / 06 ] — Get Started

Start building in under a minute

Free tier. No credit card. Full stealth from day one.