Skip to Content
PlatformsMENA & AfricaDubizzle Motors

Dubizzle Motors Data Parser & API

Dubizzle Motors is the UAE’s dominant car marketplace — accounting for roughly 87% of UAE automotive classifieds revenue (2024) with around 43K used-car listings live — and Carapis extracts its full listing data, including make, trim, mileage, price, seller type and location, through one REST API. Owned by Dubizzle Group (formerly EMPG), it carries the richest structured used-car resale data in the Gulf, and Carapis serves it without you building or maintaining a Cloudflare-class scraper.

CountryUAE
TypePortal
OwnerDubizzle Group
Vehicle typesused, new, private, moto
Monthly visits~part of 54M Dubizzle+Bayut sessions (H1 2025)
Active listings~43K used (UAE)
API accessNo public API (parse-only)
Parse priority★★★★★
Official siteuae.dubizzle.com

What is Dubizzle Motors?

Dubizzle Motors is the automotive vertical of dubizzle.com, the leading online classifieds platform in the United Arab Emirates, operated by Dubizzle Group. It lists vehicles from both licensed dealers and private sellers, and is the reference marketplace for used-car pricing in the UAE — Dubizzle reported roughly USD 95.8M in live listing value across ~43K used cars (April 2025). The wider Dubizzle Group network drew an estimated ~54M monthly sessions in H1 2025.

Market Position

Dubizzle Motors is the clear leader in UAE automotive classifieds, with ~87% of the country’s auto classifieds revenue (2024) and ~43K live used-car listings worth ~USD 95.8M (April 2025). Its parent, Dubizzle Group (ex-EMPG), runs a single corporate data model across the Gulf and Egypt — Dubizzle UAE, Dubizzle Egypt (ex-OLX) and Hatla2ee — so the techniques that structure Dubizzle UAE data transfer directly to several other Carapis platforms in the region. The group announced a planned 30% Dubai IPO in October 2025 (subsequently postponed).

Data Fields Available

Carapis extracts a complete structured record from each Dubizzle Motors listing:

  • Vehicle identity — make, model, trim, model year, body type, fuel type, transmission
  • Condition & history — mileage, warranty / service-history flags where present
  • Pricing — listed price (the UAE used-car pricing benchmark)
  • Specification — spec chips (GCC / US / European spec), options
  • Listing context — seller type (dealer vs private), location/emirate, photo gallery

Seller-type and GCC-spec fields are what make Dubizzle data especially valuable for resale and import/export buyers: they are the closest thing the Gulf has to a structured, market-wide used-car condition and pricing record.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "dubizzle-motors", "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 — Dubizzle is the UAE pricing benchmark; its listings power residual-value and market-pricing models for dealers.
  • Import / export — GCC-spec and seller-type data let exporters vet and price UAE used cars remotely. See import & export.
  • Market research — track inventory mix, spec and price trends across the Gulf’s largest used-car market. See market research.

Frequently asked questions