# Constructors Jolpica F1 Public

**Use case:** 

Extract Jolpica F1 Public data filtered by Constructors. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "season": "2024",
  "resource": "constructors",
  "maxItems": 10
}
```

## Output

```json
{
  "season": {
    "label": "🏆 season",
    "format": "text"
  },
  "round": {
    "label": "🎯 round",
    "format": "text"
  },
  "raceName": {
    "label": "🏁 raceName",
    "format": "text"
  },
  "date": {
    "label": "🗓️ date",
    "format": "date"
  },
  "circuit": {
    "label": "📍 circuit",
    "format": "text"
  },
  "driverId": {
    "label": "👤 driverId",
    "format": "text"
  },
  "constructorId": {
    "label": "🏎️ constructorId",
    "format": "text"
  },
  "position": {
    "label": "📊 position",
    "format": "number"
  },
  "time": {
    "label": "⏱️ time",
    "format": "text"
  },
  "points": {
    "label": "💯 points",
    "format": "number"
  },
  "laps": {
    "label": "🔄 laps",
    "format": "number"
  },
  "recordType": {
    "label": "🆔 recordType",
    "format": "text"
  },
  "raw": {
    "label": "📦 raw",
    "format": "object"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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