# Swiggy Restaurant Data Extractor for Bangalore

**Use case:** 

Collect detailed restaurant information from Swiggy in Bangalore, including menus, ratings, delivery fees, and reviews for in-depth analysis.

## Input

```json
{
  "url": "https://www.swiggy.com/city/bangalore",
  "keyword": "biryani",
  "location": "Bangalore",
  "resultsWanted": 200,
  "maxPages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "restaurantId": {
    "label": "Restaurant ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "areaName": {
    "label": "Area",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "text"
  },
  "avgRating": {
    "label": "Rating",
    "format": "number"
  },
  "deliveryTime": {
    "label": "Delivery Time",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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