The UAE Properties Data Extractor 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/11979/uae+properties+data+extractor+api/22808/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.
{"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/11979/uae+properties+data+extractor+api/22809/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/11979/uae+properties+data+extractor+api/22810/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/11979/uae+properties+data+extractor+api/22811/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/11979/uae+properties+data+extractor+api/22812/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. The "GET Properties" endpoint provides detailed property listings, while "GET Market Stats" offers market statistics. "GET Recent" retrieves the latest listings, "GET Search" allows for property searches, and "GET Properties by Listing ID" returns specific property details based on a unique identifier.
Key fields include "listing_id," "title," "description," "address," "price," "location," "features," and "dates." For example, the "GET Properties" response includes property features like the number of bedrooms and bathrooms, 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. "GET Recent" allows customization of result limits, while "GET Search" supports query parameters for specific property searches. Each endpoint's documentation details accepted parameters.
Response data is organized in a JSON format, with a "success" field indicating the request status, followed by a "data" array containing relevant property or market information. Each property listing includes nested objects for price, location, and features, making it easy to parse and utilize.
The data is sourced from various real estate listings and market reports within the UAE. The API aggregates this information to provide users with comprehensive and up-to-date property data, ensuring a broad coverage of the real estate market.
Typical use cases include integrating property listings into real estate websites, conducting market analysis, and developing applications for property search. Users can leverage the API to enhance user experience by providing real-time property data and insights.
Users can utilize the returned data by parsing the JSON response to extract relevant information for display or analysis. For instance, they can showcase property details on a website or analyze market trends using statistics from the "GET Market Stats" endpoint.
Data accuracy is maintained through regular updates and quality checks. The API scrapes data from reliable real estate sources, ensuring that the information reflects current market conditions. Users can also check the "last_scraped" field for the most recent data update.
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.
Service Level:
100%
Response Time:
75ms
Service Level:
100%
Response Time:
81ms
Service Level:
100%
Response Time:
81ms
Service Level:
100%
Response Time:
74ms
Service Level:
100%
Response Time:
1,659ms
Service Level:
100%
Response Time:
66ms
Service Level:
100%
Response Time:
1,978ms
Service Level:
100%
Response Time:
1,202ms
Service Level:
100%
Response Time:
125ms
Service Level:
100%
Response Time:
77ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
2,463ms
Service Level:
100%
Response Time:
2,082ms
Service Level:
100%
Response Time:
975ms
Service Level:
100%
Response Time:
1,128ms
Service Level:
100%
Response Time:
2,890ms
Service Level:
100%
Response Time:
1,961ms
Service Level:
100%
Response Time:
1,305ms
Service Level:
100%
Response Time:
1,524ms
Service Level:
100%
Response Time:
1,572ms