Zara Price Monitor & Alerts avatar

Zara Price Monitor & Alerts

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Zara Price Monitor & Alerts

Zara Price Monitor & Alerts

Monitor prices and stock availability for Zara products. Get real-time alerts via dataset or Telegram when prices drop, increase, or items are back in stock.

Pricing

from $1.50 / 1,000 results

Rating

5.0

(1)

Developer

Hicham zak

Hicham zak

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

2

Monthly active users

9 days ago

Last modified

Share

Overview

The Zara Price Monitor & Alerts is a production-grade Apify actor designed to automatically track Zara product prices, stock availability, and size inventory. Receive instant alerts when prices drop, increase, or items are back in stock.

This actor is built for stability, scalability, and ease of use.


🚀 Features

  • Price Monitoring: Track every price change for your favorite Zara products.
  • Stock Alerts: Get notified when products or specific sizes are back in stock.
  • Real-time Notifications: Send alerts directly to Telegram.
  • Automated Cron Runs: Run hourly, daily, or on a custom schedule.
  • History Tracking: Keeps previous prices in the dataset for trend analysis.
  • Scalable: Monitor hundreds of URLs per run.

📥 Input Schema

FieldTypeDescriptionDefault
productUrlsarrayList of Zara product URLs to monitorRequired

📤 Output

The actor produces:

  1. Dataset URL: Full JSON of monitored products, including:

    • Current price
    • Previous tracked price
    • Stock status
    • Alerts triggered
    • Checked timestamp
  2. Summary Record: Quick overview of all processed products.


Example Output

{
"productId": "513858735",
"name": "Cropped Fit Split Suede Overshirt",
"currentPrice": 179,
"previousTrackedPrice": 199,
"discountFromLast": 10.05,
"currency": "EUR",
"inStock": true,
"availableSizes": ["S","M","L"],
"alerts": ["price_drop"],
"alertMessage": "🔥 Price dropped from 199 → 179",
"priceChanged": true,
"url": "https://www.zara.com/...",
"checkedAt": "2026-04-04T12:00:00Z"
}

⚡ How to Use

  1. Create a Telegram Bot and get the bot token (see instructions below).
  2. Add Zara product URLs you want to monitor using the actor’s input schema.
  3. Run the actor manually or schedule it using Apify Schedules.
  4. Check the dataset or summary for results.
  5. Receive Telegram alerts automatically for price drops or stock changes.

🔹 How to Create a Telegram Bot

  1. Open Telegram and search for @BotFather.
  2. Start a chat with BotFather and send /start.
  3. Send /newbot and follow the instructions:
    • Choose a name for your bot.
    • Choose a username (must end with bot, e.g., ZaraPriceBot).
  4. BotFather will give you a bot token. Copy it — you’ll need it in the actor input.
  5. Important: Send any message to your bot to activate it.
    • This ensures your chat ID is registered and the bot can send alerts to you.

Support & Maintenance

This actor is actively maintained and designed for production usage. For issues or feature requests, please use the Apify platform issue tracker.