# MediaMarkt EU Product Scraper (`parseforge/mediamarkt-eu-scraper`) Actor

Scrapes MediaMarkt product listings by keyword and returns each product as a flat row with price, brand, rating, stock, and image data.

- **URL**: https://apify.com/parseforge/mediamarkt-eu-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Automation, Integrations
- **Stats:** 5 total users, 1 monthly users, 89.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### MediaMarkt EU Product Scraper

**Scrape MediaMarkt product data from any EU country with one keyword search.** Get prices, brands, ratings, stock, and images for up to a million products per run. No login, no API key. Export to CSV, JSON, Excel, or XML.

MediaMarkt's official channels don't offer a public API for product data, and manual collection across EU storefronts is slow. This Actor searches MediaMarkt's public product feeds by keyword and returns each match in one flat row, ready for price monitoring, assortment analysis, or market research.

| Who uses it | What they scrape MediaMarkt for |
|---|---|
| Price monitoring teams | Track competitor pricing and discounts across MediaMarkt EU stores |
| E-commerce managers | Benchmark their own catalog against MediaMarkt's assortment |
| Market researchers | Analyze product availability and pricing trends by category |
| Dropshippers | Find profitable products and monitor stock levels |

### What it does

This Actor collects MediaMarkt product listings by search keyword and returns each one as a flat row with price, brand, rating, stock, and image data.

- 🔍 **Keyword search:** Enter any product name or keyword, like "headphones" or "lipstick", and get matching listings from MediaMarkt EU.
- 📊 **Structured output:** Each product is returned as a flat row with price, brand, rating, stock, and image fields, ready for spreadsheets or databases.
- ⚡ **Scalable collection:** Set a maximum of up to 1,000,000 products per run, and the Actor handles pagination and rate limits.
- 🌍 **EU coverage:** Works across MediaMarkt's EU storefronts, including Germany, Spain, and others, using residential proxies for reliable access.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with MediaMarkt data

**💰 Monitor competitor prices.**

A pricing analyst runs the Actor daily for a set of keywords and compares MediaMarkt's prices against their own store to adjust pricing strategy.

**📈 Track product availability.**

An e-commerce manager scrapes stock status for high-demand items to identify supply gaps and restock opportunities.

**🔎 Research market assortment.**

A market researcher collects product listings for a category like "laptops" to analyze brand distribution and feature trends.

**🛒 Find dropshipping products.**

A dropshipper scrapes trending keywords to discover products with high ratings and low competition for their online store.

### Why choose this scraper

| | What you get |
|---|---|
| **No API key required** | Access MediaMarkt product data without registering for an official API or dealing with OAuth. |
| **Residential proxies included** | Avoid IP blocks and geo-restrictions with built-in Apify residential proxies. |
| **Flexible export formats** | Download your data as CSV, JSON, Excel, or XML for easy integration with your tools. |

### How it compares

This Actor covers MediaMarkt across EU storefronts with a simple keyword search, while the competitors below focus on single countries or offer URL-based scraping.

| Feature | ParseForge | MediaMarkt Germany Scraper | MediaMarkt Germany Scraper - Electronics Prices & Data | MediaMarkt Spain Scraper - Electronics Prices & Data |
|---|---|---|---|---|
| Keyword search | Yes | Yes | Yes | Yes |
| URL-based scraping | Not listed | Yes | Not listed | Not listed |
| EU-wide coverage | Yes | Not listed | Not listed | Not listed |
| Residential proxies included | Yes | Not listed | Not listed | Not listed |
| Max items up to 1,000,000 | Yes | Not listed | Not listed | Not listed |
| Export to CSV, JSON, Excel, XML | Yes | Not listed | Not listed | Not listed |

### Configure the run

Drive the Actor with a single search keyword and a maximum product count. The Actor collects all matching listings from MediaMarkt's public search results, and you can filter the output later in your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "searchQuery": "shoes",
 "maxItems": 10,
 "proxyConfiguration": {
 "useApifyProxy": true,
 "apifyProxyGroups": [
 "RESIDENTIAL"
 ]
 }
}
```

A larger pull:

```json
{
 "searchQuery": "shoes",
 "maxItems": 200,
 "proxyConfiguration": {
 "useApifyProxy": true,
 "apifyProxyGroups": [
 "RESIDENTIAL"
 ]
 }
}
```

### Pricing

Pay-per-result: **$0.0085 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.85 |
| 1,000 results | $8.50 |
| 10,000 results | $85.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [MediaMarkt EU Product Scraper](https://apify.com/parseforge/mediamarkt-eu-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to MediaMarkt through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/mediamarkt-eu-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check your search keyword for typos or try a more general term. Also ensure that the keyword is relevant to MediaMarkt's product catalog. If the issue persists, try increasing the max items or using a different proxy group.

**Why are some products missing fields like price or rating?**

Not all products have complete data on MediaMarkt. Some listings may lack ratings or stock information. The Actor returns whatever is available on the page.

**Why is the run slow?**

Scraping many products takes time due to rate limits and page loading. You can reduce the max items or use a faster proxy group if available.

**Why am I getting blocked or seeing CAPTCHAs?**

MediaMarkt may block datacenter IPs. Make sure you are using residential proxies as recommended. If you still see blocks, try reducing the concurrency or adding delays.

**Can I scrape a specific MediaMarkt country site?**

The Actor automatically targets the EU site based on your proxy location. For country-specific scraping, use one of the dedicated MediaMarkt scrapers for Germany or Spain.

### FAQ

| Question | Answer |
|---|---|
| Which MediaMarkt countries does this Actor cover? | The Actor targets MediaMarkt's EU storefronts, including Germany, Spain, and others. It uses residential proxies to access the correct regional site based on your search. |
| Do I need a MediaMarkt account or API key? | No. The Actor scrapes public product pages directly, so no login or API key is required. |
| What data fields are returned for each product? | Each product row includes fields like name, price, brand, rating, review count, stock status, and image URLs. The exact fields are shown in the sample output. |
| Can I scrape by product URL instead of keyword? | Currently, the Actor only supports keyword search. If you need URL-based scraping, consider using one of the country-specific MediaMarkt scrapers. |
| How many products can I scrape in one run? | You can set a maximum of up to 1,000,000 products per run. The Actor will stop after reaching that limit. |
| Is this Actor legal to use? | You should only scrape data that is publicly available and comply with MediaMarkt's terms of service and applicable laws. Apify provides tools, but you are responsible for your use. |
| Can I schedule this Actor to run automatically? | Yes, you can set up a schedule in Apify to run the Actor at regular intervals, such as daily or weekly, for continuous monitoring. |
| What output formats are supported? | You can export your results as CSV, JSON, Excel, or XML directly from the Apify platform. |
| How do I avoid getting blocked by MediaMarkt? | The Actor uses Apify residential proxies by default, which rotate IP addresses to reduce the risk of blocking. You can adjust proxy settings in the input. |
| Can I filter results by price or brand? | The Actor does not have built-in filters beyond the keyword and max items. You can filter the exported dataset using your own tools or a post-processing script. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by MediaMarktSaturn Retail Group. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `searchQuery` (type: `string`):

Search keyword for MediaMarkt (e.g. "tshirt", "headphones", "lipstick").

## `maxItems` (type: `integer`):

How many products to collect per run.

## `proxyConfiguration` (type: `object`):

Apify proxy configuration. Residential proxies recommended.

## Actor input object example

```json
{
  "searchQuery": "shoes",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "shoes",
    "maxItems": 10,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/mediamarkt-eu-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "shoes",
    "maxItems": 10,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/mediamarkt-eu-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "shoes",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call parseforge/mediamarkt-eu-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/mediamarkt-eu-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/GNysnT91c2FCVBoMj/builds/dCA1JwkV0P8X0tEZh/openapi.json
