The v2 API is now available to all developers with an API key.
What's New
- Cursor-based pagination — Reliable, consistent paging through large result sets. No more offset drift.
- Expanded product fields — Full specifications, offer details, and knowledge base content in a single request.
- Structured spec responses — Specifications returned as typed key-value pairs instead of raw strings.
- Faster responses — Optimized queries with 40% lower p95 latency compared to v1.
Migration
The v1 API continues to work. When you're ready to migrate, swap v1 for v2 in your base URL and update your pagination logic from offset to cursor-based. See the migration guide for details.
Rate Limits
Same tier-based rate limits apply. Check your current limits on the developer dashboard.