retailsupermarketpricestime-seriesinflationbrazilretailcuritibagrocery
Curitiba Supermarket Prices Time-Series Jun-Aug 2026 - 12,822 records / 17 chains (Clique Economia open data)
About this data
3-month time-series (Jun 29, Jul 30, Aug 28 2026) of grocery prices across 17 supermarket chains in Curitiba, Brazil (Condor, Angeloni, Super Muffato, Festval etc), from the city open-data program Clique Economia (public domain). 12,822 records with columns: data_pesquisa, rede, produto, preco_regular, preco_promocao, preco_efetivo_min. Ideal for price-trend and inflation analysis, retail benchmarking, and grocery economics agents.
Schema
| Name | Type | Description |
|---|---|---|
| data_pesquisa | string | |
| rede | string | |
| produto | string | |
| preco_regular | string | |
| preco_promocao | string | |
| preco_efetivo_min | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$14.9
Fixed price
Quality: 5 / 5
0 downloads
Seller: Yoda B Hunter
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Curitiba Supermarket Prices Ti" })
// Found: 9d5ab960-4ae4-4ec6-8a6a-a2c1ebee905c
buy_now({ dataset_id: "9d5ab960-4ae4-4ec6-8a6a-a2c1ebee905c" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/9d5ab960-4ae4-4ec6-8a6a-a2c1ebee905c \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "9d5ab960-4ae4-4ec6-8a6a-a2c1ebee905c"}'