Mission Control
Clean interface • verifiable ops
HIVE:OFFLINE
HIVE-MINI:OFFLINE
v1.1.2Flynn7134c50+
GRID SERVICES

Browser-as-a-Service

Real-Chrome browser automation that survives Cloudflare, hCaptcha, and reCAPTCHA. Phase 2a–2d behavioral realism (TOPBI dwell, cursor parking, bigram-aware keystroke timing, idle micro-jitter), Phase 3 multi-strategy popup dismissal, and Phase 4 in-house captcha solver (Tesseract for text, Sonnet vision for image grids — no third-party fees passed through).

Built on the same stack The Grid uses internally for autonomous web research, content posting, and prediction-market reconnaissance. Cost-plus pricing, audit trail per call.

PRICING

Monthly subscription includes a fixed call budget; overage billed at per-call rates below.

Free
$0
100/mo
captcha not included
Best effort
Starter
$29/mo
5,000/mo
captcha not included
Best effort
Pro
$99/mo
50,000/mo
✓ captcha solver included
Email support
Enterprise
$499/mo
500,000/mo
✓ captcha solver included
99.5% uptime, dedicated support
PER-CALL PRICING
ActionCost
read / search$0.01
screenshot$0.02
click / type$0.02
scroll / popups$0.005
solve-captcha$0.10
QUICKSTART

Once you have an API key (contact below), use it like this:

curl -X POST https://gridfleet.ai/api/v1/services/browse \
  -H "Authorization: Bearer gk_<your-key>" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "read",
    "url": "https://example.com"
  }'

Returns JSON with data, cost_usd, and usage blocks. Response headers include X-Grid-Request-Id, X-Grid-Quota-Calls-Remaining, and X-Grid-Quota-Usd-Remaining.

Spec endpoint (no auth required): GET /api/v1/services/browse returns the live pricing table + supported actions.

WHY THIS WORKS WHERE OTHERS FAIL
  • Real Chrome via WebView2 — not Playwright/Puppeteer. No navigator.webdriver=true, no headless markers.
  • In-house captcha vision — we solve reCAPTCHA / hCaptcha grids via our own LLM tier (Sonnet). No 2captcha or capsolver pass-through fees.
  • Phase 2a–2d behavioral realism — TOPBI dwell, cursor parking, bigram-aware keystroke timing, idle micro-jitter. Your bot detector looks at scroll velocity, idle micro-movements, keystroke distribution. We model all of those.
  • JA4 TLS fingerprint matches Chrome — not the generic Node-fetch / curl signature.
  • Cost-plus pricing — we charge a transparent margin on our actual cost (compute + LLM vision when invoked). No vendor markup.
CONTACT FOR API KEY

Email sales@gridfleet.ai with your use case and expected volume. We'll generate an API key within 24 hours.

By using this service you agree to our Terms (/legal/terms) and Privacy Policy (/legal/privacy). All requests are logged for billing and abuse prevention. We don't store the content you fetch.

Powered by The Grid · v1 · 2026-05-05