# Extract Dubai Fine Dining Restaurant Data for Market Researc

**Use case:** 

Collect detailed information on all fine dining establishments in Dubai to analyze high-end market segments and competitive landscapes. This is crucial for hosp

## Input

```json
{
  "start_urls": [
    "https://www.zomato.com/mumbai/restaurants"
  ],
  "city": "dubai",
  "search_mode": "dining",
  "category": "2",
  "min_rating": "4",
  "sort": "rating",
  "expand_cuisines": false,
  "expand_localities": true,
  "max_items_per_url": 9,
  "enrich_details": true,
  "max_retries_per_url": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "text"
  },
  "ratings.aggregate": {
    "label": "Rating",
    "format": "number"
  },
  "price.for_two": {
    "label": "For Two",
    "format": "number"
  },
  "location.locality": {
    "label": "Locality",
    "format": "text"
  },
  "location.city": {
    "label": "City",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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