# Tomorrow's Forebet Predictions for Early Betting Lines

**Use case:** 

Scrape tomorrow's football predictions to get a jumpstart on betting line analysis and strategy development. Accessing this data early helps professional bettor

## Input

```json
{
  "mode": "tomorrow",
  "maxItems": 50
}
```

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