Skip to Content

Bonbanh Data Parser & API

Bonbanh is one of Vietnam’s top auto-classifieds sites, carrying large used and new car supply from private sellers and dealers — and Carapis extracts its full listings, including price, mileage and spec, through one REST API. As part of the group of sites that together hold roughly 80% of Vietnam’s online auto-classifieds share, Bonbanh is a primary Vietnamese inventory source, served without you building or maintaining a scraper.

CountryVietnam
TypeClassifieds
OwnerBonbanh
Vehicle typesused, new, private
Monthly visitshigh (VN top auto site)
Active listingslarge
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitebonbanh.com

What is Bonbanh?

Bonbanh (bonbanh.com) is one of Vietnam’s leading car classifieds platforms, listing used and new vehicles from private sellers and dealers. It carries the standard structured classified data — make, model, year, mileage, price, condition and seller contact — and is one of the country’s top auto sites by traffic.

Market Position

Bonbanh is a top auto-classifieds destination in Vietnam. Together with Chợ Tốt Xe, Oto.com.vn and Carmudi, the leading Vietnamese sites hold roughly 80% of the country’s online auto-classifieds share. Bonbanh’s strength is broad national car supply spanning both private sellers and dealers — making it a primary source for Vietnamese used-car data alongside the larger general-classifieds player Chợ Tốt.

Data Fields Available

Carapis extracts a complete structured record from each Bonbanh listing:

  • Vehicle identity — make, model, model year, fuel type, transmission
  • Condition — mileage, condition (used / new)
  • Pricing — listed price
  • Listing context — seller info, location, photo gallery

Bonbanh’s value is breadth of Vietnamese national supply — a primary view of the market’s dealer and private-seller inventory, delivered as clean structured fields.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "bonbanh", "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 — Vietnamese supply powers residual-value and market-pricing models for dealers.
  • Market research — track Vietnamese inventory mix, mileage and price trends. See market research.
  • Import / export — benchmark Vietnamese pricing against regional markets. See import & export.

Frequently asked questions