# Focused research: Bengaluru

**Use case:** 

BookMyShow India configured for focused research around “Bengaluru”. The saved input exposes queries, mode, city, includeDetails, maxResults and uses a...

## Input

```json
{
  "queries": [
    "Bengaluru"
  ],
  "mode": "events",
  "city": "mumbai",
  "includeDetails": true,
  "maxResults": 25
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "languages": {
    "label": "Languages"
  },
  "genres": {
    "label": "Genres"
  },
  "rating": {
    "label": "Rating"
  },
  "venue_name": {
    "label": "Venue"
  },
  "event_date": {
    "label": "Date"
  },
  "price_starting_from": {
    "label": "Price"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [BookMyShow India - Movies, Events & Showtimes Scraper](https://apify.com/thirdwatch/bookmyshow-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/bookmyshow-scraper) to learn more, explore other use cases, and run it yourself.