Discover/drivearabia.com API
live

drivearabia.com APIdrivearabia.com

Access DriveArabia car makes, models, specs, trims, and pricing for the Middle East market via a structured REST API. Covers UAE and KSA regional data.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/93e063b6-7250-466e-9a6b-1de12619db39/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/93e063b6-7250-466e-9a6b-1de12619db39/get_makes' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

List all available car makes/brands from DriveArabia. Returns an array of make objects with id and English name.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of make objects, each with id (integer) and car_make_en (string)"
  },
  "sample": {
    "data": [
      {
        "id": 1725,
        "car_make_en": "Abarth"
      },
      {
        "id": 1726,
        "car_make_en": "Acura"
      }
    ],
    "status": "success"
  }
}

About the drivearabia.com API

The DriveArabia API exposes 5 endpoints covering car makes, models, detailed specifications, trim-level pricing, and body type filtering for the Middle East market. The get_car_detail endpoint returns pros, cons, safety information, engine specs, fuel efficiency, and named trims with prices for a given vehicle URL. Lookups can be scoped to UAE or KSA regional pricing via the search_cars country parameter.

Browsing Makes, Models, and Body Types

The get_makes endpoint returns an array of make objects, each with an integer id and an English name (car_make_en). Pass that id to get_models_by_make to retrieve model records that include both English (car_model_en) and Arabic (car_model_ar) names, plus a slug field (car_model_sk). The get_body_types endpoint returns the full list of body type strings — Sedan, SUV, Hatchback, Pickup, Van, Coupe, Convertible — which map directly to the body_type filter on search_cars.

Searching and Filtering Cars

search_cars accepts three optional parameters: page for pagination, country (accepted values: uae, ksa) for regional pricing, and body_type for segment filtering. Each result in the cars array includes the car name, a detail page URL, price, and additional attributes. The returned page field confirms which page of results is active, making it straightforward to iterate through large result sets.

Detailed Vehicle Data

get_car_detail takes a URL sourced from search_cars results and returns a structured object with brand, model, year, title, a specs object (covering fields such as Transmission, Engine Type, Fuel Efficiency, and Origin), and a trims array where each trim has a name and price. The endpoint also returns pros and cons arrays and a safety object, giving a full picture of a vehicle's positioning within a model range.

Common use cases
  • Build a Middle East new-car price tracker comparing trim-level pricing across UAE and KSA using search_cars and get_car_detail.
  • Populate a vehicle selector UI with make and model dropdowns sourced from get_makes and get_models_by_make.
  • Generate pros/cons summaries for a car-buying guide app using the pros and cons arrays from get_car_detail.
  • Filter SUV or Sedan inventory by body type and country to feed a regional car comparison tool.
  • Extract engine type, transmission, and fuel efficiency specs from get_car_detail for a fuel cost calculator.
  • Track price changes across trims over time by periodically calling get_car_detail and storing the trims array.
  • Localize a car listings page by using Arabic model names (car_model_ar) returned by get_models_by_make.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does DriveArabia have an official developer API?+
DriveArabia does not publish a public developer API or documented endpoint suite. This Parse API provides structured access to the data available on drivearabia.com.
What regional markets does the `search_cars` endpoint cover?+
The country parameter currently accepts uae and ksa, returning pricing relevant to those markets. Other GCC markets such as Qatar, Bahrain, Kuwait, or Oman are not covered by the current endpoints. You can fork this API on Parse and revise it to add support for additional country codes if DriveArabia surfaces that data.
What does the `specs` object in `get_car_detail` contain?+
The specs object is a set of key-value pairs drawn from the vehicle's specification sheet. Documented fields include Transmission, Engine Type, Fuel Efficiency, and Origin. The exact keys present vary by vehicle; not every car will have all fields populated.
Does the API return user reviews or ratings for vehicles?+
Not currently. The API returns editorial pros and cons arrays and a safety object from get_car_detail, but does not expose user-submitted review scores or review text. You can fork this API on Parse and revise it to add a review-fetching endpoint if that data is accessible on the site.
How does pagination work in `search_cars`?+
Pass an integer as a string to the page parameter to retrieve successive pages of results. The response includes a page field confirming the current page. There is no total-count or total-pages field returned, so you iterate until a page returns an empty cars array.
Page content last updated . Spec covers 5 endpoints from drivearabia.com.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.