# Pizza Restaurants in Mumbai - Zomato

**Use case:** 

Scrape Zomato pizza restaurants in Mumbai with names, ratings, reviews, cuisines, cost for two, locality, address, images, delivery info, and URLs.

## Input

```json
{
  "city": "Mumbai",
  "searchQueries": [
    "pizza"
  ],
  "categories": [],
  "minRating": 4,
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "searchQuery": {
    "label": "Search"
  },
  "city": {
    "label": "City"
  },
  "position": {
    "label": "Position"
  },
  "restaurantId": {
    "label": "Restaurant ID"
  },
  "restaurantName": {
    "label": "Restaurant"
  },
  "cuisines": {
    "label": "Cuisines"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "costForTwo": {
    "label": "Cost for Two"
  },
  "priceRange": {
    "label": "Price Range"
  },
  "locality": {
    "label": "Locality"
  },
  "address": {
    "label": "Address"
  },
  "deliveryTime": {
    "label": "Delivery Time"
  },
  "restaurantUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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