Skip to Content
PlatformsMENA & AfricaJiji (incl. Cars45)

Jiji Data Parser & API

Jiji is the pan-African classifieds leader — dominant across Nigeria, Kenya, Ghana and beyond — and, since acquiring Cars45 with its 200-parameter inspections, it pairs huge classifieds reach with inspection-grade condition data, all of which Carapis extracts through one REST API. It is the single source that unlocks several African auto markets at once, and Carapis serves its data without you maintaining a scraper.

CountryNigeria
TypeClassifieds
Vehicle typesused, new, private, dealer
Monthly visitsvery high (pan-African leader)
Active listingsvery large
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitejiji.ng

What is Jiji?

Jiji is the leading online classifieds platform in Sub-Saharan Africa, operating across Nigeria, Kenya, Ghana and other markets, with autos as a major vertical carrying both private and dealer listings. In June 2021 Jiji acquired Cars45 — a transactional used-car business known for its ~200-parameter inspection centers (originally backed by the Frontier Car Group / OLX lineage) — merging classifieds breadth with inspection-grade condition data. Jiji is the pan-African market leader by reach.

Market Position

Jiji is the dominant classifieds platform across multiple African markets, making a single Carapis parser cluster a gateway to several national auto markets at once (Nigeria, Kenya, Ghana and more). Its acquisition of Cars45 added a transactional, inspection-led model on top of open classifieds — so Jiji now spans both broad C2C supply and ~200-parameter inspected vehicles. This consolidation (Jiji + Cars45, plus ex-Cheki assets) makes it the most efficient single source for African used-car data.

Data Fields Available

Carapis extracts a structured record from each Jiji car listing:

  • Vehicle identity — make, model, model year, body type, fuel type, transmission
  • Condition — mileage, Cars45 inspection report (~200 parameters) where available
  • Pricing — listed price (local currency)
  • Listing context — seller type (dealer vs private), location/country, photo gallery

The Cars45 inspection data is the standout field — a ~200-parameter structured condition record that rivals the inspection-sheet value seen in markets like Korea, layered onto a vast classifieds inventory.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "jiji", "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 — inspection and pricing data benchmark African used-car values for dealers.
  • Market research — track several African markets at once from one source. See market research.
  • Import / export — Cars45 inspection reports let buyers vet African vehicles remotely. See import & export.

Frequently asked questions