Myer Australia Real-Time Data API
Live Myer Australia Retail Data in One API Myer Machine API gives developers and data teams a structured way to work with live Myer AU retail data across the public customer journeys that matter most: product discovery, category browsing, brand navigation, featured-brand pages, homepage offers, and detailed item pages. What makes this API strong: - Products: Search products by keyword, browse…
Myer Australia Real-Time Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Discovery | ||
| GET |
categories_myer_categories_get /myer/categories |
Return the public Myer category tree. Use `depth` when you want only the top of the taxonomy, or omit it to retrieve the full nested tree for category navigation and resolution. |
| GET |
search_filters_myer_search_filters_get /myer/search/filters |
Return supported sort values, category metadata, and live facet filters for a search or category context. This is the best starting point when you want exact facet values to pass… |
| Products | ||
| GET |
category_myer_category_get /myer/category |
Browse a live Myer category by slug and/or category id. Supports exact Myer facet values and can optionally include live facet metadata in the response for client-side filtering… |
| GET |
search_myer_search_get /myer/search |
Search the live Myer product index by keyword. Supports exact Myer facet values through the `facets` parameter. `details=true` adds richer listing fields already present in the… |
| GET |
item_myer_item_get /myer/item |
Return a rich Myer product detail payload by slug. The endpoint reads the live page state and can expose variants, EAN barcodes, attributes, care instructions, fabrication,… |
| Brands | ||
| GET |
brands_myer_brands_get /myer/brands |
Return public brand links exposed in the Myer homepage navigation. Each entry includes a `landing_type` so clients can distinguish canonical brand pages (`brand_page`) from… |
| GET |
brand_myer_brand_get /myer/brand |
Return a live Myer brand landing page with product listing, live facets, and public content blocks. Supports both canonical `/b/` pages through the `brand` parameter and… |
| Offers | ||
| GET |
featured_offers_myer_offers_featured_get /myer/offers/featured |
Return featured offer strips exposed on the Myer homepage. Each offer includes a ready-to-use Myer URL/path plus the parsed facet bundle that powers the live offer listing. |
| GET |
offers_myer_offers_get /myer/offers |
Resolve a public Myer category, brand, or offer URL/path and return the same live listing data used by the site. This is the easiest way to turn featured offers and sale links… |
| Health | ||
| GET |
probe_myer_probe_get /myer/probe |
Run a lightweight connectivity check against the public Myer AU category API. Use this endpoint to verify the module is reachable before running higher-volume product, brand, or… |
Myer Australia Real-Time Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 3 / second |
|
| ULTRA | $30 / month | 3 / second |
|
| MEGA | $100 / month | 3 / second |
|