# Search festival tickets on TickPick

**Use case:** 

Scrape music festival tickets from TickPick. Export events, locations, dates, and available seats with transparent pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tickpick.com/search/?q=festival"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "eventId": {
    "label": "Event ID",
    "format": "text"
  },
  "eventName": {
    "label": "Event",
    "format": "text"
  },
  "eventDate": {
    "label": "Date",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "venueCity": {
    "label": "City",
    "format": "text"
  },
  "venueState": {
    "label": "State",
    "format": "text"
  },
  "performerName": {
    "label": "Performer",
    "format": "text"
  },
  "lowPrice": {
    "label": "Low Price",
    "format": "number"
  },
  "highPrice": {
    "label": "High Price",
    "format": "number"
  },
  "ticketCount": {
    "label": "Tickets",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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