Skip to Content

Carlist.my Data Parser & API

Carlist.my is Malaysia’s #1 car portal — around 170,000 active listings across used, new and recond 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, Carlist.my is part of a consolidated cluster of dominant national portals, so a single Carapis approach reaches several SEA markets at once.

CountryMalaysia
TypePortal
OwneriCar Asia / Carsome
Vehicle typesused, new, dealer
Monthly visitsest. high (MY No.1 portal)
Active listings~170K
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.carlist.my

What is Carlist.my?

Carlist.my is the leading car marketplace in Malaysia, listing used, new and reconditioned (“recond”) vehicles from dealers nationwide. It carries the standard structured classified data — make, model, year, mileage, price, spec and dealer contact — at the largest scale of any Malaysian auto portal. It is owned by iCar Asia, which is in turn owned by Carsome Group.

Market Position

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

Data Fields Available

Carapis extracts a complete structured record from each Carlist.my listing:

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

Carlist.my’s value is breadth: as Malaysia’s largest portal it offers the most complete view of national dealer inventory and pricing, delivered as clean structured fields.

API Quick Start

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

Frequently asked questions