# Browse pop concert tickets on TicketCity

**Use case:** 

Monitor TicketCity pop tickets category with event dates, venues, and secondary market pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ticketcity.com/category/pop-tickets"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Event ID",
    "format": "text"
  },
  "eventName": {
    "label": "Event Name",
    "format": "text"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "text"
  },
  "eventCategory": {
    "label": "Event Category",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  }
}
```

## About this Actor

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