# Monitor Gametime FIFA 2026 ticket search results

**Use case:** 

Track Gametime FIFA 2026 ticket search listings with match dates, stadiums, and deal scores for sports ticketing research.

## Input

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