# Scrape Pizza Restaurants in UAE with Menus

**Use case:** 

Scrape pizza restaurants across the UAE from Talabat — names, ratings, delivery info and full menus with prices. No proxy needed.

## Input

```json
{
  "queries": [
    "pizza"
  ],
  "restaurantSlugs": [],
  "startUrls": [],
  "country": "uae",
  "maxResults": 20,
  "scrapeMenu": true,
  "scrapeMenuChoices": false,
  "maxConcurrency": 5,
  "excludeEmptyFields": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "totalRatings": {
    "label": "Ratings",
    "format": "number"
  },
  "deliveryTimeText": {
    "label": "Delivery",
    "format": "text"
  },
  "deliveryFee": {
    "label": "Fee",
    "format": "number"
  },
  "discountText": {
    "label": "Discount",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Talabat Scraper | 1$/1k Cheap](https://apify.com/trev0n/talabat-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/talabat-scraper) to learn more, explore other use cases, and run it yourself.