# Monitor Swiggy vs Zomato India Pricing (2026)

**Use case:** 

Pull Swiggy restaurant data in Bangalore: name, cuisine, Swiggy + Google ratings, cost for two, delivery time, offers, and address. Benchmark menu pricing acros

## Input

```json
{
  "queries": [
    "pizza"
  ],
  "city": "bangalore",
  "searchType": "restaurant",
  "maxResults": 10,
  "includeCollections": false
}
```

## 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"
  },
  "area_name": {
    "label": "Area",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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