Dubizzle API · MENA classifieds data
The Dubizzle API the region never had
Search and monitor dubizzle listings across the UAE, Saudi Arabia, Egypt, and the GCC — motors, property, jobs, and goods — as clean JSON. Nine MENA classifieds providers, one schema, one API key, success-only billing.
No card required · Estimate cost before every call · No result = no charge
# Cars for sale in Riyadh — one POST
curl -X POST https://api.qannasapi.com/v1/data/listings/search \
-H "X-API-Key: qk_live_..." \
-H "Content-Type: application/json" \
-d '{
"query": "",
"filters": {
"country": "sa",
"city": "riyadh",
"category": "motors",
"make": "toyota",
"price_max": 90000,
"year_min": 2020
},
"limit": 25
}'
# → {"status":"OK","request_id":"...","data":[ ... ]}
# → X-Credits-Charged shows the exact cost of the callNine MENA providers. One request shape.
Stop maintaining a scraper per site. A single country filter routes your query to the right sources — with city, category, make, model, price, year, and mileage filters applied server-side wherever the source supports them.
Four endpoints, the whole market
Search, drill into a listing, map an agent's entire portfolio, or reveal the seller's phone number where the source allows it.
POST /v1/data/listings/searchSearch listings
Motors, property, jobs, and general classifieds across all nine providers. Filter by country, city, category, subcategory, purpose (rent/sale), make, model, price, year, and kilometers.
POST /v1/data/listings/detailsFull listing record
Pass a listing URL, get the complete structured record — specs, description, images metadata, location, seller info. Hosts route automatically by geography.
POST /v1/data/listings/agentAgent & dealer portfolios
Enumerate every listing from one agent, agency, or dealer — including DubiCars dealers and YallaMotor auto companies. Built for competitive and inventory intelligence.
POST /v1/data/listings/phonePhone revealpremium
Reveal a listing's seller name and phone number where the source exposes it. Where a source login-gates numbers upstream, the API tells you honestly instead of failing silently.
Who builds on the Dubizzle API
MENA classifieds data powers real businesses. These are the patterns we see most.
Property & proptech
- Track rental and sale inventory by community
- Monitor agent portfolios and pricing moves
- Feed valuation and market-analysis models
Motors & dealerships
- Watch competitor pricing by make, model, year
- Map dealer inventories across platforms
- Spot underpriced listings first
Research & agencies
- MENA market studies without manual collection
- Lead lists from active sellers and agents
- Jobs-market and goods-price tracking
Pay per answer, not per attempt
Every action has a public credit price. Quote any call with the free estimate endpoint. No result means zero credits charged — always.
$0
Free tier — 100 credits/month
Real evaluation on live endpoints, free sandbox keys, free estimates. No card required.
$10
Starter — 500 credits
One-off top-up for projects and prototypes. Credits stack on top of the free monthly grant.
$600
Enterprise — 50,000 credits
Daily monitoring and portfolio-scale jobs, with higher rate-limit tiers for production workloads.
Questions, answered
Coverage, phone reveal, pricing, and compliance — the short version.
Which sites and countries are covered?
country filter.Can I get seller phone numbers?
/v1/data/listings/phonereveals the seller's phone number and name — a cheap page parse on most sources, a browser-driven reveal on dubizzle.com. Where a source login-gates numbers (OpenSooq, Haraj, Aqar), the API flags it instead of pretending otherwise.How fresh is the data?
What does it cost?
POST /v1/data/listings/search:estimate. Billing is success-only: no result, no charge. The free tier includes 100 credits a month.Is this compliant?
Start free — 100 credits, no card
The MENA classifieds market as a clean API. Your first call is five minutes away.