retailsupermarketpricestime-seriesinflationbrazilretailcuritibagrocery

Curitiba Supermarket Prices Time-Series Jun-Aug 2026 - 12,822 records / 17 chains (Clique Economia open data)

Category
Retail
Records
12,822 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
data_pesquisastring
redestring
produtostring
preco_regularstring
preco_promocaostring
preco_efetivo_minstring

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
Sign up to purchase

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 card
Via 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"}'