Skip to Content

One2car Data Parser & API

One2car is Thailand’s #1 car portal — around 45,000 active listings across used and new vehicles — and Carapis extracts its full dealer inventory, including price, mileage, spec and dealer details, through one REST API. Owned by Carsome via iCar Asia, One2car sits in a consolidated cluster of dominant national portals, so a single Carapis approach reaches several SEA markets at once.

CountryThailand
TypePortal
OwneriCar Asia / Carsome
Vehicle typesused, new, dealer
Monthly visitsrising (+12% m/m, Mar 2026)
Active listings~45K
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.one2car.com

What is One2car?

One2car is the leading car marketplace in Thailand, listing used and new vehicles from dealers across the country. It carries the standard structured classified data — make, model, year, mileage, price, spec and dealer contact — and its traffic has been rising (+12% month-on-month as of March 2026). It is owned by iCar Asia, which is in turn owned by Carsome Group.

Market Position

One2car is Thailand’s No.1 auto portal, with roughly 45K active listings and rising traffic. Its owner, Carsome (via iCar Asia), also controls Carlist.my in Malaysia, Mobil123 in Indonesia and Carmudi across PH/ID/VN — a single ownership cluster spanning the dominant national car portals of five SEA countries. The techniques used to structure One2car data transfer directly to several other Carapis platforms in the region.

Data Fields Available

Carapis extracts a complete structured record from each One2car listing:

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

One2car’s value is being Thailand’s primary view of national dealer inventory and pricing, delivered as clean structured fields rather than scraped HTML.

API Quick Start

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

Frequently asked questions