# Historic F1 Race Results Extractor

**Use case:** Track trends

Extract comprehensive historical F1 race results from 1950 to the present. Get data for analysis or insights. Try it now.

## Input

```json
{
  "seasons": "1950-x",
  "rounds": "1-5",
  "sessionsToScrape": [
    "race-result"
  ],
  "includeAllDrivers": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "season": {
    "label": "Season",
    "format": "number"
  },
  "round": {
    "label": "Round",
    "format": "number"
  },
  "grandPrix": {
    "label": "Grand Prix",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "sessionType": {
    "label": "Session",
    "format": "text"
  },
  "position": {
    "label": "Pos",
    "format": "number"
  },
  "driverNumber": {
    "label": "No.",
    "format": "number"
  },
  "driver": {
    "label": "Driver",
    "format": "text"
  },
  "driverCode": {
    "label": "Code",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "laps": {
    "label": "Laps",
    "format": "number"
  },
  "timeOrRetired": {
    "label": "Time/Retired",
    "format": "text"
  },
  "points": {
    "label": "Pts",
    "format": "number"
  },
  "detailsUrl": {
    "label": "Details",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [F1 Data Extractor](https://apify.com/richard.biros/f1-data-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/richard.biros/f1-data-extractor) to learn more, explore other use cases, and run it yourself.