# IRacing Data Driver Stats — Full Export

**Use case:** 

Scrape the full iracing data driver stats dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract iracing data driver stats for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "recent",
  "custIds": [],
  "leaderboardCategory": "road",
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "cust_id": {
    "label": "Cust Id",
    "format": "integer"
  },
  "irating": {
    "label": "Irating",
    "format": "integer"
  },
  "license_class": {
    "label": "License Class",
    "format": "string"
  },
  "safety_rating": {
    "label": "Safety Rating",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  }
}
```

## About this Actor

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