# Cars FIPE Brazil Vehicle Prices

**Use case:** 

Extract FIPE Brazil Vehicle Prices data filtered by Cars. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "vehicleType": "carros"
}
```

## Output

```json
{
  "vehicleType": {
    "label": "Type",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelYear": {
    "label": "Year",
    "format": "text"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "fuelAcronym": {
    "label": "Fuel (short)",
    "format": "text"
  },
  "fipeCode": {
    "label": "FIPE Code",
    "format": "text"
  },
  "price": {
    "label": "Price (R$)",
    "format": "text"
  },
  "priceNumeric": {
    "label": "Price (numeric)",
    "format": "number"
  },
  "referenceMonth": {
    "label": "Reference Month",
    "format": "text"
  },
  "brandCode": {
    "label": "Brand Code",
    "format": "text"
  },
  "modelCode": {
    "label": "Model Code",
    "format": "text"
  },
  "yearCode": {
    "label": "Year Code",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FIPE Brazil Vehicle Prices Scraper](https://apify.com/parseforge/fipe-brazil-vehicle-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fipe-brazil-vehicle-prices-scraper) to learn more, explore other use cases, and run it yourself.