Alza Scraper avatar
Alza Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Alza Scraper

Alza Scraper

Developed by

09 try

09 try

Maintained by Community

Scrape product data from alza.sk, alza.cz, alza.hu, and alza.at. Extracts prices, discounts, availability, ratings, images, and more. Supports pagination, proxy configuration, and exports to JSON, CSV

0.0 (0)

Pricing

$5.00/month + usage

1

7

1

Last modified

15 days ago

Alza Product Scraper

A Playwright-based scraper built with Crawlee for extracting product data from Alza.sk, Alza.cz, Alza.hu, and Alza.at.
It supports pagination, structured output, and detailed product attributes.

In case of errors, bugs or feature requests please contact me: 0994try@gmail.com

Features

  • Extracts key product information:
    • Product ID & code
    • Name & brand
    • Price (value + currency, supports decimals)
    • Discounts (percentage or savings)
    • Availability status
    • Description & promo info
    • Product image (clean URL)
    • Ratings & number of reviews
  • Works with alza.sk, alza.cz, alza.hu, alza.at product listings and categories.
  • Handles pagination automatically by following the “Next” button.
  • Outputs data into the Apify Dataset (JSON, CSV, Excel, etc.).

Commodity Status Filters

You can optionally filter products based on their commodity status using the commodityStatus field in the actor input.
This filter dynamically updates the URL and loads only products matching those conditions.

FilterDescription
newBrand new products
openedOpened-box or unpacked items
usedUsed or refurbished products

You can select one or more of these filters at the same time.
If no filters are selected, the scraper defaults to all products.

Example input

{
"startUrls": [
{
"url": "https://www.alza.sk/iphone-mobilne-telefony/18851638.htm"
},
{
"url": "https://www.alza.sk/mobilne-telefony-apple-iphone-17/18918313.htm"
}
],
"commodityStatus": ["new", "used"],
"maxRequestsPerCrawl": 15
}

Extracted Data Example

{
"id": "7927613",
"code": "RI045b2",
"name": "iPhone 15 128 GB modrý",
"brand": "iPhone",
"description": "Mobilný telefón",
"priceValue": 669.99,
"priceCurrency": "€",
"discount": {
"type": "%",
"value": 5,
"oldPrice": 700.9
},
"availability": "Skladom",
"promo": "+Darček SIM karta Radosť",
"rating": 4,
"numberOfRatings": 128,
"url": "https://www.alza.sk/iphone-15-128-gb-modry-d7927613.htm",
"imageUrl": "https://image.alza.cz/products/RI045b2/RI045b2.jpg"
}