# Extract BetOnline.ag MLB baseball betting markets

**Use case:** 

Scrape BetOnline.ag MLB baseball sportsbook lines with run lines, totals, and game moneylines for baseball odds tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.betonline.ag/sportsbook/baseball/mlb"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "gameId": {
    "label": "Game ID",
    "format": "number"
  },
  "wagerCutOff": {
    "label": "Wager CutOff",
    "format": "date-time"
  },
  "awayTeam": {
    "label": "Away Team",
    "format": "string"
  },
  "homeTeam": {
    "label": "Home Team",
    "format": "string"
  },
  "sport": {
    "label": "Sport",
    "format": "string"
  },
  "league": {
    "label": "League",
    "format": "string"
  },
  "gameUrl": {
    "label": "Game URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Betonline.ag Scraper](https://apify.com/lexis-solutions/betonline-ag-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/betonline-ag-scraper) to learn more, explore other use cases, and run it yourself.