# Find NFL game tickets on Gametime

**Use case:** 

Scrape NFL ticket listings from Gametime. Export matchups, stadiums, dates, and real-time secondary-market prices.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gametime.co/search?q=nfl"
    }
  ],
  "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.