# Gametime FIFA Events Scraper Task

**Use case:** 

Extract Fifa 2026 events from gametime.co website. The actor task is setup to search for `Fifa` keyword to extract title, location, offers and prices.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gametime.co/search?q=fifa"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scheduledAtLocal": {
    "label": "Date/Time",
    "format": "text"
  },
  "lowestPriceCents": {
    "label": "Lowest price (cents)",
    "format": "number"
  },
  "offerCount": {
    "label": "Offers",
    "format": "number"
  }
}
```

## About this Actor

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