{ "opencollection": "1.0.0", "info": { "name": "Circana Liquid Data Brands Consumer Panel API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Consumer Panel", "type": "folder" }, "items": [ { "info": { "name": "Circana Get Consumer Purchase Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.circana.com/liquid-data/v1/consumer-panel/purchases", "params": [ { "name": "category_id", "value": "cpg-beverages", "type": "query", "description": "Product category identifier" }, { "name": "start_date", "value": "2026-01-01", "type": "query", "description": "Start date for the data range" }, { "name": "end_date", "value": "2026-03-31", "type": "query", "description": "End date for the data range" }, { "name": "demographic", "value": "age", "type": "query", "description": "Demographic segment filter" }, { "name": "channel", "value": "grocery", "type": "query", "description": "Purchase channel filter" }, { "name": "offset", "value": "0", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of records to return" } ] }, "docs": "Retrieve aggregated consumer purchase data from panel surveys, receipt scanning, and loyalty data covering 200K+ static panelists." }, { "info": { "name": "Circana Get Consumer Segments", "type": "http" }, "http": { "method": "GET", "url": "https://api.circana.com/liquid-data/v1/consumer-panel/segments", "params": [ { "name": "category_id", "value": "cpg-snacks", "type": "query", "description": "Product category identifier" }, { "name": "segmentation_type", "value": "behavioral", "type": "query", "description": "Type of segmentation analysis" } ] }, "docs": "Retrieve consumer segmentation data based on purchase behavior, demographics, and shopping patterns." } ] } ], "bundled": true }