# Yesterday's football results with closing odds

**Use case:** 

All of yesterday's football matches from 1,000+ competitions with final scores and the closing odds of 40+ bookmakers — 1X2, over/under and both teams to score — plus the no-vig consensus. Schedule it daily to build your own odds history.

## Input

```json
{
  "mode": "recent",
  "statuses": [
    "finished"
  ],
  "daysBack": 1,
  "daysAhead": 0,
  "includeWomen": true,
  "includeYouth": true,
  "leagues": [
    "England: Premier League"
  ],
  "seasons": [
    "2024-2025"
  ],
  "lastSeasons": 1,
  "markets": [
    "1x2",
    "overUnder",
    "btts"
  ],
  "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`).
