Dubizzle Working API
------------------------ `You're in the right place. Just give it a try!` ------------------------ - Realtime-Data exactly like you see on www.dubizzle.com. - Fastest Dubizzle API. - Find any property. - Custom endpoint, concurrent requests, priority support. - If you need help using this API for your projects, contact at: `[email protected]`
Dubizzle Working API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property Details | ||
| GET |
/details/byurl /details/byurl |
Get **full listing details** from a Dubizzle listing URL. The slug is parsed for the property type + SEO id and matched back to a listing via Algolia, then routed to… |
| GET |
/details/byid /details/byid |
Get **full Dubizzle listing details** by `listing_id` + `category_id`. The two-field key is intentional — Dubizzle namespaces listings by category (apartment, villa, office,… |
| Search Dubizzle | ||
| GET |
/search/bypolygon /search/bypolygon |
Search Dubizzle listings inside an **arbitrary polygon** (GeoJSON ring). The polygon coordinates are stored swapped internally to match Dubizzle's swapped `_geoloc` axes — pass… |
| GET |
/search/bycoordinates /search/bycoordinates |
Search Dubizzle listings inside a **circular area** defined by lat/lon + radius (kilometres). The circle is converted to a bounding-box geo-filter internally (Dubizzle stores… |
| GET |
/search/byurl /search/byurl |
Run the search that a `dubai.dubizzle.com` **search URL** represents. The category (apartment / villa / ...) and purpose (for-sale / for-rent) are parsed from the path segments… |
| GET |
/search/bylocationid /search/bylocationid |
Search Dubizzle listings by **`locationId`** (the internal neighborhood / landmark / building / city id from [/autocomplete](https://realtyapi.io/dashboard?tab=playground&api=dubi… |
| GET |
/search/bylocation /search/bylocation |
Search Dubizzle listings by **free-text location name**. The query is resolved through [/autocomplete](https://realtyapi.io/dashboard?tab=playground&api=dubizzle&endpoint=autocomp… |
| GET |
/autocomplete /autocomplete |
Dubizzle **location autocomplete**. Returns neighborhoods, landmarks, developments, cities, and buildings with their internal `id` and `type` — pass that `id` to… |
| Property Details - Specific | ||
| GET |
/details/dld /details/dld |
**Dubai Land Department (DLD)** information for a listing — RERA registration, building info, ownership / transaction history. This is Dubizzle's **exclusive integration** with… |
| GET |
/details/similar /details/similar |
**Similar listings** for a given Dubizzle listing — uses Dubizzle's own content-first `similar_ads` endpoint (location + price + property-type aware). This is **cheaper than**… |
| Find an Agent | ||
| GET |
/agent/details /agent/details |
Get a Dubizzle **agent's full profile** by `slug`. Returns name, photo, bio, languages, agency, contact info, RERA registration, listing count, and review summary. The slug… |
| GET |
/agent/listings /agent/listings |
**All listings posted by a specific Dubizzle agent**, filtered by the agent's numeric Dubizzle id (which appears in every search result's `agent.id` field). Supports the **full… |
Dubizzle Working API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $60 / month | 25 / second |
|
| MEGA Recommended | $250 / month | 50 / second |
|