| Product focus | Platform-specific public web APIs | Generic crawling API, smart proxy, and storage |
|---|
| Best for | Structured JSON from known platforms | Crawling arbitrary URLs at scale |
|---|
| Output format | Normalized JSON by endpoint | HTML or extracted data you parse |
|---|
| Platform-specific APIs | Yes for supported platforms | Generic crawling with some scrapers; check docs |
|---|
| Proxy management | Managed proxy routing for supported workflows | Smart proxy is a core product — point your own scraper at it, keep your own crawler code |
|---|
| Storage | Not a focus | Optional cloud storage product, billed at 0.5 credits/month per stored item |
|---|
| Parsing burden | Handled by endpoint schemas | On you for generic crawling |
|---|
| Async/callback crawling | Not applicable — synchronous endpoint responses | Dedicated async, callback-based Crawler product for high-volume jobs |
|---|
| JS rendering surcharge | Included in the per-endpoint weight where used | 2x credit multiplier over a plain request |
|---|
| Target-difficulty surcharge | None — one fixed weight per endpoint | 1x-20x multiplier depending on how defended the target site is |
|---|
| Entry price | 2,000 free credits monthly, no card required | 5,000 free requests, no card required, then pay-as-you-go from $3.00 per 1K (first 1K) down to $0.02/1K beyond a billion, or subscriptions from $99/mo (200,000 credits); JavaScript rendering doubles the credits |
|---|
| Buyer profile | Teams wanting ready-made platform data | Teams operating generic crawlers |
|---|