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.
{"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'
{"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'
{"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'
{"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'
{"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, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
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:
188ms
Service Level:
100%
Response Time:
1,782ms
Service Level:
100%
Response Time:
77ms