Datames
Datames · v2
Datames engine v2 — bypasses any anti-bot protection

Scrape any website.
Solve any challenge.

One API for fetching any URL and solving any captcha. The Datames engine handles rendering, anti-bot evasion, and challenge solving — so your code stays one simple HTTP call.

● 1.18s avg 12 / 12 browsers 99.97% uptime $0 to start
Engine
datames_stealth
Browsers
12 / 12 warm
Solve
1.18s avg
Per call
1 cr
1.04s · nowsecure.nl · stealth
0.87s · doordash.com · stealth
0.32s · example.com · classic
2.41s · telus.com · stealth
1.19s · discord.com · classic
1.55s · shopify.com · stealth
0.28s · github.com · classic
0.91s · popcat.click · stealth
1.04s · nowsecure.nl · stealth
0.87s · doordash.com · stealth
0.32s · example.com · classic
2.41s · telus.com · stealth
1.19s · discord.com · classic
1.55s · shopify.com · stealth
0.28s · github.com · classic
0.91s · popcat.click · stealth
99.7%
Challenge solve rate
1.2s
Average solve time
12
Browsers always warm
1cr
Per call. Always.
HOW IT WORKS

You send one URL. We handle the rest.

Three steps from URL to structured data. Your code stays one fetch call.

/01 POST

Send the URL

One HTTP call. Authenticate with your API key. Optionally request a screenshot, PDF, or rendered HTML. Returns a clean JSON response.

/02 DETECT

We auto-detect the best path

Engine auto-selects the right path per domain. Static pages go through the fast, cheap path. Anti-bot-protected pages get routed to the full Datames engine that handles rendering and challenge solving.

/03 SOLVE

We render, evade, and cache

The Datames engine renders the page in a real browser, evades any anti-bot layer it encounters, caches the solved session, and returns clean HTML. Future requests to that domain skip the probe.

FEATURES

Built for data teams that can't afford to fail

Every piece of the pipeline runs on hardened infrastructure, monitored 24/7.

Sub-2s fetches

Average 1.18s end-to-end including JS render and anti-bot evasion. P95 under 2.5s. No cold starts.

smart session caching

Solved sessions persist per-domain for 30 minutes. Repeat requests to the same site skip the bypass entirely.

Real browsers, always warm

Real Chromium instances stay warm. No spin-up cost on first request.

Intelligent routing

Datames auto-selects between a fast path for clean sites and the full engine for protected ones — so you only pay for what you actually need.

Built-in captcha solver

Turnstile, reCAPTCHA v2/v3, hCaptcha, GeeTest, image-to-text — 7 types in one endpoint. 1–5 credits per solve. No separate integration.

Screenshots + PDF

Capture the page as image (PNG) or PDF. Useful for debugging and visual monitoring.

Bring-your-own proxies

Bring your own residential or mobile proxies. Wire them per-request or globally for a customer.

PRICING

Start free. Pay only when it works.

All plans include both engines, captcha solving, smart session caching, and unlimited domains. No surprise charges.

Save 20% with quarterly billing on Starter, Standard, Pro, and Enterprise.
FREE
$0/mo
100 credits one-time
  • All 3 engines
  • Captcha solver access
  • 1 request / minute
  • No credit card needed
Start free
STARTER
$4.99/mo
10,000 credits / month
or $11.99/qtr · 30,000 credits
  • All engines + captcha solver
  • 2 requests / minute
  • Auto-retry on challenge
  • Top-ups from $1 / 1k credits
Choose Starter
PRO
$49.99/mo
165,000 credits / month
or $119.99/qtr · 495,000 credits
  • Everything in Standard
  • 10 requests / minute
  • Screenshots + PDF
  • Bring-your-own proxies
  • Priority email support
Go Pro →
ENTERPRISE
$99.99/mo
400,000 credits / month
or $239.99/qtr · 1.2M credits
  • Everything in Pro
  • 50+ requests / minute
  • Top-ups from $0.50 / 1k credits
  • Volume + annual discounts
  • Dedicated success engineer
Talk to us
WHAT TEAMS SAY

Run by scrapers who need reliability

★★★★★

Our previous self-hosted bypass setup took 8–12s per page on protected sites. Datames does the same in 1.2s and our daily scrape volume tripled overnight.

AK
Aiden K.
Lead Engineer · price-tracker.io
★★★★★

The smart session caching is the killer feature. Once it solves a domain, our repeat scrapes skip the challenge entirely. We stopped paying for full stealth reads on 80% of our traffic.

MS
Maya S.
CTO · shopify-coupon-aggregator
★★★★★

We dropped 4 in-house Playwright workers and replaced them with one Datames call. Our infra bill went from $1,200/mo to under $200, and uptime is better.

JR
Jamal R.
Founder · sneaker-monitor.app
EXAMPLE

Just a URL, not a fight.

One call. One response. Every answer includes which engine ran, how long it took, and what it cost you.

  • Screenshots via ?screenshot=true
  • PDF rendering with viewport
  • Bring-your-own proxies
  • MD / JSON / HTML output
Read the full docs
# Fetch any URL — even protected ones
curl -X POST https://api.datames.dev/v1/fetch \
  -H "x-api-key: sk_liv...pan> \
  -H "Content-Type: application/json" \
  -d '{"url": "https://nowsecure.nl"}'

# Returns
{
  "status_code": 200,
  "engine": "datames_stealth",
  "solve_time_ms": 1180,
  "cf_cached": true,
  "body": "<!doctype html>...",
  "credits_used": 1
}
FAQ

Common questions

What teams ask before they sign up.

How is Datames different from other bypass tools I've seen?

Most open-source bypass tools are things you operate, scale, and maintain yourself — you set up the headless browsers, rotate the proxies, monitor for fingerprint updates, and keep the infra alive. Datames is a hosted API. You send one HTTPS request, get clean JSON back. We run the browser pool, the proxy rotation, and the anti-bot evasion end-to-end, so your code stays one simple HTTP call.

Do you solve captchas too?

Yes — 7 captcha types: Turnstile, reCAPTCHA v2 (proxyless + proxy), reCAPTCHA v3, hCaptcha, GeeTest v3/v4, and image-to-text. Send them via POST /v1/captcha, or let our engine handle them inline when you scrape a site that uses one. 1–5 credits per solve depending on type.

What if Datames can't bypass a site?

We return a clean 422 with a structured error_code describing why we couldn't fetch it. You can retry with a different engine, fall back to your own fetcher, or fail-fast. We're at ~99.7% success across protected sites (Akamai, DataDome, Kasada, PerimeterX, and others).

Is this legal to use?

Datames is a tool — it does what's asked. You're responsible for complying with the terms of service of any site you fetch, and for respecting each site's robots.txt. We're not the right fit for bypassing access controls on content the owner has explicitly forbidden; we ARE the right fit for legitimate scraping where anti-bot protection is just an obstacle to getting the data you need.

Do you support JavaScript-rendered pages?

Yes — pass ?render=js and we'll render the page in a real Chromium browser before returning the HTML. Screenshots and PDF output are also available.

Can I bring my own proxies?

Yes. Pro and Enterprise plans support custom proxy slots — wire your residential or mobile proxies once and we'll route requests through them when needed.

What happens if I exceed my monthly credits?

Requests return HTTP 402 with a clear credits_remaining field. You can buy top-ups (from $0.50 to $1 per 1k credits depending on plan), or upgrade to the next tier. We never surprise-charge you.

Stop fighting anti-bot systems.

Free tier. No credit card. 100 calls to test every site, solve every challenge, and ship your scraper today.