# Weekend Football Match Predictions for Sports Analysts

**Use case:** 

Extract all weekend football predictions from Forebet, including detailed match data like average goals and weather. This is crucial for pre-match analysis, fan

## Input

```json
{
  "mode": "weekend",
  "maxItems": 200
}
```

## Output

```json
{
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "matchDate": {
    "label": "Match date"
  },
  "matchTime": {
    "label": "Match time"
  },
  "predictionHome": {
    "label": "Prediction home"
  },
  "predictionDraw": {
    "label": "Prediction draw"
  },
  "predictionAway": {
    "label": "Prediction away"
  },
  "predictedScore": {
    "label": "Predicted score"
  },
  "league": {
    "label": "League"
  }
}
```

## About this Actor

This example demonstrates how to use [Forebet Football Predictions Scraper](https://apify.com/crawlerbros/forebet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/forebet-scraper) to learn more, explore other use cases, and run it yourself.