Tabela FIPE - Brazil Vehicle Prices avatar

Tabela FIPE - Brazil Vehicle Prices

Pricing

$10.00 / 1,000 results

Go to Apify Store
Tabela FIPE - Brazil Vehicle Prices

Tabela FIPE - Brazil Vehicle Prices

Consulta precos de veiculos na Tabela FIPE oficial. Carros, motos e caminhoes. Busca por marca/modelo ou codigo FIPE. Dados em tempo real. Gratuito.

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Cloway

Cloway

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

5 days ago

Last modified

Share

FREE real-time access to Brazil's official FIPE Table -- the definitive vehicle price reference used by insurers, dealers, banks, and consumers nationwide.

Query prices for all vehicle types: cars (carros), motorcycles (motos), and trucks (caminhoes).

What is the FIPE Table?

The Tabela FIPE is maintained by the Fundacao Instituto de Pesquisas Economicas (FIPE) and is the standard price reference for every vehicle sold in Brazil. Updated monthly, it covers thousands of brands, models, and year variants.

Features

  • Search by name -- type "Honda Civic" and get all matching prices with fuzzy matching
  • Direct ID lookup -- fetch a specific price instantly by brand/model/year IDs
  • FIPE code lookup -- query by the official FIPE code
  • List all brands -- get the complete brand catalog for any vehicle type
  • All vehicle types -- cars, motorcycles, and trucks
  • Structured output -- brand, model, year, fuel type, FIPE code, and price in BRL

Input

FieldTypeRequiredDescription
actionselectYessearch, price, or brands
vehicleTypeselectYescarros, motos, or caminhoes (default: carros)
brandstringFor searchBrand name to search (e.g., "Honda")
modelstringFor searchModel name to search (e.g., "Civic")
yearstringNoFilter by year (e.g., "2023")
fipeCodestringFor priceFIPE code (e.g., "001004-9")
brandIdstringFor priceBrand ID from the FIPE API
modelIdstringFor priceModel ID from the FIPE API
yearIdstringFor priceYear ID from the FIPE API (e.g., "2023-1")

Examples

Search by brand and model name

{
"action": "search",
"vehicleType": "carros",
"brand": "Toyota",
"model": "Corolla"
}

List all motorcycle brands

{
"action": "brands",
"vehicleType": "motos"
}

Get a specific price

{
"action": "price",
"vehicleType": "carros",
"brandId": "25",
"modelId": "450",
"yearId": "2023-1"
}

Output

Each result contains:

{
"marca": "Honda",
"modelo": "Civic Sedan EXL 2.0 Flex 16V Aut.4p",
"anoModelo": 2023,
"combustivel": "Gasolina",
"codigoFipe": "014275-0",
"valor": "R$ 152.513,00",
"mesReferencia": "marco de 2025",
"tipoVeiculo": "carros"
}

Use Cases

  • Car dealerships -- automated price checks for inventory pricing
  • Insurance companies -- vehicle valuation for underwriting and claims
  • Online marketplaces -- real-time price reference for listing platforms
  • Price comparison -- track depreciation and value trends over time
  • Automotive market research -- aggregate data for analysis and reporting
  • Financial institutions -- vehicle-backed loan and financing valuations

Cost

This actor uses a free public API and requires minimal compute. Typical runs cost fractions of a cent on the Apify platform.

Data Source

All data comes from the FIPE API which mirrors the official Tabela FIPE published by the Fundacao Instituto de Pesquisas Economicas.


Built by NomePronto -- Automating Brazilian data for the world.