# Race Results Formula 1 | F1 Race Results and Standings

**Use case:** 

Extract Formula 1 | F1 Race Results and Standings data filtered by Race Results. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "dataType": "raceResults",
  "season": "2024",
  "maxItems": 10
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "driverName": {
    "label": "Driver Name",
    "format": "text"
  },
  "driverId": {
    "label": "Driver ID",
    "format": "text"
  },
  "driverUrl": {
    "label": "Driver URL",
    "format": "link"
  },
  "constructorName": {
    "label": "Constructor Name",
    "format": "text"
  },
  "constructorId": {
    "label": "Constructor ID",
    "format": "text"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "constructor": {
    "label": "Constructor",
    "format": "text"
  },
  "points": {
    "label": "Points",
    "format": "number"
  },
  "wins": {
    "label": "Wins",
    "format": "number"
  },
  "round": {
    "label": "Round",
    "format": "number"
  },
  "raceName": {
    "label": "Race Name",
    "format": "text"
  },
  "circuitName": {
    "label": "Circuit Name",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "raceDate": {
    "label": "Race Date",
    "format": "text"
  },
  "raceTime": {
    "label": "Race Time",
    "format": "text"
  },
  "laps": {
    "label": "Laps",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "fastestLapTime": {
    "label": "Fastest Lap Time",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "dataType": {
    "label": "Data Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Formula 1 Scraper | F1 Race Results and Standings](https://apify.com/parseforge/formula1-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/formula1-scraper) to learn more, explore other use cases, and run it yourself.