# Football Fixtures Api Task

**Use case:** 

Get upcoming football fixtures and results for any team. Fetch data for major competitions like the Premier League and Champions League. Try it free!

## Input

```json
{
  "apiKey": "***",
  "teamName": "Chelsea FC",
  "competition": "PL",
  "dateFrom": "2026-03-23",
  "dateTo": "2026-03-24",
  "maxItems": 20
}
```

## Output

```json
{
  "matchDate": {
    "label": "Match date"
  },
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "competition": {
    "label": "Competition"
  },
  "venue": {
    "label": "Venue"
  },
  "status": {
    "label": "Status"
  },
  "matchday": {
    "label": "Matchday"
  }
}
```

## About this Actor

This example demonstrates how to use [Football Fixtures Api](https://apify.com/martin_sabo/football-fixtures-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/martin_sabo/football-fixtures-api) to learn more, explore other use cases, and run it yourself.