| Primary product type | Structured public web data APIs | Generic scraping API with proxies, rendering, and extraction |
|---|
| Best for | Structured data from known platforms | Fetching and extracting arbitrary or unknown URLs |
|---|
| Output format | Normalized JSON by endpoint | Raw page response, or extracted fields you configure |
|---|
| Platform-specific APIs | Google Search, Google Maps, Amazon, TikTok, YouTube, app stores, and more | Generic URL target model rather than per-platform endpoints |
|---|
| Generic URL scraping | Not the main positioning | Yes — core capability |
|---|
| Browser rendering | Browser-backed rendering where supported | Headless-browser rendering you enable per request |
|---|
| Proxy & anti-bot handling | Managed proxy routing behind supported endpoints | Configurable proxy pools and anti-bot bypass per request |
|---|
| Data extraction | Pre-built normalized schemas per endpoint | AI/LLM and rule-based extraction you define |
|---|
| Extraction maintenance | Reduced for supported endpoints | You own extraction rules as target pages change |
|---|
| Testing | Playground for documented endpoints | Configure and test requests in your own setup |
|---|
| Pricing model | Credit-based API pricing | Usage-based API credits; check official pricing |
|---|
| Agent-native workflows | Structured data and hosted MCP tools for supported endpoints | Generic scrape/extract calls usable from agents |
|---|