# Monitor Noon Food vs Talabat in the UAE

**Use case:** 

Track Noon Food restaurants across UAE zones for cross-platform comparison with Talabat — name, rating, delivery time and fee per outlet. Match restaurants acro

## Input

```json
{
  "zones": [
    "Dubai Marina"
  ],
  "country": "uae-en",
  "maxResults": 10,
  "scrapeMenu": false
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "delivery_time": {
    "label": "Delivery Time",
    "format": "text"
  },
  "delivery_fee": {
    "label": "Delivery Fee",
    "format": "text"
  },
  "zone": {
    "label": "Zone",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "Outlet URL",
    "format": "link"
  },
  "menu_items": {
    "label": "Menu Items",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Noon Food Scraper - Restaurants & Menus](https://apify.com/thirdwatch/noon-food-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/noon-food-scraper) to learn more, explore other use cases, and run it yourself.