Commerce CensusContactRequest access

API / Search & discovery

Seller directory

Every seller in the index, with how it is accessed, refresh cadence, identity strength and coverage. Coverage you can audit rather than take on faith.

GET /v1/sellers

Request

No parameters beyond the path and your bearer token.

Request & response
GET /v1/sellers

→ 200
{ "sellers": [
   { "id": "bestbuy", "kind": "retailer", "access": "direct_api",
     "products": 1041882, "identity": "gtin", "median_age_minutes": 42 },
   { "id": "allbirds.com", "kind": "brand_storefront", "access": "merchant_feed",
     "products": 2857, "identity": "brand+title", "median_age_minutes": 96 } ] }