API / Interoperability
The whole index, or your slice of it, as newline-delimited JSON or Parquet. Analysts should not paginate through an API to build a model.
GET /v1/exports
No parameters beyond the path and your bearer token.
POST /v1/exports
{ "select": "offers", "category": "electronics.audio",
"since": "2026-06-01", "format": "parquet" }
→ 202
{ "export_id": "exp_71a", "status": "building",
"url": null, "estimated_rows": 4120887 }