Myer AU Product Scraper avatar

Myer AU Product Scraper

Pricing

from $0.30 / 1,000 results

Go to Apify Store
Myer AU Product Scraper

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

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 API
  • categories - List Myer category tree
  • search_filters - Get live filters for search or category context
  • search - Search products by keyword
  • category - Browse category products
  • brands - List public brands from Myer navigation
  • brand - Get brand or featured brand landing page
  • offers_featured - Get featured offers from homepage
  • offers - Resolve offer listing by URL
  • item - 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.

  • probe Required: none Optional: includeRaw

  • categories Required: none Optional: depth, includeRaw

  • search_filters Required: none Optional: query, slug, categoryId, category_id, facets, depth, includeRaw

  • search Required: query Optional: page, pageSize, facets, details, includeFilters, includeRaw

  • category Required: slug or categoryId/category_id Optional: page, pageSize, facets, details, includeFilters, includeRaw

  • brands Required: none Optional: includeRaw

  • brand Required: brand or url Optional: page, facets, details, includeFilters, includeRaw

  • offers_featured Required: none Optional: includeRaw

  • offers Required: url Optional: details, includeFilters, includeRaw

  • item Required: slug Optional: 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 with source, operation, success, total, errors, proxy, and monetization

Output fields

Depending on the operation, dataset items may include:

Products:

  • id - Product ID
  • slug - Product slug for URL
  • name - Product name
  • brand - Brand name
  • source_url - Full product URL
  • price - Current price
  • discount_price - Discount/sale price
  • saved_amount - Amount saved
  • saved_percent - Percentage saved
  • availability - in_stock or out_of_stock
  • in_stock - Boolean availability flag
  • buyable - Boolean buyable flag
  • color - Product color
  • images - List of image URLs
  • price_info - Price breakdown
  • variants - 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 ID
  • slug - Category slug
  • name - Category name
  • children - Child categories (if depth > 0)
  • breadcrumbs - Category path

Brands:

  • name - Brand name
  • slug - Brand slug
  • url - Brand URL
  • path - Brand path
  • landing_type - brand_page or category_page
  • section - Navigation section

Offers:

  • message - Offer message
  • url - Offer URL
  • path - Offer path
  • facets - Parsed facet values

Notes

  • For category, first run categories and copy a real slug or categoryId from that output.
  • For item, use the slug from search or category results.
  • For brand, use the brand slug from brands output, or pass a full url for featured-brand/category pages.
  • The facets parameter uses comma-separated exact facet values returned by live Myer responses. Use search_filters to discover available facet values.
  • Default proxy strategy is direct mode. 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=true on 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_featured returns a simplified list; full sale strip parsing may require additional implementation.
  • Some featured-brand/category brand pages may require URL-based routing via the url parameter instead of brand.
  • Product availability and pricing may vary by location; this actor uses the default public API response.