# Top 25 Daily Forebet Football Betting Picks

**Use case:** 

Fetch the top 25 most recent daily football predictions from Forebet, ideal for quick insights into high-probability matches. This allows tipsters and casual be

## Input

```json
{
  "mode": "today",
  "maxItems": 25
}
```

## 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.