Skip to Content

Motory Data Parser & API

Motory is a Saudi Arabia + GCC automotive portal carrying dealer and private car listings — and Carapis extracts its full listing data, including make, model, year, mileage, price and dealer info, through one REST API. It rounds out the Saudi cluster alongside Haraj and Syarah, and Carapis serves its data without you building a scraper.

CountrySaudi Arabia
TypePortal
Vehicle typesused, new, dealer
Monthly visits~1-2M/mo (est.)
Active listingsthousands+
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official siteksa.motory.com

What is Motory?

Motory is an automotive portal serving Saudi Arabia and the wider GCC, listing used and new vehicles from both dealers and private sellers. It offers a structured auto-shopping experience across multiple Gulf markets from a single brand, with an estimated ~1-2M monthly visits. Motory complements the C2C-heavy Haraj and the dealer-focused Syarah by offering a portal-style mix of both.

Market Position

Motory is a mid-tier but multi-market Saudi/GCC auto portal (~1-2M monthly visits, est.), giving coverage across several Gulf countries from one source. While smaller than Haraj or the major UAE platforms, its dealer-plus-private mix and GCC footprint make it a useful breadth source. Together with Haraj and Syarah, it helps Carapis map the Saudi used-car market — worth roughly USD 10.2B in 2025 — from multiple supply angles.

Data Fields Available

Carapis extracts a structured record from each Motory listing:

  • Vehicle identity — make, model, trim, model year, body type, fuel type, transmission
  • Condition — mileage
  • Pricing — listed price
  • Listing context — seller type (dealer vs private), dealer info, location/city, photo gallery

Motory’s value is its combination of dealer and private listings across multiple GCC markets, useful for cross-market pricing comparison.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "motory", "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 — dealer and private pricing across GCC markets feed dealer models.
  • Market research — track auto supply across Saudi Arabia and the Gulf. See market research.
  • Import / export — multi-market listings help buyers source across the GCC. See import & export.

Frequently asked questions