Albertsons · Schema
Audience
An audience targeting segment based on shopper behavior.
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy
Properties
| Name | Type | Description |
|---|---|---|
| audienceId | string | Unique identifier of the audience segment. |
| name | string | Display name of the audience segment. |
| description | string | Description of the audience segment criteria. |
| size | integer | Approximate number of shoppers in the audience segment. |
| category | string | Product category associated with the audience. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/albertsons/refs/heads/main/json-schema/retail-media-api-audience-schema.json",
"title": "Audience",
"description": "An audience targeting segment based on shopper behavior.",
"type": "object",
"properties": {
"audienceId": {
"type": "string",
"description": "Unique identifier of the audience segment.",
"example": "aud-001"
},
"name": {
"type": "string",
"description": "Display name of the audience segment.",
"example": "Organic Food Buyers"
},
"description": {
"type": "string",
"description": "Description of the audience segment criteria.",
"example": "Shoppers with high organic product purchase frequency"
},
"size": {
"type": "integer",
"description": "Approximate number of shoppers in the audience segment.",
"example": 2500000
},
"category": {
"type": "string",
"description": "Product category associated with the audience.",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/retail-media-api-audience"
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.