# Kaufland Listings Scraper (`piotrv1001/kaufland-listings-scraper`) Actor

The Kaufland Listings Scraper extracts product listings and full PDPs from Kaufland.de/.cz/.sk/.pl/.at, capturing titles, prices, UVP, EAN, sellers, breadcrumbs, 100+ specs, AI summaries, ratings, and images — ideal for price intelligence, catalog enrichment, and marketplace research.

- **URL**: https://apify.com/piotrv1001/kaufland-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 product listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## 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

### 🛒 Kaufland Listings Scraper

Easily extract product data from **Kaufland.de** and other Kaufland country storefronts (`.cz`, `.sk`, `.pl`, `.at`). The **Kaufland Listings Scraper** collects structured product data — perfect for price intelligence, catalog enrichment, and marketplace seller research.

### ✨ Features

- 🏷️ **Comprehensive Product Data**: Title, brand, price, UVP/RRP, EAN, seller, breadcrumb category path, delivery info, and full image galleries.
- 📋 **Deep Specifications**: 100–300 structured attribute rows per PDP (CPU, RAM, dimensions, materials, etc.) — far more than most marketplaces expose.
- 🤖 **AI Summary & Ratings**: Pull Kaufland's own AI-generated review summary, plus rating value and review count.
- 🔍 **Search-Based or URL-Based**: Provide keywords (e.g. `"laptop"`), direct search URLs, or product URLs — the scraper handles all three.
- 🌍 **Multi-Storefront**: One parser works across `kaufland.de`, `kaufland.cz`, `kaufland.sk`, `kaufland.pl`, and `kaufland.at`.
- ⚡ **Stealth-Powered**: Playwright + stealth bypasses Kaufland's Cloudflare bot gate — the scraper actually returns data.
- 💸 **Pay Per Event**: Charged only for items you receive, with separate prices for shallow listings vs. full product details.

### 🛠️ How It Works

1. **Choose Inputs** – Enter search keywords (`searchQueries`), drop in direct Kaufland URLs (`startUrls`), or both.
2. **Pick a Storefront** – Select the country (`de`, `cz`, `sk`, `pl`, or `at`).
3. **Choose Depth** – Set `scrapeProductDetails: true` for full PDP scraping, or `false` for fast listing-tile data.
4. **Run the Scraper** – Structured product data is pushed to your dataset, capped at `maxItems`.

### 📥 Input

| Field | Type | Default | Description |
|---|---|---|---|
| `searchQueries` | string[] | `["laptop"]` | Keywords to search on the chosen Kaufland storefront. |
| `startUrls` | URL[] | `[]` | Direct Kaufland search or product URLs. Used alongside `searchQueries`. |
| `country` | enum | `de` | Storefront: `de`, `cz`, `sk`, `pl`, `at`. |
| `maxItems` | integer | `50` | Global cap on products scraped across all queries and start URLs. |
| `scrapeProductDetails` | boolean | `true` | `true` → scrape full PDP (charged as `item-detail`). `false` → return shallow tile data (charged as `product-listing`). |
| `proxyConfiguration` | object | Apify residential | Proxy settings. Residential is strongly recommended — Kaufland is fronted by Cloudflare. |

Example input:

```json
{
  "searchQueries": ["laptop"],
  "country": "de",
  "maxItems": 50,
  "scrapeProductDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

### 💰 Pricing

This Actor uses Apify's **Pay Per Event** model. You're charged per item delivered — never for failed requests, retries, search navigation, or compute time.

| Event | When charged | Price (USD) |
|---|---|---|
| `product-listing` | Per shallow listing-tile item (returned when `scrapeProductDetails: false`) | **$0.001** |
| `item-detail` | Per full product detail page scraped (returned when `scrapeProductDetails: true`) | **$0.005** |

Example budgets:

- 1,000 listing tiles → **$1.00**
- 1,000 full PDPs → **$5.00**
- 10,000 full PDPs → **$50.00**

Because the Actor caps total output at `maxItems`, your worst-case bill is `maxItems × event price` — fully predictable.

### 📊 Sample Output Data

Each result is a JSON object pushed to the dataset. Example (full PDP mode):

```json
[
  {
    "productId": "474681705",
    "url": "https://www.kaufland.de/product/474681705/",
    "title": "Lenovo IdeaPad 3 Chromebook 14M868 Abyss Blue",
    "price": 299.0,
    "uvp": null,
    "currency": "EUR",
    "manufacturer": "Lenovo",
    "seller": "Bestseller",
    "ean": "0197528008073",
    "ratingValue": 4.8,
    "ratingCount": 23,
    "breadcrumbs": [
      "Startseite",
      "Elektronik & Computer",
      "Computer",
      "PCs & Tablets",
      "Laptops & Zubehör",
      "Laptops"
    ],
    "category": "Laptops",
    "specifications": {
      "Festplattenkapazität": "64 GB",
      "Arbeitsspeicher": "4 GB",
      "Modell": "Lenovo IdeaPad 3 Chrome",
      "Hersteller": "Lenovo",
      "Betriebssystem": "Chrome OS",
      "Anschlüsse": "2 x USB 3.0, Kopfhörerausgang, Mikrofoneingang, 1 x USB 3.1"
    },
    "aiSummary": "Erlebe ein leichtes und schlankes Design, ideal für deine Mobilität. Genieße eine beeindruckende Akkulaufzeit von bis zu 13,5 Stunden…",
    "delivery": "Kostenloser Versand · Lieferung Di. 19. – Do. 21. Mai",
    "image": "https://media.kaufland.de/…/main.jpg",
    "images": ["…"],
    "bestPrice": false,
    "sponsored": false,
    "country": "de",
    "source": "pdp",
    "scrapedAt": "2026-05-17T19:00:00.000Z"
  }
]
```

Sharpen your pricing strategy, enrich your catalog, and monitor Kaufland sellers with the **Kaufland Listings Scraper** today! 🛒

# Actor input Schema

## `searchQueries` (type: `array`):

Search keywords to scrape on Kaufland. Each keyword is run through the storefront search.

## `startUrls` (type: `array`):

Optional direct URLs to scrape. Accepts Kaufland search URLs (https://www.kaufland.de/s/?search\_value=...) and product URLs (https://www.kaufland.de/product/{id}/). Used in addition to searchQueries.

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

Which Kaufland country storefront to scrape. Each storefront uses the same URL structure with a different TLD.

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

Maximum number of products to scrape across all queries and start URLs combined. Kaufland caps search at ~10,000 results per query.

## `scrapeProductDetails` (type: `boolean`):

If enabled, each product from a listing page is visited and the full PDP is scraped (specifications, EAN, description, seller, etc). If disabled, only listing-tile data is returned.

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

Apify proxy configuration. Residential proxies are recommended — Kaufland is fronted by Cloudflare Bot Management.

## Actor input object example

```json
{
  "searchQueries": [
    "laptop"
  ],
  "startUrls": [],
  "country": "de",
  "maxItems": 50,
  "scrapeProductDetails": false,
  "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 = {
    "searchQueries": [
        "laptop"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/kaufland-listings-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 = {
    "searchQueries": ["laptop"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/kaufland-listings-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 '{
  "searchQueries": [
    "laptop"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call piotrv1001/kaufland-listings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Kaufland Listings Scraper",
        "description": "The Kaufland Listings Scraper extracts product listings and full PDPs from Kaufland.de/.cz/.sk/.pl/.at, capturing titles, prices, UVP, EAN, sellers, breadcrumbs, 100+ specs, AI summaries, ratings, and images — ideal for price intelligence, catalog enrichment, and marketplace research.",
        "version": "0.0",
        "x-build-id": "N5i2X5q3AYoCyGTn3"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~kaufland-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-kaufland-listings-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/piotrv1001~kaufland-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-kaufland-listings-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/piotrv1001~kaufland-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-kaufland-listings-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": {
                    "searchQueries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "Search keywords to scrape on Kaufland. Each keyword is run through the storefront search.",
                        "default": [
                            "laptop"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional direct URLs to scrape. Accepts Kaufland search URLs (https://www.kaufland.de/s/?search_value=...) and product URLs (https://www.kaufland.de/product/{id}/). Used in addition to searchQueries.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "country": {
                        "title": "Country Storefront",
                        "enum": [
                            "de",
                            "cz",
                            "sk",
                            "pl",
                            "at"
                        ],
                        "type": "string",
                        "description": "Which Kaufland country storefront to scrape. Each storefront uses the same URL structure with a different TLD.",
                        "default": "de"
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of products to scrape across all queries and start URLs combined. Kaufland caps search at ~10,000 results per query.",
                        "default": 50
                    },
                    "scrapeProductDetails": {
                        "title": "Scrape product detail pages",
                        "type": "boolean",
                        "description": "If enabled, each product from a listing page is visited and the full PDP is scraped (specifications, EAN, description, seller, etc). If disabled, only listing-tile data is returned.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Residential proxies are recommended — Kaufland is fronted by Cloudflare Bot Management.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
