# Build a Food Delivery Price Comparison with Talabat

**Use case:** 

Scrape Talabat restaurants and full menus: item names, prices, descriptions and images plus ratings and cuisines. Compare same-chain prices across cities and bu

## Input

```json
{
  "queries": [
    "mcdonalds"
  ],
  "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.