The Retrieve UAE Real Estate Listings API is a solution designed to provide quick and structured access to information about the real estate market in the United Arab Emirates. It provides detailed data on properties available in different cities and regions, allowing you to integrate up-to-date information directly into your applications, websites, or analysis tools.
Through simple and well-organized endpoints, the API allows users to consult property listings with multiple filters. Users can search for properties based on criteria such as number of bedrooms, bathrooms, parking spaces, property type (e.g., apartments, villas, penthouses, or townhouses), and pagination to navigate large volumes of results. Each listing includes key information such as property title, description, address, price in AED, location details, property features, and additional data such as collection dates.
The API also offers a specific endpoint for querying properties by their listing_id, allowing access to detailed information about a specific property. This is especially useful for real estate platforms that need to display individual property pages or synchronize data with their internal databases.
Retrieve filtered real estate listings in UAE.
Properties - Endpoint Features
| Object | Description |
|---|---|
beedrooms |
[Required] Indicate the number of bedrooms |
bathrooms |
[Required] Indicate the number of bathrooms |
car_spaces |
[Required] Indicate the number of car spaces |
property_types |
[Required] Indicate the property type ((apartment, villa, townhouse, unit, duplex, penthouse, hotel apartment, bungalow) |
per_page |
[Required] Indicates the number of results |
page |
[Required] Indicate the page. |
{"success":true,"data":[{"listing_id":"penthouse-for-rent-dubai-palm-jumeirah-marriott-resort-palm-jumeirah-2PjOZoSXmfQ","title":"Royal Penthouse | West Beach | 360 Views","description":"Royal Penthouse | West Beach | 360 Views","address":"Marriott Resort Palm Jumeirah, Palm Jumeirah, Dubai","price":{"asking_price_raw":"4,000,000 AED\/year","asking_price":4000000,"asking_price_parsed":4000000},"location":{"suburb":"Marriott Resort Palm Jumeirah","city":"Dubai","region":"Dubai","country":null,"postcode":null},"features":{"bedrooms":1,"bathrooms":1,"car_spaces":1,"land_area":null,"floor_area":null},"property_info":{"property_type":"Penthouse","listing_type":null,"year_built":null},"agent":{"name":null,"company":null,"phone":null,"email":null},"dates":{"listed":null,"updated":null,"scraped":"2026-03-06T21:14:18+00:00"}}],"meta":{"total":5,"per_page":1,"current_page":1,"last_page":5}}
curl --location --request GET 'https://zylalabs.com/api/11978/retrieve+uae+real+estate+listings+api/22803/properties?beedrooms=1&bathrooms=1&car_spaces=1&property_types=penthouse&per_page=1&page=1' --header 'Authorization: Bearer YOUR_API_KEY'
Get UAE real estate market statistics including total properties, regions distribution, transaction value, and latest scraping date for market insights.
This endpoint does not require any input parameters.
Test Endpoint
{"success":true,"data":{"general":{"total_properties":9705,"total_regions":7,"total_cities":0,"avg_bedrooms":null,"avg_bathrooms":null,"avg_car_spaces":null,"last_scraped":"2026-03-06T19:12:50+00:00","transaction_value_aed_billions":47.92},"top_regions":[{"region":"Madinat Dubai Almelaheyah","count":5144},{"region":"Bukadra","count":4253},{"region":"Al Barsha","count":960},{"region":"Al Barsha South","count":960},{"region":"Business Bay","count":680},{"region":"Dubai","count":470},{"region":"Marsa Dubai","count":470}],"bedrooms_distribution":[]}}
curl --location --request GET 'https://zylalabs.com/api/11978/retrieve+uae+real+estate+listings+api/22804/market+stats' --header 'Authorization: Bearer YOUR_API_KEY'
Retrieve the most recent UAE real estate listings with price, location, property type, features, and creation date with customizable result limits.
Recent - Endpoint Features
| Object | Description |
|---|---|
limit |
[Required] Indicate the number of results |
{"success":true,"limit":2,"data":[{"listing_id":"villa-for-rent-dubai-arabian-ranches-3-elie-saab-elie-saab-2-16196626","title":"Biggest Plot and BUA | Main Park | Corner","description":"Biggest Plot and BUA | Main Park | Corner","address":"Elie Saab 2, Elie Saab, Arabian Ranches 3, Dubai","price":{"asking_price_raw":"550,000 AED\/year","asking_price":550000,"asking_price_parsed":550000},"location":{"suburb":"Elie Saab 2","city":"Dubai","region":"Dubai"},"features":{"bedrooms":2,"bathrooms":2,"car_spaces":2},"property_type":"Villa","agent_name":null,"created_at":"2026-03-06T21:16:38+00:00"},{"listing_id":"apartment-for-rent-dubai-downtown-dubai-burj-khalifa-area-burj-khalifa-zone-2b-2PUJzPNoNwO","title":"1 Bedroom Plus Study | Fully Furnished","description":"1 Bedroom Plus Study | Fully Furnished","address":"Burj Khalifa Zone 2B, Burj Khalifa Area, Downtown Dubai, Dubai","price":{"asking_price_raw":"220,000 AED\/year","asking_price":220000,"asking_price_parsed":220000},"location":{"suburb":"Burj Khalifa Zone 2B","city":"Dubai","region":"Dubai"},"features":{"bedrooms":2,"bathrooms":2,"car_spaces":2},"property_type":"Apartment","agent_name":null,"created_at":"2026-03-06T21:16:38+00:00"}]}
curl --location --request GET 'https://zylalabs.com/api/11978/retrieve+uae+real+estate+listings+api/22805/recent?limit=2' --header 'Authorization: Bearer YOUR_API_KEY'
Search real estate listings in the United Arab Emirates by query with pagination, obtaining property details including price, location, type, features, and creation date.
Search - Endpoint Features
| Object | Description |
|---|---|
q |
[Required] Enter a query |
per_page |
[Required] Indicates the number of results |
{"success":true,"data":[{"listing_id":"apartment-for-rent-sharjah-al-nahda-al-nahda-residential-complex-2PtebdjvV4a","title":"1 MONTH FREE, DIRECT ACCESS STADIUM METRO STATION","description":"1 MONTH FREE, DIRECT ACCESS STADIUM METRO STATION","address":"Al Nahda Residential Complex, Al Nahda, Sharjah","price":{"asking_price_raw":"33,999 AED\/year","asking_price":33999,"asking_price_parsed":33999},"location":{"suburb":"Al Nahda Residential Complex","city":"Sharjah","region":"Sharjah"},"features":{"bedrooms":1,"bathrooms":1,"car_spaces":1},"property_type":"Apartment","agent_name":null,"created_at":"2026-03-06T21:18:43+00:00"}],"meta":{"total":14215,"per_page":1,"current_page":1,"last_page":14215}}
curl --location --request GET 'https://zylalabs.com/api/11978/retrieve+uae+real+estate+listings+api/22806/search?q=sharjah&per_page=1' --header 'Authorization: Bearer YOUR_API_KEY'
Returns a list of residential properties for rent in Dubai, including villas and apartments in the most exclusive areas. To obtain the listing_id, you must use the Properties endpoint.
Properties by Listing ID - Endpoint Features
| Object | Description |
|---|---|
listing_id |
[Required] Indicates the listing ID |
{"Example Response":"No response example available for now."}
curl --location --request GET 'https://zylalabs.com/api/11978/retrieve+uae+real+estate+listings+api/22807/properties+by+listing+id?listing_id=penthouse-for-rent-dubai-palm-jumeirah-marriott-resort-palm-jumeirah-2PjOZoSXmfQ' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Each endpoint returns structured data related to UAE real estate listings. The "GET Properties" endpoint provides filtered property listings, "GET Market Stats" offers market statistics, "GET Recent" retrieves the latest listings, "GET Search" allows for query-based searches, and "GET Properties by Listing ID" returns detailed information for a specific property.
Key fields include "listing_id," "title," "description," "address," "price," "location," "features," and "dates." For example, the "GET Properties" response includes property details like bedrooms, bathrooms, and asking price, while "GET Market Stats" provides total properties and transaction values.
Parameters vary by endpoint. For "GET Properties," you can filter by bedrooms, bathrooms, and property type. The "GET Search" endpoint allows for custom queries and pagination. Users can specify limits on results and sort options to tailor their data requests.
Response data is organized in a JSON format, with a "success" field indicating the request status, followed by a "data" array containing the relevant listings or statistics. Each listing includes detailed attributes, making it easy to parse and utilize in applications.
The data is sourced from various real estate listings across the UAE, ensuring a comprehensive view of the market. Regular updates and scraping processes help maintain data accuracy and relevance, providing users with current information.
Typical use cases include integrating real estate listings into websites or applications, conducting market analysis, and providing users with up-to-date property information. Developers can use the API to create search functionalities or display detailed property pages.
Users can utilize the returned data by parsing the JSON response to extract relevant property details for display or analysis. For instance, developers can create dynamic property listings or dashboards that showcase market trends based on the statistics provided.
If results are partial or empty, users should check the parameters used in their request. Adjusting filters or pagination settings can yield more results. The "meta" field in responses provides insights into total available listings, helping users understand the scope of their queries.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
77ms
Service Level:
100%
Response Time:
66ms
Service Level:
100%
Response Time:
79ms
Service Level:
100%
Response Time:
528ms
Service Level:
100%
Response Time:
1,128ms
Service Level:
100%
Response Time:
83ms
Service Level:
100%
Response Time:
204ms
Service Level:
100%
Response Time:
362ms
Service Level:
100%
Response Time:
2,426ms
Service Level:
100%
Response Time:
1,321ms