# Action Network MLB Odds Extractor

**Use case:** 

Extract Action Network MLB odds for a specific date with sportsbook, spread, moneyline, total, and source URL fields.

## Input

```json
{
  "leagues": [
    "mlb"
  ],
  "dates": [
    "2026-07-06"
  ],
  "maxItems": 100,
  "bookIds": [
    "15",
    "30",
    "76",
    "75",
    "123"
  ],
  "period": "game",
  "includeLive": true,
  "includeCompleted": true
}
```

## Output

```json
{
  "league": {
    "label": "League"
  },
  "sport": {
    "label": "Sport"
  },
  "gameId": {
    "label": "Game ID"
  },
  "startTime": {
    "label": "Start time"
  },
  "status": {
    "label": "Status"
  },
  "bookName": {
    "label": "Sportsbook"
  },
  "homeTeamName": {
    "label": "Home team"
  },
  "awayTeamName": {
    "label": "Away team"
  },
  "moneylineHome": {
    "label": "Home ML"
  },
  "moneylineAway": {
    "label": "Away ML"
  },
  "spreadHome": {
    "label": "Home spread"
  },
  "spreadHomePrice": {
    "label": "Home spread price"
  },
  "spreadAway": {
    "label": "Away spread"
  },
  "spreadAwayPrice": {
    "label": "Away spread price"
  },
  "total": {
    "label": "Total"
  },
  "overPrice": {
    "label": "Over price"
  },
  "underPrice": {
    "label": "Under price"
  },
  "homePublicBetPercent": {
    "label": "Home public %"
  },
  "awayPublicBetPercent": {
    "label": "Away public %"
  },
  "overPublicBetPercent": {
    "label": "Over public %"
  },
  "underPublicBetPercent": {
    "label": "Under public %"
  },
  "apiUrl": {
    "label": "API URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Action Network Sports Odds Line Movement Scraper](https://apify.com/automation-lab/action-network-sports-odds-line-movement-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/action-network-sports-odds-line-movement-scraper) to learn more, explore other use cases, and run it yourself.