# Find NBA tickets in New York

**Use case:** 

Scrape NBA ticket listings and prices from Gametime for New York games. Export events, venues, dates, and live seat pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gametime.co/search?q=knicks"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "dateTimeLocal": {
    "label": "Date",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "object"
  },
  "minPriceCents": {
    "label": "Min Price (cents)",
    "format": "number"
  },
  "maxPriceCents": {
    "label": "Max Price (cents)",
    "format": "number"
  },
  "totalListings": {
    "label": "Listings",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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