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.
Monthly subscription includes a fixed call budget; overage billed at per-call rates below.
| Action | Cost |
|---|---|
| read / search | $0.01 |
| screenshot | $0.02 |
| click / type | $0.02 |
| scroll / popups | $0.005 |
| solve-captcha | $0.10 |
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.
- • 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.
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.