# IndyCar Stats | Driver and Race Data Latest Results

**Use case:** 

Latest Results of IndyCar Stats | Driver and Race Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "season": "2023"
}
```

## Output

```json
{
  "rank": {
    "label": "rank",
    "format": "text"
  },
  "driver": {
    "label": "driver",
    "format": "text"
  },
  "points": {
    "label": "points",
    "format": "text"
  },
  "season": {
    "label": "season",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [IndyCar Stats Scraper | Driver and Race Data](https://apify.com/parseforge/indycar-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/indycar-stats-scraper) to learn more, explore other use cases, and run it yourself.