# Today's football matches with odds from 40+ bookmakers

**Use case:** 

Every football match scheduled today with current 1X2, over/under, BTTS and Asian handicap odds from up to 42 bookmakers, the best available price per outcome and the no-vig fair odds. Filter by country or competition.

## Input

```json
{
  "mode": "recent",
  "statuses": [
    "scheduled"
  ],
  "daysBack": 0,
  "daysAhead": 0,
  "includeWomen": true,
  "includeYouth": true,
  "leagues": [
    "England: Premier League"
  ],
  "seasons": [
    "2024-2025"
  ],
  "lastSeasons": 1,
  "markets": [
    "1x2",
    "overUnder",
    "btts",
    "asianHandicap"
  ],
  "overUnderLines": [
    "1.5",
    "2.5",
    "3.5"
  ],
  "asianHandicapLines": "main",
  "includeOdds": true,
  "onlyWithOdds": true,
  "includeStats": true,
  "includeEvents": true,
  "maxMatches": 30,
  "concurrency": 16
}
```

## Output

```json
{
  "startTime": {
    "label": "Kick-off (UTC)",
    "format": "date"
  },
  "country": {
    "label": "Country"
  },
  "competition": {
    "label": "Competition"
  },
  "season": {
    "label": "Season"
  },
  "homeTeam": {
    "label": "Home"
  },
  "awayTeam": {
    "label": "Away"
  },
  "status": {
    "label": "Status"
  },
  "score": {
    "label": "Score"
  },
  "halfTimeScore": {
    "label": "HT"
  },
  "result": {
    "label": "1X2 result"
  },
  "consensus": {
    "label": "Consensus"
  }
}
```

## About this Actor

This example demonstrates how to use [Football Odds Scraper: Historical & Closing Lines, 40+ Books](https://apify.com/sports-odds-lab/football-odds-results.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sports-odds-lab/football-odds-results.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sports-odds-lab/football-odds-results.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
