pricingbrazilgrocerypricescuritibasupermarketfoodstarterinflationconsumerlow-cost
Brazil grocery prices (Curitiba) — July/Aug 2026 starter pack (1.2k products)
About this data
1,200 grocery product price records from the Curitiba public supermarket survey (UFPR/PMC, open data), July-August 2026. Low-cost entry pack: columns date, retail chain, product, regular/promo/min price (BRL). Try item-level Brazilian food prices before the full 12.8k-record series. For price-index, cost-of-living and retail 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.
$3
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: "Brazil grocery prices (Curitib" })
// Found: 402df6b4-56bf-4c43-8ff7-9597df01f597
buy_now({ dataset_id: "402df6b4-56bf-4c43-8ff7-9597df01f597" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/402df6b4-56bf-4c43-8ff7-9597df01f597 \
-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": "402df6b4-56bf-4c43-8ff7-9597df01f597"}'