# Monitor Talabat Promotions and Discounts at Scale

**Use case:** 

Scrape Talabat menus with price and old-price fields to detect every discount and promotion per item. Track markdown depth and flash deals across restaurants an

## Input

```json
{
  "queries": [
    "shawarma"
  ],
  "restaurantSlugs": [],
  "country": "uae",
  "maxResults": 10,
  "scrapeMenu": true,
  "scrapeMenuChoices": false
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "total_ratings": {
    "label": "Total Ratings",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "Restaurant URL",
    "format": "link"
  },
  "vendor_id": {
    "label": "Vendor ID",
    "format": "text"
  },
  "menu_items": {
    "label": "Menu Items",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Talabat Scraper - Restaurant Menus, Prices - No Proxy, Fast](https://apify.com/thirdwatch/talabat-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/talabat-scraper) to learn more, explore other use cases, and run it yourself.