# Track Zomato Delivery Coverage by City

**Use case:** 

Map Zomato delivery coverage per city: restaurant name, ratings, cuisines, cost for two, delivery time, and address. Browse all delivery restaurants to find und

## Input

```json
{
  "queries": [],
  "city": "hyderabad",
  "maxResults": 10,
  "deliveryOnly": true,
  "includeMenu": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "array"
  },
  "cost_for_two": {
    "label": "Cost for Two",
    "format": "text"
  },
  "delivery_time": {
    "label": "Delivery Time",
    "format": "text"
  },
  "location": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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