Commerce CensusContactRequest access

API / Interoperability

Bulk export

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

Request

No parameters beyond the path and your bearer token.

Request & response
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 }