# Scrape Pune Nightlife Venues by Cost & Popularity

**Use case:** 

Gather data on nightlife venues in Pune, categorizing them by cost and sorting by popularity for competitive analysis. Event organizers and entertainment promot

## Input

```json
{
  "start_urls": [
    "https://www.zomato.com/mumbai/restaurants"
  ],
  "city": "pune",
  "search_mode": "nightlife",
  "min_rating": "",
  "sort": "popularity",
  "min_cost": 800,
  "max_cost": 2500,
  "expand_cuisines": false,
  "expand_localities": true,
  "max_items_per_url": 9,
  "enrich_details": true,
  "max_retries_per_url": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "text"
  },
  "ratings.aggregate": {
    "label": "Rating",
    "format": "number"
  },
  "price.for_two": {
    "label": "For Two",
    "format": "number"
  },
  "location.locality": {
    "label": "Locality",
    "format": "text"
  },
  "location.city": {
    "label": "City",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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