Skip to Content
PlatformsEast AsiaKB Chachacha

KB Chachacha Data Parser & API

KB Chachacha is South Korea’s #3 used-car marketplace, holding roughly 13% of the used-car market, and Carapis extracts its full listing data — make, model, year, mileage, price, accident history, options and dealer details — through one REST API. Operated by KB Capital, part of KB Financial Group, it pairs dealer inventory with the financial backing of a major Korean bank, and Carapis serves its data without you maintaining a scraper.

CountrySouth Korea
TypePortal
OwnerKB Capital (KB Financial Group)
Vehicle typesused, dealer
Monthly visitsest. mid (no published figure)
Active listings"largest in Korea" (vendor claim)
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.kbchachacha.com

What is KB Chachacha?

KB Chachacha (KB차차차) is a leading used-car portal in South Korea, run by KB Capital under KB Financial Group. It aggregates dealer and certified used-car inventory and, like other Korean portals, attaches structured condition and accident-history data to listings. Backed by a bank, it integrates financing offers directly into the buying flow, and it holds about a 13% share of the Korean used-car market (Consumer Insight 2025).

Market Position

KB Chachacha ranks third in Korea’s used-car market with roughly 13% share, behind Encar (~53%) and KCar (~21%) according to Consumer Insight 2025 data. Its parent, KB Capital, is the consumer-finance arm of KB Financial Group — one of Korea’s largest banking groups — which gives the platform deep financing integration that pure classifieds rivals lack. KB Chachacha promotes itself as carrying the largest inventory in Korea, though that is a vendor claim rather than an independently verified figure.

Data Fields Available

Carapis extracts a structured record from each KB Chachacha listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission
  • Condition — mileage, accident & repair history, structured inspection/condition data
  • Pricing — listed price (plus financing context where shown)
  • Specification — factory options and trim packages
  • Listing context — dealer / seller info, location, photo gallery

The accident-history and condition fields make KB Chachacha valuable for pricing intelligence and import/export vetting — the same CARFAX-style condition signal that makes Korean used-car data attractive, sourced from a different inventory pool than Encar.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "kb-chachacha", "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

  • Pricing intelligence — cross-reference KB Chachacha against Encar and KCar to build a full Korean used-car pricing picture for dealers.
  • Import / export — accident-history and condition fields help exporters vet Korean vehicles remotely. See import & export.
  • Market research — track inventory mix and pricing across Korea’s #3 portal. See market research.

Frequently asked questions