| Primary product type | Developer-first structured web data API (60+ platforms) | Browser-as-a-service infrastructure for AI agents |
|---|
| Output | Normalized JSON per documented endpoint | A live, controllable browser session, plus a Fetch API that converts any URL to HTML, JSON, or markdown |
|---|
| Best for | Teams wanting one documented API across many named platforms | Agents that need to log in, navigate, and act on arbitrary sites, not just read supported platforms |
|---|
| Auth-walled access | Not a general capability | Core positioning: reaching content behind logins that APIs can't |
|---|
| Agent framework | Not applicable | Stagehand (open source) for building browser agents on top of sessions |
|---|
| Search + fetch | google/search and 60+ documented platform endpoints | Search API and Fetch API as generic, agent-oriented primitives, not platform-specific schemas |
|---|
| Anti-bot handling | Managed proxy routing and retry/fallback behind supported endpoints | Handles CAPTCHAs, login prompts, and dynamic content directly inside the browser session |
|---|
| Pricing model | One credit pool shared across all endpoints (Growth: $29/mo for 100,000 credits) | Free ($0) up to Startup ($99/mo, 500 browser hours, 100 concurrent browsers); Scale plan is custom |
|---|
| Concurrency | Rate-limited per plan, shared across endpoints | Explicit concurrent-browser caps: 3 (free) up to 250+ (Scale) |
|---|
| Agent-native workflows | Hosted MCP tools across the full catalog | Search/Fetch/Browser APIs plus the open-source Stagehand SDK, built agent-first |
|---|