Live Liquorland Australia API
Live Liquorland Australia Retail Data in One API Liquorland API gives developers and data teams a practical way to work with live Liquorland AU retail data across the public shopping flows that matter most: category discovery, category listings, product URL resolution, keyword suggestions, suburb/store lookup, and store-aware search. What makes this API strong: - Categories: Pull normalized…
Live Liquorland Australia API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Liquorland | ||
| GET |
locations_liquorland_locations_get /liquorland/locations |
Alias of `/liquorland/suburbs` for clients that prefer the term locations. |
| GET |
categories_liquorland_categories_get /liquorland/categories |
Returns normalized Liquorland navigation/category rows for the selected state. Use this as the source of valid `path` values for `/liquorland/category`. |
| GET |
category_liquorland_category_get /liquorland/category |
Returns live product rows for a catalog path such as `/beer` or `/wine/red-wine`. Invalid or landing-page paths such as `/specials/...` return structured unsupported/error… |
| GET |
search_liquorland_search_get /liquorland/search |
Product search endpoint. Without `storeId`, it performs standard Liquorland product search. With `storeId`, it runs store-aware search. If product search fails and… |
| GET |
search_suggest_liquorland_search_suggest_get /liquorland/search_suggest |
Autocomplete endpoint. Returns a mixed suggestion feed and also splits it into `product_suggestions` and `keyword_suggestions` so clients can render them separately. |
| GET |
item_liquorland_item_get /liquorland/item |
Returns one product by `productId` + `itemSlug`, or preferably by full public `url`. The response now includes technical product attributes such as packaging, standard drinks,… |
| GET |
suburbs_liquorland_suburbs_get /liquorland/suburbs |
Looks up suburbs/locations and returns normalized rows that usually include `store_id`, postcode, state, and coordinates. Recommended source of `storeId` for store-aware search. |
| GET |
nearby_stores_liquorland_nearby_stores_get /liquorland/nearby_stores |
Finds nearby stores from coordinates. Works best when Liquorland exposes or the client provides `authToken` and `userId`; otherwise returns a structured `SessionBootstrapFailed`… |
| GET |
probe_liquorland_probe_get /liquorland/probe |
Checks homepage accessibility. Returns `success`, `blocked`, or `error` with a normalized payload instead of raw transport failures. |
Live Liquorland Australia API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 3 / second |
|
| ULTRA | $30 / month | 3 / second |
|
| MEGA | $100 / month | 3 / second |
|