# Extract Gametime FIFA World Cup match ticket event page

**Use case:** 

Scrape FIFA World Cup match ticket event on Gametime with section prices, seller fees, and MetLife Stadium details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gametime.co/soccer/fifa-world-cup-match-91-tickets/7-5-2026-east-rutherford-nj-met-life-stadium/events/66b11cdd55323e5c578fb508"
    }
  ],
  "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.