Skip to Content
PlatformsSoutheast AsiaOLX Autos / OLXmobbi

OLX Autos Indonesia Data Parser & API

OLX Autos (OLXmobbi) is a major Indonesian used-car marketplace, consolidated under Astra International’s O2O used-car operation — and Carapis extracts its full listing data, including private-seller and dealer ads with price, mileage and spec, through one REST API. Backed by the OLX classifieds footprint and Astra’s dealer network, it carries large national supply that Carapis serves without you building or maintaining a scraper.

CountryIndonesia
TypeMarketplace
OwnerAstra International
Vehicle typesused, private, dealer
Monthly visitshigh (OLX parent)
Active listingslarge
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.olx.co.id

What is OLX Autos Indonesia?

OLX Autos (rebranded OLXmobbi) is the automotive arm of Indonesia’s OLX classifieds, combined with Astra International’s O2O (online-to-offline) used-car business. It lists used vehicles from both private sellers and dealers, carrying the standard structured classified data — make, model, year, mileage, price, condition and seller contact — at large national scale.

Market Position

OLX Autos is one of Indonesia’s largest used-car marketplaces, drawing on the high-traffic OLX classifieds parent and Astra International’s dealer-network consolidation. It competes directly with the Carsome-owned Mobil123 portal for Indonesian used-car supply. Together, OLX Autos (C2C + Astra dealer O2O) and Mobil123 (Carsome dealer portal) give Carapis broad coverage of the Indonesian market from two complementary sources.

Data Fields Available

Carapis extracts a complete structured record from each OLX Autos listing:

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

OLX Autos’ value is its blend of C2C private-seller supply and Astra-backed dealer inventory — broad national coverage delivered as clean structured fields.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "olx-autos-id", "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 — blended C2C and dealer prices power residual-value models for dealers.
  • Market research — track Indonesian used-car supply and price trends. See market research.
  • Import / export — surface Indonesian stock for sourcing. See import & export.

Frequently asked questions