Circana · Schema

ConsumerPurchaseRecord

Individual consumer purchase data record

AnalyticsConsumer DataMarket ResearchRetailCPGPoint-of-SaleConsumer InsightsBusiness Intelligence

Properties

Name Type Description
segment string Consumer demographic segment
category string Product category name
penetration_pct number Category penetration percentage
buy_rate number Average purchase frequency
avg_spend number Average spend per buyer
trips_per_buyer number Average shopping trips per buyer
channel string Retail channel
View JSON Schema on GitHub

JSON Schema

liquid-data-consumer-purchase-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/circana/refs/heads/main/json-schema/liquid-data-consumer-purchase-record-schema.json",
  "title": "ConsumerPurchaseRecord",
  "description": "Individual consumer purchase data record",
  "type": "object",
  "properties": {
    "segment": {
      "type": "string",
      "description": "Consumer demographic segment",
      "example": "18-34"
    },
    "category": {
      "type": "string",
      "description": "Product category name",
      "example": "Beverages"
    },
    "penetration_pct": {
      "type": "number",
      "format": "double",
      "description": "Category penetration percentage",
      "example": 72.5
    },
    "buy_rate": {
      "type": "number",
      "format": "double",
      "description": "Average purchase frequency",
      "example": 3.2
    },
    "avg_spend": {
      "type": "number",
      "format": "double",
      "description": "Average spend per buyer",
      "example": 15.80
    },
    "trips_per_buyer": {
      "type": "number",
      "format": "double",
      "description": "Average shopping trips per buyer",
      "example": 4.1
    },
    "channel": {
      "type": "string",
      "description": "Retail channel",
      "example": "grocery"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/liquid-data-consumer-purchase-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.