# Rossmann Scraper - Drugstore Products & Prices (`studio-amba/rossmann-scraper`) Actor

Scrape products, prices, and details from Rossmann.de, Rossmann.pl, Rossmann.hu, and Rossmann.com.tr. Europe's second-largest drugstore chain with 4,500+ stores. No login needed.

- **URL**: https://apify.com/studio-amba/rossmann-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 85.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Rossmann Scraper

Scrape products, prices, brands, and availability from Rossmann drugstores across Europe. Supports Germany (.de), Poland (.pl), Hungary (.hu), and Turkey (.com.tr) — covering 4,500+ physical stores and 20,000+ online products.

### What is Rossmann Scraper?

Rossmann is Europe's second-largest drugstore chain, with stores in Germany, Poland, Hungary, Turkey, Czech Republic, Albania, Kosovo, and Spain. Their online shops carry thousands of products across beauty, skincare, health, baby care, household cleaning, food, and personal hygiene categories.

This scraper extracts structured product data directly from Rossmann's websites using headless browser automation. It handles Rossmann's anti-bot protection automatically, delivering clean JSON output with prices, brands, descriptions, EAN codes, and stock information. No login or account needed.

**Common use cases:**

- **Competitive pricing analysis** — Compare Rossmann prices against dm, Mueller, Douglas, or online pharmacies across European markets
- **Beauty and skincare market research** — Track product launches, pricing trends, and brand performance in Europe's drugstore sector
- **Private-label intelligence** — Monitor Rossmann's house brands (Isana, Alterra, Babydream, Domol, Prokudent) and their pricing relative to branded alternatives
- **FMCG analytics** — Study fast-moving consumer goods across four European markets from a single scraper
- **Product catalog building** — Feed structured product data (EAN codes, images, prices) into your e-commerce platform or comparison engine
- **Cross-market price comparison** — Compare the same products across Germany, Poland, Hungary, and Turkey to spot pricing differences

### What data does Rossmann Scraper extract?

For each product, the scraper returns:

- **Product name** — Full product name as displayed on Rossmann
- **Brand** — Manufacturer or brand name (Isana, Alterra, L'Oreal, Nivea, etc.)
- **Price** — Current selling price in local currency (EUR, PLN, HUF, TRY)
- **Original price** — Pre-discount price when a product is on sale
- **Discount** — Percentage discount label (e.g., "-25%")
- **Category** — Product category or breadcrumb path
- **In stock** — Whether the product is available for purchase
- **Image URL** — Direct link to the primary product image
- **Product URL** — Full link to the product page on Rossmann
- **Description** — Product description text
- **EAN** — European Article Number (barcode) for product identification
- **Scraped at** — Timestamp of when the data was collected

### How to scrape Rossmann data

1. **Go to the Rossmann Scraper** page on Apify and click "Try for free"
2. **Enter a search query** — Type any product keyword in German (for .de), Polish (for .pl), Hungarian (for .hu), or Turkish (for .tr). Examples: "shampoo", "zahnpasta", "mascara", "windeln"
3. **Or paste a category URL** — Copy a Rossmann category page URL and paste it into the "Category URL" field. This overrides the search query.
4. **Select a country** — Choose which Rossmann store to scrape from: Germany, Poland, Hungary, or Turkey
5. **Set the result limit** — Adjust "Max Results" to control how many products you want (default: 100)
6. **Run the scraper** — Click "Start" and wait for results. Data is available in JSON, CSV, Excel, or through the Apify API

### Input parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `searchQuery` | string | Product search keyword (e.g., "shampoo", "mascara"). Defaults to "shampoo" if empty. |
| `categoryUrl` | string | Direct Rossmann category URL. Overrides search query when provided. |
| `maxResults` | integer | Maximum products to extract (1-10,000, default: 100). |
| `country` | string | Country store: `de` (Germany), `pl` (Poland), `hu` (Hungary), `tr` (Turkey). Default: `de`. |
| `proxyConfiguration` | object | Proxy settings. Residential proxies recommended for best results. |

### Example output

```json
{
    "productName": "ISANA Shampoo Glossy Glanz",
    "brand": "ISANA",
    "price": 1.29,
    "currency": "EUR",
    "originalPrice": 1.69,
    "discount": "-24%",
    "category": "Pflege & Duft > Haarpflege > Shampoo",
    "inStock": true,
    "imageUrl": "https://www.rossmann.de/medias/product-image.jpg",
    "url": "https://www.rossmann.de/de/pflege-und-duft/isana-shampoo-glossy-glanz-300ml/123456",
    "productDescription": "Das ISANA Shampoo Glossy Glanz verleiht dem Haar seidigen Glanz...",
    "ean": "4305615123456",
    "scrapedAt": "2026-06-09T10:00:00.000Z"
}
````

### Supported countries

| Country | Domain | Currency | Example search terms |
|---------|--------|----------|---------------------|
| Germany | rossmann.de | EUR | shampoo, zahnpasta, windeln, mascara |
| Poland | rossmann.pl | PLN | szampon, pasta do zebow, pieluchy |
| Hungary | rossmann.hu | HUF | sampon, fogkrem, pelenka |
| Turkey | rossmann.com.tr | TRY | sampuan, dis macunu, maskara |

### Tips for best results

- **Use native-language keywords** — Rossmann websites are in their local language. Use German terms for .de, Polish for .pl, etc.
- **Start with category URLs for large extractions** — Category pages are more reliable than search when you want complete product listings from a specific segment
- **Residential proxies deliver the best results** — Rossmann uses anti-bot protection. The default residential proxy configuration works well.
- **Combine with dm Scraper for full market coverage** — Use both Rossmann Scraper and dm Scraper together to get complete German drugstore market data

### Integrations and API access

Connect Rossmann Scraper to your workflow via:

- **Apify API** — Trigger runs programmatically and fetch results in JSON format
- **Webhooks** — Get notified when a scraping run completes
- **Integrations** — Connect to Google Sheets, Slack, Zapier, Make, or any webhook-compatible service
- **Scheduled runs** — Set up automatic scraping on a daily, weekly, or custom schedule

### Pricing

This actor uses pay-per-result pricing. You only pay for the data you extract, plus a small per-run fee. Check the Pricing tab for current rates.

### About Rossmann

Rossmann (Dirk Rossmann GmbH) was founded in 1972 in Hanover, Germany. It is the second-largest drugstore chain in Europe and the largest in Germany by store count, with over 4,500 stores across 8 countries. The company generates over EUR 13 billion in annual revenue and employs 60,000+ people. Rossmann's product range spans beauty, skincare, health, baby, household, pet supplies, and food products, including a strong portfolio of private-label brands.

# Actor input Schema

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

Search for products by keyword (e.g., 'shampoo', 'zahnpasta', 'mascara'). Leave empty to browse featured products.

## `categoryUrl` (type: `string`):

A Rossmann category URL to scrape (e.g., https://www.rossmann.de/de/pflege-und-duft/haarpflege/shampoo). Overrides search query if provided.

## `maxResults` (type: `integer`):

Maximum number of products to return.

## `country` (type: `string`):

Country store to scrape from.

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

Proxy settings for accessing Rossmann websites. Residential proxies recommended.

## Actor input object example

```json
{
  "searchQuery": "shampoo",
  "maxResults": 100,
  "country": "de",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

# 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": "shampoo",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "DE"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/rossmann-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": "shampoo",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "DE",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/rossmann-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).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": "shampoo",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}' |
apify call studio-amba/rossmann-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=studio-amba/rossmann-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rossmann Scraper - Drugstore Products & Prices",
        "description": "Scrape products, prices, and details from Rossmann.de, Rossmann.pl, Rossmann.hu, and Rossmann.com.tr. Europe's second-largest drugstore chain with 4,500+ stores. No login needed.",
        "version": "0.1",
        "x-build-id": "dVaW8i4ghoeZyiaE4"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/studio-amba~rossmann-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-studio-amba-rossmann-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/studio-amba~rossmann-scraper/runs": {
            "post": {
                "operationId": "runs-sync-studio-amba-rossmann-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/studio-amba~rossmann-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-studio-amba-rossmann-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Search for products by keyword (e.g., 'shampoo', 'zahnpasta', 'mascara'). Leave empty to browse featured products."
                    },
                    "categoryUrl": {
                        "title": "Category URL",
                        "type": "string",
                        "description": "A Rossmann category URL to scrape (e.g., https://www.rossmann.de/de/pflege-und-duft/haarpflege/shampoo). Overrides search query if provided."
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of products to return.",
                        "default": 100
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "de",
                            "pl",
                            "hu",
                            "tr"
                        ],
                        "type": "string",
                        "description": "Country store to scrape from.",
                        "default": "de"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for accessing Rossmann websites. Residential proxies recommended."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
