| Product focus | Platform-specific public web APIs | General-purpose scraping stack and extraction API |
|---|
| Best for | Structured JSON from known platforms | Custom crawlers across arbitrary sites |
|---|
| Output format | Normalized JSON by endpoint | Raw HTML, browser HTML, or extracted data depending on workflow |
|---|
| Platform-specific APIs | Yes for supported platforms | More general-purpose extraction |
|---|
| Framework | Call documented endpoints directly | Scrapy ecosystem and Zyte API; check docs |
|---|
| Proxy / ban handling | Managed proxy routing for supported workflows | Managed ban handling and proxy as part of the platform; check docs |
|---|
| Browser rendering | Browser-backed rendering where supported | Available; check official docs and plans |
|---|
| AI-parsed extraction | Documented per-endpoint JSON schemas | Optional automatic extraction (product, article) via Zyte's AI Extraction, priced separately from raw requests |
|---|
| Open-source ecosystem | Not the focus — call documented endpoints directly | Backs and maintains the open-source Scrapy framework; Scrapy Cloud hosts your own spiders |
|---|
| Geolocation | Supported per endpoint where relevant | Per-country proxy geolocation on supported plans |
|---|
| Free tier | 2,000 free credits monthly, no card required | Free trial credits on signup; no persistent free tier for production use |
|---|
| Buyer profile | Teams wanting ready-made platform data | Teams building and operating custom crawlers at scale |
|---|
| Pricing model | Credit-based, billed on success; one fixed weight per endpoint, no difficulty surcharge | Per-target difficulty tiers — roughly $0.10-$1.30/1K for plain HTTP requests, $0.60-$16/1K for browser-rendered requests depending on plan commitment and target difficulty; no hard spending cap on pay-as-you-go |
|---|