# Find Lakers tickets in Los Angeles

**Use case:** 

Extract LA Lakers ticket listings from VividSeats. Get home games, arenas, dates, and current secondary-market prices.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vividseats.com/search?searchTerm=lakers"
    }
  ],
  "maxItems": 10,
  "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.