UAE Properties Data Extractor API API ID: 11979

Effortlessly extract detailed UAE property data with this API, helping you to enhance market insights and listings.
Use this API from your AI agent via MCP
Works with OpenClaw, Claude Code/Desktop, Cursor, Windsurf, Cline and any MCP-compatible AI client.
Docs & setup
Create a skill by wrapping this MCP: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

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.

API Documentation

Endpoints


Retrieve filtered real estate listings in UAE.



                                                                            
GET https://pr140-testing.zylalabs.com/api/11979/uae+properties+data+extractor+api/22808/properties
                                                                            
                                                                        

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.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"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}}
                                                                                                                                                                                                                    
                                                                                                    

Properties - CODE SNIPPETS


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.



                                                                            
GET https://pr140-testing.zylalabs.com/api/11979/uae+properties+data+extractor+api/22809/market+stats
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"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":[]}}
                                                                                                                                                                                                                    
                                                                                                    

Market Stats - CODE SNIPPETS


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.



                                                                            
GET https://pr140-testing.zylalabs.com/api/11979/uae+properties+data+extractor+api/22810/recent
                                                                            
                                                                        

Recent - Endpoint Features

Object Description
limit [Required] Indicate the number of results
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"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"}]}
                                                                                                                                                                                                                    
                                                                                                    

Recent - CODE SNIPPETS


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.



                                                                            
GET https://pr140-testing.zylalabs.com/api/11979/uae+properties+data+extractor+api/22811/search
                                                                            
                                                                        

Search - Endpoint Features

Object Description
q [Required] Enter a query
per_page [Required] Indicates the number of results
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"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}}
                                                                                                                                                                                                                    
                                                                                                    

Search - CODE SNIPPETS


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.



                                                                            
GET https://pr140-testing.zylalabs.com/api/11979/uae+properties+data+extractor+api/22812/properties+by+listing+id
                                                                            
                                                                        

Properties by Listing ID - Endpoint Features

Object Description
listing_id [Required] Indicates the listing ID
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"Example Response":"No response example available for now."}
                                                                                                                                                                                                                    
                                                                                                    

Properties by Listing ID - CODE SNIPPETS


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' 


    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the UAE Properties Data Extractor API simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.

🚀 Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Customer favorite features

  • ✔︎ Only Pay for Successful Requests
  • ✔︎ Free 7-Day Trial
  • ✔︎ Multi-Language Support
  • ✔︎ One API Key, All APIs.
  • ✔︎ Intuitive Dashboard
  • ✔︎ Comprehensive Error Handling
  • ✔︎ Developer-Friendly Docs
  • ✔︎ Postman Integration
  • ✔︎ Secure HTTPS Connections
  • ✔︎ Reliable Uptime

UAE Properties Data Extractor API FAQs

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.

General FAQs

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.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Related APIs


You might also like