# Matches (season fixtures) Football-Data.org Competitions

**Use case:** 

Extract Football-Data.org Competitions data filtered by Matches (season fixtures). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "matches",
  "competitionCode": "PL"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "emblem": {
    "label": "Crest",
    "format": "image"
  },
  "id": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "type": {
    "label": "Format",
    "format": "text"
  },
  "areaName": {
    "label": "Area",
    "format": "text"
  },
  "areaCode": {
    "label": "Area Code",
    "format": "text"
  },
  "plan": {
    "label": "Plan",
    "format": "text"
  },
  "currentSeasonStart": {
    "label": "Season Start",
    "format": "date"
  },
  "currentSeasonEnd": {
    "label": "Season End",
    "format": "date"
  },
  "currentMatchday": {
    "label": "Matchday",
    "format": "number"
  },
  "numberOfAvailableSeasons": {
    "label": "Seasons Available",
    "format": "number"
  },
  "competitionId": {
    "label": "Competition ID",
    "format": "number"
  },
  "competitionCode": {
    "label": "Competition",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "group": {
    "label": "Group",
    "format": "text"
  },
  "teamName": {
    "label": "Team",
    "format": "text"
  },
  "teamShortName": {
    "label": "Short",
    "format": "text"
  },
  "teamTla": {
    "label": "TLA",
    "format": "text"
  },
  "teamCrest": {
    "label": "Team Crest",
    "format": "image"
  },
  "teamId": {
    "label": "Team ID",
    "format": "number"
  },
  "position": {
    "label": "Pos",
    "format": "number"
  },
  "playedGames": {
    "label": "P",
    "format": "number"
  },
  "points": {
    "label": "Pts",
    "format": "number"
  },
  "won": {
    "label": "W",
    "format": "number"
  },
  "draw": {
    "label": "D",
    "format": "number"
  },
  "lost": {
    "label": "L",
    "format": "number"
  },
  "goalsFor": {
    "label": "GF",
    "format": "number"
  },
  "goalsAgainst": {
    "label": "GA",
    "format": "number"
  },
  "goalDifference": {
    "label": "GD",
    "format": "number"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "matchId": {
    "label": "Match ID",
    "format": "number"
  },
  "utcDate": {
    "label": "Kickoff (UTC)",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "matchday": {
    "label": "MD",
    "format": "number"
  },
  "homeTeam": {
    "label": "Home",
    "format": "object"
  },
  "awayTeam": {
    "label": "Away",
    "format": "object"
  },
  "score": {
    "label": "Score",
    "format": "object"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "founded": {
    "label": "Founded",
    "format": "number"
  },
  "clubColors": {
    "label": "Colors",
    "format": "text"
  },
  "coach": {
    "label": "Coach",
    "format": "object"
  },
  "squad": {
    "label": "Squad",
    "format": "object"
  },
  "runningCompetitions": {
    "label": "Running Competitions",
    "format": "object"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Football-Data.org Competitions Scraper](https://apify.com/parseforge/football-data-org-competitions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/football-data-org-competitions-scraper) to learn more, explore other use cases, and run it yourself.