Moemax Scraper avatar
Moemax Scraper

Pricing

$25.00/month + usage

Go to Store
Moemax Scraper

Moemax Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

moemax Scraper: Apify Actor for scraping product details (name, price, images, SKU, description) from moemax.de pages. Uses residential proxies (AU exit nodes) to bypass geo-blocks. Ideal for price tracking and inventory analysis.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Last modified

2 days ago

moemax Scraper Documentation

This Apify Actor scrapes product details from www.moemax.de, optimized for residential proxies and German/Austrian e-commerce requirements.


Overview

Extracts structured product data from moemax.de product pages.
Use Case: Price monitoring, inventory tracking, and competitor analysis.


Input Configuration

1{
2  "proxyConfiguration": {
3    "useApifyProxy": true,
4    "apifyProxyGroups": ["RESIDENTIAL"],
5    "apifyProxyCountry": "AU"
6  },
7  "urls": [
8    "https://www.moemax.de/p/based-wohnlandschaft-alatri-gruen-002703009101"
9  ]
10}

Input Parameters

ParameterTypeDescription
proxyConfigurationObjectRequired Residential proxy setup
apifyProxyGroupsArray["RESIDENTIAL"] for residential IPs
apifyProxyCountryString"AU" (Australia-based exit nodes)
urlsArray[String]Product page URLs to scrape

Output Schema

1[
2  {
3    "product_name": "Wohnlandschaft Alatri Grün",
4    "product_price": "599 EUR",
5    "product_image": ["https://media.moemax.com/i/moemax/PIRpiOdTK0F3HxjSLGx9Q3DA/..."],
6    "product_url": "https://www.moemax.de/p/...",
7    "description": "Grüne Wohnlandschaft: Stilvoller Komfort...",
8    "sku": "002703009101"
9  }
10]

Output Fields

FieldTypeDescription
product_nameStringFull product title
product_priceStringPrice with currency
product_imageArray[URL]High-res product images (1200px width)
product_urlURLOriginal product page URL
descriptionStringSEO-optimized product description
skuStringUnique product identifier

Support & Customization

Need adjustments?
✉️ support@getdataforme.com
🌐 Contact Form

Email Subject:
[moemax Scraper] Custom Request/Bug Report


Technical Notes

  • Uses Chrome headless browser with residential proxies
  • Automatic retries for CAPTCHA/anti-bot systems
  • Data sanitization for German price formats
  • 30-second timeout per request

Apify Proxy Documentation ↗