Skip to Content

Karvi Data Parser & API

Karvi is a dealer-inventory aggregator across Argentina and Brazil — pulling together the stock of 1,000+ dealer partners — and Carapis extracts its full listing data, including make, model, year, mileage, price, spec and dealer info, through one REST API. Its aggregated model means a single Karvi source spans many dealerships’ inventory at once.

CountryBrazil
TypeAggregator
OwnerKarvi
Vehicle typesused, new, dealer
Monthly visitsgrowing AR/BR aggregator
Active listings1,000+ dealer partners' inventory
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.karvi.com.br

What is Karvi?

Karvi (karvi.com.br / karvi.com.ar) is a used- and new-car dealer-inventory aggregator founded in Buenos Aires in 2020 and expanding into Brazil. Rather than hosting only its own stock, it aggregates the inventory of dealer partners — around 150 in Argentina and 1,000+ in Brazil — making it a consolidated view of partner-dealer cars across two markets.

Market Position

Karvi is a growing dealer-inventory aggregator with an Argentina HQ and Brazilian expansion. Its consolidation angle is the appeal: with 1,000+ BR and 150+ AR dealer partners, one Karvi parser surfaces a large pool of dealer inventory across two of the region’s top markets. It sits among Latin America’s online-dealer/fintech challengers (alongside InstaCarro and Creditas Auto), bringing aggregated dealer stock rather than pure C2C classifieds.

Data Fields Available

Carapis extracts a structured record from each Karvi listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission, body type
  • Condition — mileage
  • Pricing — listed price
  • Specification — options and trim
  • Listing context — dealer / partner info, location, photo gallery

The aggregated dealer-partner inventory is Karvi’s distinctive value — broad dealer coverage across Argentina and Brazil from one source.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "karvi", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Market research — track aggregated dealer inventory across Argentina and Brazil from one source. See market research.
  • Pricing intelligence — Karvi’s dealer-partner pricing anchors valuation models for dealers.
  • Import / export — source dealer inventory across two markets. See import & export.

Frequently asked questions