# Football (Soccer) Flashscore | Live Sports Scores and

**Use case:** 

Extract Flashscore | Live Sports Scores and Fixtures data filtered by Football (Soccer). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "sport": "football",
  "date": "2025-05-21",
  "maxItems": 10
}
```

## Output

```json
{
  "homeTeam": {
    "label": "Home Team",
    "format": "text"
  },
  "awayTeam": {
    "label": "Away Team",
    "format": "text"
  },
  "homeScore": {
    "label": "Home Score",
    "format": "text"
  },
  "awayScore": {
    "label": "Away Score",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "matchDate": {
    "label": "Match Date",
    "format": "text"
  },
  "tournament": {
    "label": "Tournament",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "matchUrl": {
    "label": "Match URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Flashscore Scraper | Live Sports Scores and Fixtures](https://apify.com/parseforge/flashscore-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/flashscore-scraper) to learn more, explore other use cases, and run it yourself.