Circana · Example Payload

Circana Getmarketshare Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getmarketshare Example is an example object payload from Circana, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMarketShare",
  "method": "GET",
  "path": "/market-data/share",
  "summary": "Circana Get Market Share Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetMarketShare200Example",
      "example": {
        "data": [
          {
            "brand": "Example Brand A",
            "dollar_share": 24.5,
            "unit_share": 22.1,
            "share_change": 1.2,
            "period": "2026-Q1"
          }
        ],
        "pagination": {
          "offset": 0,
          "limit": 100,
          "total": 45
        }
      }
    }
  ]
}