# Jolpica F1   Race Results, Qualifying & Standings — Full Exp

**Use case:** 

Scrape the full jolpica f1 - race results, qualifying & standings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract jolpica f1 - race results, qualifying & standings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "dataType": "race_results",
  "season": "2024",
  "round": "",
  "driverId": "",
  "constructorId": "",
  "maxItems": 200
}
```

## Output

```json
{
  "season": {
    "label": "Season",
    "format": "integer"
  },
  "round": {
    "label": "Round",
    "format": "integer"
  },
  "race_name": {
    "label": "Race Name",
    "format": "string"
  },
  "race_date": {
    "label": "Race Date",
    "format": "string"
  },
  "driver_code": {
    "label": "Driver Code",
    "format": "string"
  },
  "driver_name": {
    "label": "Driver Name",
    "format": "string"
  },
  "constructor_name": {
    "label": "Constructor Name",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "position_text": {
    "label": "Position Text",
    "format": "string"
  },
  "grid": {
    "label": "Grid",
    "format": "integer"
  },
  "laps": {
    "label": "Laps",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "points": {
    "label": "Points",
    "format": "number"
  }
}
```

## About this Actor

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