# Latest Formula One Results

**Use case:** 

Retrieve recent Formula One race results with drivers, constructors, positions, points, laps, status, and race dates.

## Input

```json
{
  "season": "current",
  "maxResults": 3
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "text"
  },
  "position_text": {
    "label": "Position Text",
    "format": "text"
  },
  "points": {
    "label": "Points",
    "format": "number"
  },
  "wins": {
    "label": "Wins",
    "format": "number"
  },
  "driver_id": {
    "label": "Driver Id",
    "format": "text"
  },
  "given_name": {
    "label": "Given Name",
    "format": "text"
  },
  "family_name": {
    "label": "Family Name",
    "format": "text"
  },
  "date_of_birth": {
    "label": "Date Of Birth",
    "format": "text"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "driver_url": {
    "label": "Driver Url",
    "format": "link"
  },
  "constructor": {
    "label": "Constructor",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Jolpica F1 Results Scraper - Standings and Drivers](https://apify.com/benthepythondev/jolpica-f1-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/jolpica-f1-results-scraper) to learn more, explore other use cases, and run it yourself.