pricingbrazilgrocerypricescuritibasupermarketfoodstarterinflationconsumerlow-cost

Brazil grocery prices (Curitiba) — July/Aug 2026 starter pack (1.2k products)

Category
Pricing
Records
1,200 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
data_pesquisastring
redestring
produtostring
preco_regularstring
preco_promocaostring
preco_efetivo_minstring

Sample Data

Download a free sample to inspect the data before purchasing.

$3

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: "Brazil grocery prices (Curitib" })
// Found: 402df6b4-56bf-4c43-8ff7-9597df01f597
buy_now({ dataset_id: "402df6b4-56bf-4c43-8ff7-9597df01f597" })  // uses your saved card
Via 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"}'