| Product focus | Maintained structured-endpoint catalog (60+ platforms) plus datasets and SERP | Single-endpoint scrape-and-solve API that returns raw HTML for any URL |
|---|
| Best for | Teams that want normalized JSON from named platforms without building parsers | Developers who need unblocked HTML for arbitrary protected URLs and will parse it themselves |
|---|
| API surface | 60+ documented, versioned platform endpoints, each with its own response schema | The whole product is POST /scrape (+ /screenshot, async /tasks, GET /me) — no structured or platform-specific endpoints |
|---|
| Output format | Normalized JSON by endpoint — structured fields, not raw markup | Raw HTML (or a PNG screenshot) — you parse it, and re-parse it as the target's markup changes |
|---|
| Anti-bot coverage | Managed proxy routing and retry/fallback behind supported endpoints | Documented solving for Cloudflare (JS Challenge, Managed Challenge, Turnstile) and DataDome (Device Check, Slider); Akamai is detected but not solved despite homepage marketing claiming it |
|---|
| Structured/normalized data | Core product — documented JSON schema per platform | Not offered — HTML only; no structured fields, no SERP, no datasets |
|---|
| Session / cookie handling | Managed per supported endpoint | A genuinely sophisticated session model on Pro — persistent cookies/localStorage/JS state, with exclude_cookies/pin_cookies controls |
|---|
| Datasets | Pre-collected datasets across housing, jobs, apps, creators, and more | Not offered |
|---|
| SERP / keyword search | Google, Bing, and Brave endpoints with normalized, position-accurate JSON | Not offered |
|---|
| Pricing model | Credit-based, billed on success; 2,000 free credits/month, no card | Credit-based, pay-on-success (failed requests not charged, subject to a fairness cap on failure rate); Free 1,000 credits/mo, Basic $20/mo for 20,000, Pro $100/mo for 100,000; flat 1 credit/datacenter page (~$1/1K) and 5 credits/residential+solve page (~$5/1K), no per-solve fee |
|---|