# Build UAE Food Delivery Research with Deliveroo

**Use case:** 

Build UAE food-delivery research from Deliveroo using address-based zones: restaurant name, rating, delivery time, fee/promo, and URL. Study Dubai market covera

## Input

```json
{
  "queries": [],
  "domain": "ae",
  "maxResults": 10,
  "location": {
    "lat": 25.0805,
    "lng": 55.1403
  },
  "address": "Dubai Marina",
  "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"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "Restaurant URL",
    "format": "link"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "menu_items": {
    "label": "Menu Items",
    "format": "array"
  }
}
```

## About this Actor

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