# Pizza Restaurants in Bangalore - Swiggy

**Use case:** 

Scrape Swiggy pizza restaurants in Bangalore with names, ratings, cuisines, delivery time, distance, cost for two, offers, locality, images, and URLs.

## Input

```json
{
  "cities": [
    "Bangalore"
  ],
  "localities": [],
  "cuisines": [
    "pizza"
  ],
  "sortBy": "RELEVANCE",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "searchCity": {
    "label": "Search City"
  },
  "searchLocality": {
    "label": "Search Locality"
  },
  "searchCuisine": {
    "label": "Cuisine Filter"
  },
  "position": {
    "label": "Position"
  },
  "restaurantId": {
    "label": "Restaurant ID"
  },
  "restaurantName": {
    "label": "Restaurant"
  },
  "cuisineTypes": {
    "label": "Cuisines"
  },
  "costForTwo": {
    "label": "Cost for Two"
  },
  "priceForTwo": {
    "label": "Price for Two"
  },
  "overallRating": {
    "label": "Rating"
  },
  "totalRatingsCount": {
    "label": "Ratings"
  },
  "deliveryTimeEstimate": {
    "label": "Delivery Time"
  },
  "distance": {
    "label": "Distance"
  },
  "offersAndDiscounts": {
    "label": "Offers"
  },
  "pureVeg": {
    "label": "Pure Veg"
  },
  "openClosedStatus": {
    "label": "Open"
  },
  "locality": {
    "label": "Locality"
  },
  "city": {
    "label": "City"
  },
  "promotedSponsored": {
    "label": "Sponsored"
  },
  "restaurantUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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