# Vivid Seats ticket price and inventory monitor

**Use case:** 

Schedule recurring snapshots for selected Vivid Seats production IDs and export normalized events and ticket listings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vividseats.com/big-12-mens-basketball-tournament-tickets--sports-ncaa-basketball/performer/81"
    }
  ],
  "productionIds": [
    "7216792"
  ],
  "includeListings": true,
  "maxEvents": 10,
  "maxListingsPerEvent": 100,
  "currency": "USD",
  "navigationTimeoutSecs": 45
}
```

## Output

```json
{
  "productionId": {
    "label": "Production ID",
    "format": "number"
  },
  "name": {
    "label": "Event",
    "format": "text"
  },
  "localDate": {
    "label": "Local date",
    "format": "date"
  },
  "venue": {
    "label": "Venue",
    "format": "object"
  },
  "minPrice": {
    "label": "Min price",
    "format": "number"
  },
  "medianPrice": {
    "label": "Median price",
    "format": "number"
  },
  "listingCount": {
    "label": "Listings",
    "format": "number"
  },
  "ticketCount": {
    "label": "Tickets",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Vivid Seats Events & Ticket Listings Scraper](https://apify.com/automation-lab/vivid-seats-events-tickets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/vivid-seats-events-tickets-scraper) to learn more, explore other use cases, and run it yourself.