# DM.cz Product Scraper (`bytepulselabs/dm-product-scraper`) Actor

Scrape all DM.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

- **URL**: https://apify.com/bytepulselabs/dm-product-scraper.md
- **Developed by:** [BytePulse Labs](https://apify.com/bytepulselabs) (community)
- **Categories:** E-commerce
- **Stats:** 15 total users, 1 monthly users, 100.0% runs succeeded, 9 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $4.20 / 1,000 products

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

### What is dm.cz Product Scraper?

dm.cz Product Scraper automates the **extraction of product data from dm.cz**. Just provide a product category URL to scrape all the publicly available product information you need.

### Why scrape dm.cz products?

dm.cz product data can give you valuable information about pricing trends, product availability, specifications, and market analysis. This helps with competitive research, price monitoring, and market intelligence.

### How to scrape dm.cz products

dm.cz Product Scraper is designed to be fast and easy to use so there aren't too many parameters or settings. Just follow the steps below:

1. Create a free Apify account.
2. Open [dm.cz Product Scraper](https://apify.com/bytepulselabs/dm-product-scraper?fpr=k8fqp).
3. Add a product category URL from dm.cz to scrape.
4. Click "Save & Start" and wait for the datasets to be extracted.
5. Download your data in JSON, XML, CSV, Excel, or HTML.

### Input example

The input for dm.cz Product Scraper should be a **product category URL from dm.cz**. You can add one or multiple category URLs to scrape all products from those categories.

![dm.cz Product Scraper input](https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/dm-product-scraper/input.jpg)

Here's a sample of scraping products from a dm.cz category page.

In JSON it looks like this:

```json
{
  "urls": [{ "url": "https://www.dm.cz/zvirata/kocky/stelivo" }],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "CZ"
  }
}
```

### Output example

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get:

![dm.cz Product Scraper output](https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/dm-product-scraper/output.jpg)

Here is the same data but in JSON. You can download the dataset extracted by dm.cz Product Scraper in various formats such as JSON, HTML, CSV, or Excel.

```json
{
  "id": "4066447437522",
  "name": "PROFISSIMO Formičky na zmrzlinu",
  "description": "<p>Silikonové formičky na domácí zmrzlinu s praktickými rukojeťmi pro snadné vyjmutí.</p>",
  "url": "https://www.dm.cz/profissimo-formicky-na-zmrzlinu-p4066447437522.html",
  "price": {
    "value": 149,
    "currency": "CZK"
  },
  "availability": "in stock",
  "condition": "new",
  "rating": {
    "value": 4.5,
    "count": 23
  },
  "categories": ["Domácnost > Kuchyně > Formy a formičky"],
  "brand": "PROFISSIMO",
  "imageUrls": [
    "https://product-cdn.dm-static.com/images/66447437522_1.jpg",
    "https://product-cdn.dm-static.com/images/66447437522_2.jpg"
  ]
}
```

### Integrate dm.cz Product Scraper and automate your workflow

Last but not least, dm.cz Product Scraper can be connected with almost any cloud service or web app thanks to [integrations](https://apify.com/integrations?fpr=k8fqp) on the Apify platform.

These include:

- [Make](https://docs.apify.com/platform/integrations/make?fpr=k8fqp)
- [Zapier](https://docs.apify.com/platform/integrations/zapier?fpr=k8fqp)
- [Slack](https://docs.apify.com/platform/integrations/slack?fpr=k8fqp)
- [Airbyte](https://docs.apify.com/platform/integrations/airbyte?fpr=k8fqp)
- [GitHub](https://docs.apify.com/platform/integrations/github?fpr=k8fqp)
- [Google Drive](https://docs.apify.com/platform/integrations/drive?fpr=k8fqp)
- and [much more](https://docs.apify.com/platform/integrations?fpr=k8fqp).

Alternatively, you can use [webhooks](https://docs.apify.com/platform/integrations/webhooks?fpr=k8fqp) to carry out an action whenever an event occurs. For example, you can get a notification whenever dm.cz Product Scraper successfully finishes a run.

### Want to scrape products from other ecommerce stores?

Looking for product scrapers for other ecommerce platforms? We offer specialized product scrapers for various online stores. Each scraper is optimized for its specific platform to ensure fast, reliable data extraction with minimal configuration.

<table>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/alza-product-scraper/logo.png" alt="alza.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/alza-product-scraper?fpr=k8fqp">alza.cz Product Scraper</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/dm-product-scraper/logo.png" alt="dm.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/dm-product-scraper?fpr=k8fqp">dm.cz Product Scraper</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/kytary-product-scraper/logo.png" alt="kytary.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/kytary-product-scraper?fpr=k8fqp">kytary.cz Product Scraper</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/smarty-product-scraper/logo.png" alt="smarty.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/smarty-product-scraper?fpr=k8fqp">smarty.cz Product Scraper</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/under-armour-product-scraper/logo.png" alt="underarmour.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/under-armour-product-scraper?fpr=k8fqp">underarmour.cz Product Scraper</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/zoot-product-scraper/logo.png" alt="zoot.cz Product Scraper" height="19px" />
      <a href="https://apify.com/bytepulselabs/zoot-product-scraper?fpr=k8fqp">zoot.cz Product Scraper</a>
    </td>
  </tr>
</table>

### Your feedback

We're always working on improving our Actors' performance. If you have any technical feedback for dm.cz Product Scraper or simply found a bug, please create an issue on the Actor's [Issues tab](https://apify.com/bytepulselabs/dm-product-scraper/issues?fpr=k8fqp) in Apify Console.

### FAQ

#### How can I use dm.cz Product Scraper with the Apify API?

The Apify API gives you programmatic access to the Apify platform. [The API](https://apify.com/bytepulselabs/dm-product-scraper/api?fpr=k8fqp) is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the `apify-client` NPM package. To access the API using Python, use the `apify-client` PyPI package.

Check out the [Apify API reference](https://docs.apify.com/api/v2?fpr=k8fqp) docs for full details or click on the [dm.cz Product Scraper API tab](https://apify.com/bytepulselabs/dm-product-scraper/api?fpr=k8fqp) for code examples.

#### How much does it cost to use dm.cz Product Scraper?

dm.cz Product Scraper uses the **Pay-per-result** pricing model, so your costs can be easily calculated: it will cost you **$6 to scrape 1,000 results**, so $0.006 per item.

Given that with the [Apify Free plan](https://apify.com/pricing?fpr=k8fqp), you get **$5 in credits monthly for free**, this tool might be your best free product scraper of all.

# Actor input Schema

## `urls` (type: `array`):

URLs of the dm.cz product categories to scrape.

## `proxy` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "urls": [
    {
      "url": "https://www.dm.cz/zvirata/kocky/stelivo"
    }
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}
```

# Actor output Schema

## `products` (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 = {
    "urls": [
        {
            "url": "https://www.dm.cz/zvirata/kocky/stelivo"
        }
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "CZ"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bytepulselabs/dm-product-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 = {
    "urls": [{ "url": "https://www.dm.cz/zvirata/kocky/stelivo" }],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "CZ",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("bytepulselabs/dm-product-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 '{
  "urls": [
    {
      "url": "https://www.dm.cz/zvirata/kocky/stelivo"
    }
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}' |
apify call bytepulselabs/dm-product-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,bytepulselabs/dm-product-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/QbNNXwp853rFsu4Kf/builds/VFIWqNaRxYUm3bd27/openapi.json
