Zalando Price Tracker avatar

Zalando Price Tracker

Pricing

from $1.50 / 1,000 product checkeds

Go to Apify Store
Zalando Price Tracker

Zalando Price Tracker

Track Zalando product prices, discounts, sizes, and price changes across scheduled runs. Export structured data through datasets, the API, or integrations.

Pricing

from $1.50 / 1,000 product checkeds

Rating

0.0

(0)

Developer

Epic Scrapers

Epic Scrapers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Track Zalando product prices, discounts, size variants, and price changes. Add product URLs from supported Zalando country stores, run the Actor on a schedule, and export structured results to JSON, CSV, Excel, or your preferred Apify integration.

What can you use this Actor for?

  • Monitor products for price drops
  • Track competitor pricing and discounts
  • Watch product and size availability
  • Build price history datasets
  • Automate alerts with schedules, webhooks, Zapier, Make, or other integrations
  • Collect Zalando product data through the Apify API

What data does it return?

Each result can include:

  • Product SKU, name, brand, color, and category
  • Current and original price
  • Discount amount and percentage
  • Previous price and price difference
  • Product and source URLs
  • Main image URL
  • Size variants and availability
  • Optional detailed product attributes
  • Check time and result status

How to track Zalando prices

  1. Add one or more Zalando product detail URLs to Product URLs.
  2. Select whether to include sizes and detailed attributes.
  3. Run the Actor.
  4. Run it again later, or create an Apify schedule, to detect price changes.

The Actor stores the latest snapshot for each product and country store. On later runs, it compares the current price with the stored price.

Example input

{
"productUrls": ["https://www.zalando.it/nike-sportswear-air-max-90-sneakers-basse-whitecrimson-ni112o0p5-a27.html"],
"changeOnly": false,
"includeSizes": true,
"includeAttributes": false,
"maxConcurrency": 3,
"proxy": {
"useApifyProxy": false
}
}

Input options

FieldTypeDescription
productUrlsarrayZalando product detail URLs. URLs can use supported Zalando country domains.
changeOnlybooleanIf enabled, save only new products, changed prices, and errors.
includeSizesbooleanInclude product size variants. Enabled by default.
includeAttributesbooleanInclude detailed product attributes. Disabled by default.
maxConcurrencyintegerNumber of products processed at the same time, from 1 to 5.
proxyobjectOptional proxy configuration. A residential proxy can help if Zalando blocks direct traffic.

Example output

{
"sku": "NI112O0P5-A27",
"name": "AIR MAX 90",
"brand": "Nike Sportswear",
"color": "white/crimson",
"category": "Shoes",
"url": "https://www.zalando.it/...-ni112o0p5-a27.html",
"sourceUrl": "https://www.zalando.it/...-ni112o0p5-a27.html",
"imageUrl": "https://img01.ztat.net/...",
"currency": "EUR",
"currentPrice": 119.99,
"originalPrice": 149.99,
"discount": 30,
"discountPercent": 20,
"sizes": [
{
"size": "42",
"sku": "NI112O0P5-A270420000",
"availability": "AVAILABLE"
}
],
"priceChanged": true,
"previousPrice": 129.99,
"priceDifference": -10,
"priceDifferencePercent": -7.69,
"checkedAt": "2026-01-01T12:00:00.000Z",
"status": "OK"
}

Price change tracking

The first successful check creates the product baseline. Later checks return:

  • priceChanged: whether the price changed
  • previousPrice: the price from the prior check
  • priceDifference: current price minus previous price
  • priceDifferencePercent: percentage change from the previous price

A negative difference means that the price decreased.

Use an Apify schedule to run the Actor hourly, daily, or at another interval. Enable changeOnly when you want a compact dataset of changes instead of a full snapshot on each run.

Supported Zalando stores

The Actor supports product URLs from Zalando stores in Austria, Belgium, Switzerland, the United Kingdom, Czechia, Germany, Denmark, Spain, Finland, France, Croatia, Hungary, Ireland, Italy, Lithuania, the Netherlands, Norway, Poland, Portugal, Romania, Sweden, Slovenia, and Slovakia.

Export and integrations

Download results from the default dataset as JSON, CSV, XML, RSS, or Excel. You can also access results with the Apify API and connect runs to webhooks, Google Sheets, Slack, Make, Zapier, and other services.

Pricing

The Actor costs $0.005 per run plus $1.50 per 1,000 results ($0.0015 each). One input URL normally creates one result, including clear error or not-found records when a product cannot be retrieved. Platform usage is included, so there are no separate compute charges.

Notes and limitations

  • Use direct Zalando product detail URLs. Search, category, and listing URLs are not supported.
  • The first run cannot report a change because no earlier price exists.
  • Product fields depend on the data available from Zalando.
  • Zalando can change its private interfaces. If a run returns errors, retry with an Apify residential proxy and contact support if the issue continues.

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Zalando. Use it in accordance with applicable laws and Zalando’s terms and policies. Do not collect personal data or use the Actor in a way that harms the target service.