E-COMMERCE

LCBO API.

Ontario liquor product catalog, pricing, and store inventory. Just call the endpoint. We handle proxies, rate limits, anti-bot, and data formatting for you.

7 ready-to-use endpointsNo infrastructure neededClean JSON response

Try the API.

request.sh
curl -X POST https://api.scrapebase.io/api/v2/lcbo/product \
  -H "X-API-Key-ID: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "productId": "438457"
  }'
response.json
{
  "productId": "438457",
  "productName": "Hendrick's Gin",
  "category": "Spirits",
  "subcategory": "Gin",
  "price": 42.95,
  "volume": "750 mL",
  "alcoholContent": 44.0,
  "countryOfOrigin": "Scotland",
  "inStock": true,
  "storeCount": 287
}

All endpoints.

POST
/api/v2/lcbo/searchSearch products by name or category
stream
POST
/api/v2/lcbo/productFull product details and pricing
sync
POST
/api/v2/lcbo/storesFind stores by location
stream

Who uses this.

01

Beverage Distributors

Track product availability and pricing trends across Ontario to optimize distribution and inventory.

02

Hospitality Buyers

Compare spirit and wine prices at scale to negotiate supplier contracts for restaurant groups.

03

Market Research Analysts

Analyze category sales patterns and new product introductions for beverage industry reports.

Start building.

Pay per successful request. Failed calls are free.