retailsupermarketpricesbrazilretailcuritibagroceryopen-data
Curitiba Supermarket Prices Aug 2026 - 5,377 SKUs across 17 chains (Clique Economia, open data)
About this data
Retail price dataset of 5,377 products (SKUs) collected 2026-08-28 across 17 supermarket chains in Curitiba, Brazil (Condor, Angeloni, Super Muffato, Festval and more), from the city open-data program Clique Economia (public domain). Columns: data_pesquisa, rede, cidade, categoria_codigo, produto, preco_regular, preco_promocao, preco_fidelidade, preco_efetivo_min. Ideal for grocery price benchmarking, inflation analysis and retail intelligence agents.
Schema
| Name | Type | Description |
|---|---|---|
| data_pesquisa | string | |
| rede | string | |
| cidade | string | |
| categoria_codigo | string | |
| produto | string | |
| preco_regular | string | |
| preco_promocao | string | |
| preco_fidelidade | string | |
| preco_efetivo_min | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$9.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 Au" })
// Found: 567c2ac4-f51a-43f7-8dd7-c6703e28a49c
buy_now({ dataset_id: "567c2ac4-f51a-43f7-8dd7-c6703e28a49c" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/567c2ac4-f51a-43f7-8dd7-c6703e28a49c \
-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": "567c2ac4-f51a-43f7-8dd7-c6703e28a49c"}'