Myer AU Product Scraper
Pricing
from $0.30 / 1,000 results
Myer AU Product Scraper
Scrape Myer Australia products, categories, brands, offers, and detailed item data. Use this Myer scraper for price monitoring, product research, market research, availability tracking, and ecommerce data workflows.
Pricing
from $0.30 / 1,000 results
Rating
0.0
(0)
Developer
Dmitriy Gyrbu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape Myer Australia products, categories, brands, offers, and detailed item data. Use this Myer scraper for price monitoring, product research, market research, availability tracking, and ecommerce data workflows.
This is an unofficial actor and is not affiliated with Myer.
Supported operations
probe- Connectivity check for Myer category tree APIcategories- List Myer category treesearch_filters- Get live filters for search or category contextsearch- Search products by keywordcategory- Browse category productsbrands- List public brands from Myer navigationbrand- Get brand or featured brand landing pageoffers_featured- Get featured offers from homepageoffers- Resolve offer listing by URLitem- Get product details by slug
Operation guide
The Apify Console form shows the union of all supported fields, so the visible inputs do not change when you switch operation. Use the guide below to know which fields are required.
-
probeRequired: none Optional:includeRaw -
categoriesRequired: none Optional:depth,includeRaw -
search_filtersRequired: none Optional:query,slug,categoryId,category_id,facets,depth,includeRaw -
searchRequired:queryOptional:page,pageSize,facets,details,includeFilters,includeRaw -
categoryRequired:slugorcategoryId/category_idOptional:page,pageSize,facets,details,includeFilters,includeRaw -
brandsRequired: none Optional:includeRaw -
brandRequired:brandorurlOptional:page,facets,details,includeFilters,includeRaw -
offers_featuredRequired: none Optional:includeRaw -
offersRequired:urlOptional:details,includeFilters,includeRaw -
itemRequired:slugOptional:includeRaw
Example inputs
{"operation": "search","query": "dress","page": 1,"pageSize": 72,"includeRaw": false}
{"operation": "categories","depth": 2,"includeRaw": false}
{"operation": "category","slug": "womens-clothing","page": 1,"pageSize": 72,"includeRaw": false}
{"operation": "item","slug": "real-product-slug","includeRaw": false}
{"operation": "brand","brand": "Blaq","page": 1,"includeFilters": true,"includeRaw": false}
{"operation": "brands","includeRaw": false}
{"operation": "offers","url": "/c/offers/home--sale","includeFilters": true,"includeRaw": false}
{"operation": "search_filters","query": "dress","depth": 1,"includeRaw": false}
Output
- Dataset: normalized products, categories, brands, or offers depending on operation
- Key-value store
OUTPUT: run summary withsource,operation,success,total,errors,proxy, andmonetization
Output fields
Depending on the operation, dataset items may include:
Products:
id- Product IDslug- Product slug for URLname- Product namebrand- Brand namesource_url- Full product URLprice- Current pricediscount_price- Discount/sale pricesaved_amount- Amount savedsaved_percent- Percentage savedavailability- in_stock or out_of_stockin_stock- Boolean availability flagbuyable- Boolean buyable flagcolor- Product colorimages- List of image URLsprice_info- Price breakdownvariants- Product variants (when details=true)barcodes- EAN barcodes (item operation)attributes- Product attributes (item operation)breadcrumbs- Category breadcrumbs (item operation)payment_flags- Payment method flags (item operation)
Categories:
id- Category IDslug- Category slugname- Category namechildren- Child categories (if depth > 0)breadcrumbs- Category path
Brands:
name- Brand nameslug- Brand slugurl- Brand URLpath- Brand pathlanding_type- brand_page or category_pagesection- Navigation section
Offers:
message- Offer messageurl- Offer URLpath- Offer pathfacets- Parsed facet values
Notes
- For
category, first runcategoriesand copy a realslugorcategoryIdfrom that output. - For
item, use theslugfrom search or category results. - For
brand, use thebrandslug frombrandsoutput, or pass a fullurlfor featured-brand/category pages. - The
facetsparameter uses comma-separated exact facet values returned by live Myer responses. Usesearch_filtersto discover available facet values. - Default proxy strategy is
directmode. Myer's public API is generally accessible without proxy, but the actor will fall back to proxy on block. - The runtime is prepared for pay-per-event monetization.
details=trueon listing endpoints only expands fields already present in the listing payload. It does not trigger hidden per-item detail fetches.
Proxy behavior
- Recommended mode:
direct - Proxy required: No
- Startup strategy:
direct_then_proxy - Note: Direct mode is usually enough for this source. The actor will retry with proxy on 403/429/502/503 errors.
Limitations
offers_featuredreturns a simplified list; full sale strip parsing may require additional implementation.- Some featured-brand/category brand pages may require URL-based routing via the
urlparameter instead ofbrand. - Product availability and pricing may vary by location; this actor uses the default public API response.