# The Odds Sports Data Export

**Use case:** 

Data Export of The Odds Sports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "activeOnly": false
}
```

## Output

```json
{
  "sport_key": {
    "label": "🔑 Key",
    "format": "text"
  },
  "sport_title": {
    "label": "📛 Title",
    "format": "text"
  },
  "group": {
    "label": "🏷️ Group",
    "format": "text"
  },
  "active": {
    "label": "🟢 Active",
    "format": "boolean"
  },
  "has_outrights": {
    "label": "🎯 Outrights",
    "format": "boolean"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [The Odds API Sports Scraper](https://apify.com/parseforge/the-odds-api-sports-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/the-odds-api-sports-scraper) to learn more, explore other use cases, and run it yourself.