# Theater Shows Scraper Chicago (Ticketmaster)

**Use case:** 

Scrape theater and musical productions in Chicago from Ticketmaster with performance dates, venues, prices and ticket links.

## Input

```json
{
  "maxItems": 50,
  "keyword": "theatre",
  "city": "Chicago",
  "classification": "arts",
  "sort": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Event",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "classification": {
    "label": "Category",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ticketmaster Events, Venues & Prices Scraper](https://apify.com/scrapers_lat/ticketmaster-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ticketmaster-scraper) to learn more, explore other use cases, and run it yourself.