Mueller Product Search Scraper avatar

Mueller Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Mueller Product Search Scraper

Mueller Product Search Scraper

Scrape product search results from Mueller.at with comprehensive pricing, availability, and product details. Collect 30+ fields including current prices, images, stock levels, delivery options, and energy efficiency data for retail analytics and price monitoring.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Mueller.at Product Scraper: Extract Search Results & Pricing Data


About Mueller.at

Mueller.at is Austria's leading retail e-commerce platform, offering millions of products across categories including electronics, home goods, books, and consumer products. Manually monitoring product availability, pricing, and specifications across search results is inefficient — the Mueller.at Product Scraper automates data collection, delivering structured product information from search pages at scale.


Overview

The Mueller.at Product Scraper extracts product listings from Mueller search results pages, capturing 30+ data points per item. It is designed for:

  • E-commerce analysts tracking competitor pricing and product mix
  • Price monitoring services building dynamic pricing dashboards
  • Retailers benchmarking product assortments and availability
  • Data scientists analyzing retail trends and consumer product preferences
  • Aggregator platforms feeding product data into comparison tools

Key strengths include handling pagination efficiently, respecting max_items_per_url limits, and gracefully managing failed URLs with the ignore_url_failures flag.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://www.mueller.at/search/?q=noir&page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}

Input Parameters

ParameterTypeDescriptionExample
urlsArrayMueller.at product search result URLs. Include pagination parameters (page=X) to specify which results to scrape.["https://www.mueller.at/search/?q=noir&page=2"]
ignore_url_failuresBooleanIf true, the scraper continues even if some URLs fail. If false, a single failed URL stops the entire run.true
max_items_per_urlIntegerMaximum number of products to extract per URL. Higher values collect more items; lower values speed up runs. Typical range: 20–200.200

Tip: Mueller search URLs support query parameters (?q=searchterm) and pagination (&page=N). Adjust these to target specific product categories or price ranges.


Output Format

Sample output

{
"assets": [
{
"height": 595,
"type": "PV",
"url": "https://static.prod.ecom.mueller.de/products/4015615550600/6814818483-PV-0.png",
"width": 1091,
"__typename": "SearchProductAsset"
},
{
"height": 744,
"type": "PD",
"url": "https://static.prod.ecom.mueller.de/products/4015615550600/6814818483-PB-1.png",
"width": 1076,
"__typename": "SearchProductAsset"
},
{
"height": 649,
"type": "PD",
"url": "https://static.prod.ecom.mueller.de/products/4015615550600/6814818483-PB-2.png",
"width": 986,
"__typename": "SearchProductAsset"
},
{
"height": 601,
"type": "PD",
"url": "https://static.prod.ecom.mueller.de/products/4015615550600/6814818483-PB-3.png",
"width": 1097,
"__typename": "SearchProductAsset"
}
],
"author": "",
"artist": "",
"badges": [],
"base_price": null,
"brand": {
"name": "PIKO",
"__typename": "SearchProductBrand"
},
"campaign_price": null,
"capacity": {
"unit_code": "PIECE",
"value": "1",
"__typename": "SearchProductCapacity"
},
"categories": [
{
"name": "Spielwaren",
"__typename": "SearchCategory"
},
{
"name": "Modellbau & Modelleisenbahn",
"__typename": "SearchCategory"
},
{
"name": "Modelleisenbahn",
"__typename": "SearchCategory"
},
{
"name": "Wagen",
"__typename": "SearchCategory"
},
{
"name": "Güter- & Funktionswagen",
"__typename": "SearchCategory"
},
{
"name": "PIKO",
"__typename": "SearchCategory"
},
{
"name": "PIKO H0 WAGEN EXPERT PLUS WAGEN",
"__typename": "SearchCategory"
}
],
"category_with_parents": [
{
"name": "Spielwaren",
"__typename": "SearchCategory"
},
{
"name": "Modellbau & Modelleisenbahn",
"__typename": "SearchCategory"
},
{
"name": "Modelleisenbahn",
"__typename": "SearchCategory"
},
{
"name": "Wagen",
"__typename": "SearchCategory"
},
{
"name": "Güter- & Funktionswagen",
"__typename": "SearchCategory"
}
],
"click_and_collect": true,
"code": "2662231",
"color_variant_images": [],
"current_price": {
"currency_iso": "EUR",
"value_without_tax": 187.5,
"value_with_tax": 225,
"__typename": "Price"
},
"energy_efficiency_label": null,
"energy_efficiency_overview": null,
"home_delivery": true,
"image": {
"height": 595,
"url": "https://static.prod.ecom.mueller.de/products/4015615550600/6814818483-PV-0.png",
"width": 1091,
"__typename": "SearchProductImage"
},
"lowest_variant_price": null,
"name": "PIKO H0 55060 - PIKO H0 H0 Messwagen Wechselstromversion",
"own_brand": false,
"path": "/p/piko-h0-55060-piko-h0-h0-messwagen-wechselstromversion-2662231/",
"pre_order_settings": null,
"product_data_sheet": null,
"recommended_retail_price": {
"currency_iso": "EUR",
"value_without_tax": 195.83,
"value_with_tax": 235,
"__typename": "Price"
},
"release_date": null,
"stock_level_indication": "LOW_IN_STOCK",
"strike_price": {
"currency_iso": "EUR",
"value_without_tax": 159.38,
"value_with_tax": 191.25,
"__typename": "Price"
},
"from_url": "https://www.mueller.at/search/?q=noir"
}

Each product in the search results returns a comprehensive record with 30+ fields:

Product Identification

FieldMeaning
CodeUnique product code/SKU in the Mueller system
NameProduct name as displayed on Mueller.at
BrandManufacturer or brand name
Own BrandWhether the product is Mueller's private label
PathProduct category path within Mueller's hierarchy
CategoriesAll category tags assigned to the product
Category With ParentsFull category tree (e.g., Electronics > Computers > Laptops)

Pricing

FieldMeaning
Base PriceOriginal full price before any discounts
Current PriceActive selling price displayed to customers
Campaign PriceSpecial promotional price (if applicable)
Strike PriceOriginal price shown with strikethrough during sales
Recommended Retail PriceManufacturer's suggested retail price (RRP)
Lowest Variant PriceLowest price among product variants/SKUs

Product Details & Attributes

FieldMeaning
CapacitySize, volume, or quantity (e.g., "250ml", "500GB")
Color Variant ImagesURLs or metadata for images of each color/variant
ImagePrimary product image URL
AssetsAdditional product images, videos, or media
BadgesLabels like "New", "Sale", "Exclusive" displayed on listings

Sustainability & Compliance

FieldMeaning
Energy Efficiency LabelEU energy rating (A++, A, B, etc.) if applicable
Energy Efficiency OverviewDetailed energy consumption or efficiency metrics
Product Data SheetURL or reference to the official product datasheet

Availability & Fulfillment

FieldMeaning
Stock Level IndicationAvailability status (in stock, low stock, out of stock)
Home DeliveryWhether the product qualifies for standard home delivery
Click And CollectWhether in-store pickup is available
Pre Order SettingsMetadata if the product is available for pre-order
Release DateExpected availability or launch date for pre-order items

Metadata

FieldMeaning
AuthorAuthor name (for books and media)
ArtistArtist/performer name (for music, films, etc.)

How to Use

  1. Build search URLs — Visit Mueller.at, search for products, and copy the result page URL. Include pagination parameters if needed.

    • Example: https://www.mueller.at/search/?q=noir&page=2
  2. Configure input — Paste URLs into the urls array and set max_items_per_url (e.g., 200 for comprehensive collection).

  3. Run the scraper — Start the actor and monitor progress via run logs.

  4. Download results — Export data as JSON, CSV, or Excel for analysis.

Best practices:

  • Adjust max_items_per_url based on how many products per page Mueller displays.
  • Use multiple URLs with different search terms or pagination to collect diverse product sets.
  • Set ignore_url_failures: true for large batch runs to prevent interruptions.

Common issues:

  • Verify URLs are search result pages, not individual product detail pages.
  • Check that search query parameters are correctly formatted (?q=term&page=X).

Use Cases & Business Value

  • Price monitoring: Track competitor pricing across product categories in real time
  • Assortment analysis: Understand Mueller's inventory depth and breadth by category
  • Product intelligence: Collect specifications, energy ratings, and availability for comparison tools
  • Market research: Analyze e-commerce trends in the Austrian/German retail landscape
  • Data feeds: Supply structured product data to price comparison platforms or marketplaces

The Mueller.at Product Scraper eliminates manual data collection, delivering clean, structured records that integrate seamlessly into pricing engines, analytics platforms, and business intelligence tools.


Conclusion

The Mueller.at Product Scraper is a powerful tool for anyone needing systematic access to Mueller's product catalog and pricing. With detailed output across 30 fields and flexible configuration, it enables efficient market research, competitive analysis, and data-driven decision-making. Start scraping today and unlock insights hidden in search results.