# 🏁 Formula 3 Driver Standings Full Export

**Use case:** 

Full Export of 🏁 Formula 3 Driver Standings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "year": 2026,
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🏳 Flag",
    "format": "image"
  },
  "position": {
    "label": "📍 Pos",
    "format": "number"
  },
  "driverName": {
    "label": "👤 Driver",
    "format": "text"
  },
  "team": {
    "label": "🏎 Team",
    "format": "text"
  },
  "totalPoints": {
    "label": "💯 Points",
    "format": "number"
  },
  "countryCode": {
    "label": "🌍 Country",
    "format": "text"
  },
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🏁 Formula 3 Driver Standings Scraper](https://apify.com/parseforge/f3-formula3-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/f3-formula3-stats-scraper) to learn more, explore other use cases, and run it yourself.