# Search VividSeats Imagine Dragons and concert tickets

**Use case:** 

Extract VividSeats search results for imagine keyword with event dates, venues, and ticket price ranges for live events monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vividseats.com/search?searchTerm=imagine"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "productionName": {
    "label": "Event",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date-time"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  },
  "ticketCount": {
    "label": "Available Tickets",
    "format": "number"
  },
  "venueDetails": {
    "label": "Venue Details",
    "format": "object"
  },
  "tickets": {
    "label": "Tickets",
    "format": "array"
  }
}
```

## About this Actor

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