🍹 Product
Search by product description (case‑insensitive, partial match).
Dive into every wholesale liquor transaction reported to the Iowa Alcoholic Beverages Division since 2012. Search by product name, store, city, category, vendor, or sale amount—all in clean JSON.
Get Free API KeyFind all Fireball sales in the city of PAULLINA:
curl -H "X-API-Key: YOUR_KEY" \
"https://api.midwestintel.com/v1/liquor-sales?product=Fireball&city=PAULLINA&limit=5"
Or find the top‑selling stores for a specific category:
curl -H "X-API-Key: YOUR_KEY" \
"https://api.midwestintel.com/v1/liquor-sales?category=WHISKEY%20LIQUEUR&$order=sale_dollars DESC&limit=10"
Search by product description (case‑insensitive, partial match).
Filter by store name or store number.
Narrow results to specific geographic areas.
Filter by spirit category (e.g., WHISKEY LIQUEUR).
Find transactions from a specific distributor.
Set minimum and maximum dollar thresholds.
Every wholesale liquor transaction in Iowa—product name, bottle volume, cost, retail price, bottles sold, and sale dollars.
Transactions are available from 2012 onward and are updated daily.
Economists use liquor sales as a consumer‑demand proxy; restaurant brokers track product trends; and supply‑chain analysts monitor regional consumption.
Free tier includes 200 requests/day. No credit card required.
Get Free API Key