Dubizzle.com Logo

Dubizzle API
Car Scraper & Parser

Dubizzle API scraping service for UAE automotive market. Access car data from the largest marketplace in the Emirates.

Clean data with customizable export formats.

Dubizzle Car Platform API

Access UAE's biggest car marketplace with our API. Pull clean car data from Dubai and Emirates for analytics and market research.

Live API

Receive alerts for new UAE car listings.

Advantage: Find new vehicles immediately.

Daily Exports

Current Listings: Daily export of all active ads for market analysis.

Delisted Ads: Daily report of removed listings with final selling prices.

Data Parser

Get all car data through the API: price, specs, diagnostics, history, modifications from every listing.

Platform

Dubizzle is the UAE's top car marketplace since 2005. With over 40,000 active listings, it links buyers and sellers from budget cars to luxury vehicles. All major brands and models are available on this platform, making it the main destination for car trading in the Middle East.

Dubizzle focuses on local market needs. Each car listing shows key details like Gulf, American, or European specs, customs status, and registration info. You also get maintenance records and inspection reports for full details.

The Dubizzle API gives direct access to this car data. Track price differences across areas (Business Bay cars cost 10-15% more than Ras Al Khaimah), monitor market trends, and analyze regional buying patterns through the API without building complex systems.

Get real-time alerts on new listings and price changes. The API tracks market movements as they happen, helping you spot trends and opportunities in the UAE car market.

Data We Collect
inner_id: 16414123
mark: Chevrolet
model: Camaro
year: 2016
color: Red
body_type: Coupe
doors: 2 door
seats: 4 Seater
engine_type: Petrol
displacement: 3500 - 3999 cc
horsepower: 300 - 399 HP
cylinders: 6
transmission: Automatic Transmission
price: 29,000 AED
mileage: 175,000 km
location: Dubai
specs: American Specs
seller_type: Owner
steering: Left Hand
warranty: Does not apply
offer_created: 2025-05-18
images: High-res URLs
export_status: UAE (can be exported)
url: https://dubizzle.com/s/DOBGsDv
Daily Data Export

Data Retention Policy

Export files are securely stored for at least 3 days.

API Availability Schedule

Fresh daily data exports are available for download every day.

CSV Data Format

CSV automotive data files use the pipe delimiter (|) as the column separator for compatibility.

URL Structure:

https://{personal_name}.auto-api.com/{date}/{file_name}

Request Parameters:

  • personal_name - your unique assigned subdomain identifier.
  • date - target date in yyyy-mm-dd format (e.g., 2025-09-06).
  • file_name - name of the export file with its extension.

Available Formats:

  • CSV - all_active.csv, new_daily.csv, removed_daily.csv
  • JSON - all_active.json, new_daily.json, removed_daily.json
  • Excel - all_active.xlsx, new_daily.xlsx, removed_daily.xlsx

cURL API Request Example

curl -L -X GET 'https://{personal_name}.auto-api.com/yyyy-mm-dd/all_active.csv' \
  -H 'Authorization: Basic XXX' \
  -o daily_car_data.csv

Wget Download Command

wget --method GET \
  --header 'Authorization: Basic XXX==' \
  'https://{personal_name}.auto-api.com/yyyy-mm-dd/all_active.csv'
Real-Time API

Request Parameters

api_key - your personal API key

from_id - start from this change ID. Use 0 for first request, then last ID + 1

Response Parameters

inner_id - listing ID on dubizzle.com

change_type - event type: "added", "changed", or "removed"

created_at - event timestamp

Response Body

{
  "result": [
    {
      "id": 2648717,
      "inner_id": "40307747",
      "change_type": "added",
      "created_at": "2025-08-14T19:39:18.380",
      "data": {
        "id": "1380988",
        "inner_id": "40307747",
        "url": "https://dubai.dubizzle.com/motors/used-cars/kia/seltos/2020/8/14/kia-seltos-2020-40307747/",
        "mark": "Kia",
        "model": "Seltos",
        "generation": "Gasoline 1.6 Turbo 2WD",
        "configuration": "Gasoline 1.6 Turbo 2WD",
        "complectation": "Prestige",
        "year": "2020",
        "color": "White",
        "price": "18200000",
        "km_age": "48186",
        "engine_type": "Gasoline",
        "transmission_type": "Automatic",
        "body_type": "SUV",
        "address": "Dubai Marina",
        "seller_type": "DEALER",
        "is_dealer": "true",
        "section": "Used",
        "seller": "boripiri",
        "salon_id": "05062438168",
        "description": "Excellent condition Kia Seltos 2020...",
        "displacement": "1591",
        "offer_created": "2025-08-14T20:22:34.000",
        "manufacturerName": "Kia",
        "modelName": "Seltos",
        "gradeName": "Gasoline 1.6 Turbo 2WD",
        "modelGroupName": "Seltos",
        "yearMonth": "202006",
        "images": "[\"https://dbzimages.dubizzle.com/images/2025/08/14/kia_seltos_001.jpg\", \"https://dbzimages.dubizzle.com/images/2025/08/14/kia_seltos_002.jpg\", ...]",
        "advertisementType": "NORMAL",
        "created_at": "2025-08-14T19:38:15.561",
        "extra": "diagnostics, inspection, accidents, VIN, ...",
        "options": "vehicle options..."
      }
    },
    {
      "id": 2664811,
      "inner_id": "39969819",
      "change_type": "changed",
      "created_at": "2025-08-17T05:19:34.442",
      "data": {
        "new_price": 34900000
      }
    },
    {
      "id": 2664812,
      "inner_id": "39971229",
      "change_type": "removed",
      "created_at": "2025-08-17T05:19:39.778"
    }
  ],
  "meta": {
    "cur_from_id": "2648715",
    "limit": 10
  }
}
Reply in 2 min