FIPE Brazil Vehicle Price Scraper
Pricing
from $2.00 / 1,000 vehicles
FIPE Brazil Vehicle Price Scraper
Reference vehicle valuations from Brazil's FIPE table — the price every dealer, insurer and bank quotes against. Cars, motorcycles and trucks, with brand, model, year, fuel, FIPE code and the price as a real number. No API key.
Pricing
from $2.00 / 1,000 vehicles
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
The FIPE table is the reference valuation every Brazilian dealer, insurer, bank and marketplace quotes against. This Actor reads it for cars, motorcycles and trucks. No API key, no login, no proxy.
What you get
| Field | Example |
|---|---|
brand, model | VW - VolksWagen, AMAROK CD2.0 16V/S TDI 4x2 Die |
model_year, year_label | 2013, 2013 Diesel |
fuel, fuel_code | Diesel, D |
price | 72232.0 (a real number) |
price_text | R$ 72.232,00 |
fipe_code | 005329-5 |
reference_month | agosto de 2026 |
vehicle_type, vehicle_type_en | carros, car |
brand_code, model_code, year_code | for re-querying |
price is parsed properly from the Brazilian format — dot groups thousands and
comma is the decimal, so R$ 1.234.567,89 becomes 1234567.89, not 1.234.
fipe_code is the official identifier, so rows join straight to any system that
already speaks FIPE.
Example input
{"vehicleTypes": ["carros"],"brands": ["VW", "Fiat"],"modelQuery": "gol","maxResults": 500}
Leave brands and modelQuery empty to walk everything.
A note on size
FIPE is a drill-down: brand → model → year → price, and the last step is one request per year variant. A single brand can be enormous — VW alone has 547 models. A full sweep is therefore tens of thousands of requests.
maxResults is a hard stop, shared across the vehicle types you select. Start
small, and raise the run timeout before asking for a lot.
Notes
- The official
veiculos.fipe.org.brsits behind Cloudflare and refuses automated requests; this reads the open mirror that serves the same table. - Runs stop cleanly before the platform timeout and keep everything collected so far, rather than failing.
Pricing
Pay per result: one vehicle event per price row.
Support
Found a brand that won't load, or a field that stopped populating? Open an issue on the Actor's page and include the input you used.