Myers Product Scraper avatar
Myers Product Scraper

Pricing

$15.00/month + usage

Go to Store
Myers Product Scraper

Myers Product Scraper

Developed by

datawizards

datawizards

Maintained by Community

The myers-product-scraper is an Apify Actor that extracts product data from Myer.com.au based on search queries. It captures brand, price, image, promo info, and links—ideal for market research, price tracking, or e-commerce analytics with fast, structured results

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

6 days ago


🛍️ myers-product-scraper · Apify Actor

Scrape product listings from [Myer.com.au] with precision, speed, and flexibility. The myers-product-scraper is a powerful Apify Actor designed for e-commerce analysts, data aggregators, market researchers, and developers looking to extract structured product data (title, brand, price, promo info, and image) from Australia’s leading department store — Myer.


📌 Key Features

  • 🔍 Keyword-based product search
  • 🏷️ Brand, product name, price (with discounts), and promotional data
  • 🖼️ Product image and deep-link to the product page
  • ⚙️ Configurable item limits
  • 🌐 Built-in proxy support via Apify Proxy
  • 📦 JSON-formatted, ready-to-use output

🚀 Example Use Case

🎯 Input

{
"item_limit": 10,
"proxyConfiguration": {
"useApifyProxy": true
},
"queries": [
"pant"
]
}

✅ Output

[
{
"query": "pant",
"brand": "Tokito",
"name": "Pleat Front Wide Leg Pants in Black",
"was_price": null,
"now_price": "$99.95",
"image": "https://myer-media.com.au/wcsstore/MyerCatalogAssetStore/images/45/350/2644/101/2/166787380/166787380_1_2_240x309.webp?w=3840&q=75",
"url": "https://www.myer.com.au/p/tokito-pleat-front-wide-leg-pants-in-black",
"promo": null
},
{
"query": "pant",
"brand": "Regatta",
"name": "Wardrobe Staple Straight Full Leg Pant in Black",
"was_price": "$60.00",
"now_price": "$40.00",
"image": "https://myer-media.com.au/wcsstore/MyerCatalogAssetStore/images/45/465/2777/101/2/201873460/201873460_1_240x309.webp?w=3840&q=75",
"url": "https://www.myer.com.au/p/regatta-wardrobe-staple-straight-full-leg-pant-in-black",
"promo": "2 for $99"
}
]

🛠️ Input Parameters

KeyTypeDescription
queriesstring[]List of search terms (e.g., ["shoes", "dress"])
item_limitnumberMax number of items to scrape per query
proxyConfigurationobjectUse Apify Proxy to bypass bot protection (recommended for reliability)

💡 Use Cases

  • 🔎 Market Price Comparison: Compare prices across competitors or track discount patterns.
  • 🛍️ E-Commerce Aggregators: Populate affiliate product listings with up-to-date Myer data.
  • 📊 Trend Analysis: Monitor popular brands, product types, and promo strategies.
  • 🤖 Automation Bots: Feed real-time product info into Telegram bots, dashboards, or alerts.

🧠 Advanced Notes

  • The Actor performs query-based search scraping, not full category listings.
  • Results are always scoped to the latest data from Myer.
  • All prices are returned as displayed on the Myer website and may include promotions or discounts.
  • Works best with Apify Proxy to avoid rate limits or CAPTCHAs.

📦 Output Format

Each item in the result array includes:

FieldDescription
queryThe search keyword used
brandProduct brand name
nameProduct title
was_priceOriginal price before discount (if available)
now_priceCurrent listed price
promoPromotional text or deal (if applicable)
imageURL to product thumbnail
urlDirect URL to the Myer product page

📞 Support & Customization

Need help integrating this actor, customizing output format, or expanding its functionality? We’re here to help.

📧 Email: hello.datawizard@gmail.com 📄 Subject line: [MYERS-SCRAPER] Support Request 🔗 Connect: LinkedIn - Data Wizards

Bug reports, feature requests, and enhancements are welcome!


🧪 Testing & Deployment Tips

  • Use smaller item_limit values for testing (e.g., 3-5) to reduce runtime.
  • Include useApifyProxy: true to ensure smooth scraping with fewer blocks.
  • Input multiple search terms for broader product coverage.

Happy Scraping 🕷️ from Data Wizards! Empowering your e-commerce insights with clean, fast, structured data.