# Get NCR Delivery Restaurants & Menu Highlights

**Use case:** 

Scrape data for all delivery restaurants across the National Capital Region (NCR), focusing on menu highlights and operational hours. This data is invaluable fo

## Input

```json
{
  "start_urls": [
    "https://www.zomato.com/mumbai/restaurants"
  ],
  "city": "ncr",
  "search_mode": "delivery",
  "min_rating": "",
  "sort": "",
  "expand_cuisines": true,
  "expand_localities": false,
  "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.