阿联酋房地产雷达 API

通过阿联酋房地产雷达API发现阿联酋的家居趋势,推动更智能的物业投资和决策
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

房地产阿联酋API提供了全面、结构化的信息访问,涵盖可供出售或出租的住宅和商业物业。该API旨在为需要高效整合实时房源数据的用户设计。通过API,用户可以获取每个物业的详细信息,包括物业类型、卧室和卫生间数量、建筑面积、停车位、额外特征如游泳池或花园,以及管理该物业的代理人或公司的详细信息 除了结构化数据,该API还包括地理信息,如城市、区域、郊区和国家,使开发人员能够按位置过滤或将互动地图集成到他们的应用中。每个物业还可以包含定价信息,以原始和解析格式提供,便于市场分析、比较和财务报告 该API支持一般和特定查询,允许用户获取最近的房源信息,通过其唯一ID搜索物业,或根据价格范围、房间数量、物业类型或位置等标准过滤结果。这促进了定制房地产搜索工具、推荐引擎或投资应用的创建 对于房地产代理和公司来说,该API提供了管理联系信息和物业详细信息的能力,确保显示的数据准确且最新。该API的结构设计为可扩展,支持大量数据和快速响应,非常适合Web和移动平台 简而言之,该API作为房地产数据与任何需要访问这些数据的应用或服务之间可靠的桥梁,提供灵活且强大的系统,用于实时探索、过滤和分析物业、价格、位置和特征。它是一个全面的工具,促进了最终用户体验以及房地产行业代理和公司的专业物业管理

API 文档

端点


获取阿拉伯联合酋长国的房地产列表,包括价格、位置、特点、物业类型、代理人和更新的详情


                                                                            
GET https://pr140-testing.zylalabs.com/api/7463/uae+realty+radar+api/21771/properties
                                                                            
                                                                        

属性 - 端点功能

对象 描述
bedrooms 可选 Indicate the number of bedrooms
bathrooms 可选 Indicate the number of bathrooms
car_spaces 可选 Filter by parking spaces
property_types 可选 Filter by property type (apartment, house, townhouse, unit)
per_page 可选 Indicates the number of results
page 可选 Indicates the number of the pagination
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"data":[{"listing_id":"15527366","title":"Luxury 1 Bedroom | Vacant soon | High floor","description":"RAAS Real Estate proudly presents a great One Bed located in Al Manara Tower for Sale:","address":"Address not available","price":{"asking_price_raw":"970,000 AED","asking_price":970000.0,"asking_price_parsed":970000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai","country":"UAE","postcode":"Unknown"},"features":{"bedrooms":1,"bathrooms":2,"car_spaces":1,"land_area":null,"floor_area":null},"property_info":{"property_type":"Apartment","listing_type":"Sale","year_built":null},"agent":{"name":"SuperAgent","company":null,"phone":null,"email":null},"dates":{"listed":null,"updated":null,"scraped":"2025-11-04T00:19:16"}}],"pagination":{"page":1,"per_page":1,"total":1,"pages":1},"filters_applied":{"bedrooms":1,"bathrooms":2,"car_spaces":1,"region":"dubai","city":null,"property_type":null}}
                                                                                                                                                                                                                    
                                                                                                    

属性 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7463/uae+realty+radar+api/21771/properties?bedrooms=1&bathrooms=2&car_spaces=1&property_types=apartment&per_page=1&page=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    

获取阿拉伯联合酋长国的一般房地产市场统计数据,包括总数、平均值、按卧室分布和特色区域


                                                                            
GET https://pr140-testing.zylalabs.com/api/7463/uae+realty+radar+api/21777/market+stats
                                                                            
                                                                        

市场统计 - 端点功能

对象 描述
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"data":{"general":{"total_properties":1029,"total_regions":1,"total_cities":1,"avg_bedrooms":2.6084,"avg_bathrooms":0.9436,"avg_car_spaces":0.3071,"last_scraped":"2025-12-17T01:07:35"},"top_regions":[{"region":"Dubai","count":1029}],"bedrooms_distribution":[{"bedrooms":1,"count":373},{"bedrooms":2,"count":135},{"bedrooms":3,"count":158},{"bedrooms":4,"count":145},{"bedrooms":5,"count":103},{"bedrooms":6,"count":24},{"bedrooms":7,"count":14},{"bedrooms":8,"count":4},{"bedrooms":9,"count":6},{"bedrooms":17,"count":2},{"bedrooms":18,"count":1},{"bedrooms":92,"count":1}]}}
                                                                                                                                                                                                                    
                                                                                                    

市场统计 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7463/uae+realty+radar+api/21777/market+stats' --header 'Authorization: Bearer YOUR_API_KEY' 


    

允许您通过位置筛选搜索房产,返回带有价格、特征、代理、类型和详细分页的列表



                                                                            
GET https://pr140-testing.zylalabs.com/api/7463/uae+realty+radar+api/21783/search
                                                                            
                                                                        

搜索 - 端点功能

对象 描述
q [必需] Indicates a location
page 可选 Indicates the pagination
per_page 可选 Indicates the number of results
测试端点

API 示例响应

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

搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7463/uae+realty+radar+api/21783/search?q=dubai&page=1&per_page=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    

返回最近添加的属性,包括价格、位置、特征、物业类型、负责代理和发布日期


                                                                            
GET https://pr140-testing.zylalabs.com/api/7463/uae+realty+radar+api/21789/recent
                                                                            
                                                                        

最近 - 端点功能

对象 描述
limit [必需] Enter the number of results (max 50).
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"data":[{"listing_id":"15818474","title":"Road-side | Upcomming | Zero Commission","description":"Discover contemporary living in this beautifully designed 1-bedroom apartment located in the brand-new Al Hamra Greens community. This project offers a perfect blend of comfort, style, and convenience within the prestigious Al Hamra Village.","address":"Address not available","price":{"asking_price_raw":"1,345,140 AED","asking_price":1345140.0,"asking_price_parsed":1345140.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":1,"bathrooms":1,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T01:07:35"},{"listing_id":"15845986","title":"Move in now | Centre Kitchen | 3 Bedrooms","description":"Keys in Hand","address":"Address not available","price":{"asking_price_raw":"2,860,000 AED","asking_price":2860000.0,"asking_price_parsed":2860000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":3,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:59:08"},{"listing_id":"15859134","title":"High-End Finish | Lake View | Fully Upgraded","description":"Arabian Estates Presents a Fully Upgraded Luxury Villa with Lake View.","address":"Address not available","price":{"asking_price_raw":"28,500,000 AED","asking_price":28500000.0,"asking_price_parsed":28500000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":1,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:44:37"},{"listing_id":"15833613","title":"High Floor | Prime Location | SZR View","description":"Key Features:","address":"Address not available","price":{"asking_price_raw":"2,600,000 AED","asking_price":2600000.0,"asking_price_parsed":2600000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":4,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:40:29"},{"listing_id":"15848803","title":"Ultra Luxury | 5 Bed Villa | Sunset Views","description":"Ultra Luxury | Five Bed C1 | Sunset Views","address":"Address not available","price":{"asking_price_raw":"17,500,000 AED","asking_price":17500000.0,"asking_price_parsed":17500000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":5,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:40:03"},{"listing_id":"15848436","title":"3 BR | PRIME LOCATION | HANDOVER 2027","description":"This well-maintained 3-bedroom villa is located in the desirable May community of Arabian Ranches, offering a peaceful and family-friendly environment. The home features a practical layout with spacious interiors, making it ideal for comfortable everyday living.","address":"Address not available","price":{"asking_price_raw":"3,050,000 AED","asking_price":3050000.0,"asking_price_parsed":3050000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":3,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:23:16"},{"listing_id":"15844843","title":"Vacant | Best View | Fully Furnished","description":"Stunning 1-Bed Apartment for Sale in Collective 2.0 — Dubai Hills Estate","address":"Address not available","price":{"asking_price_raw":"1,299,000 AED","asking_price":1299000.0,"asking_price_parsed":1299000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":1,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-17T00:19:34"},{"listing_id":"15816241","title":"Vacant Soon | Single Row | Larger Plot","description":"Paragon Properties is delighted to present this 3BR + Maids Townhouse in one of the most sought-after, family friendly communities, Camelia in Arabian Ranches 2. A single row unit is rare to find. Located close to the community Pool, Park, Kids play area and fully equipped gym - this is a great option for both end users and investors.","address":"Address not available","price":{"asking_price_raw":"3,600,000 AED","asking_price":3600000.0,"asking_price_parsed":3600000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":3,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-16T01:10:18"},{"listing_id":"15846101","title":"5%DP | GREEN COMMUNITY | FLEXIBLE PAYMENY PLAN |","description":"5% DOWN PAYMENT | GREEN COMMUNITY | FLEXIBLE PAYMENT PLAN | 4 BEDROOM MODERN TOWNHOUSE | MASAAR 3 – PHASE 4","address":"Address not available","price":{"asking_price_raw":"2,940,000 AED","asking_price":2940000.0,"asking_price_parsed":2940000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":4,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-16T01:06:30"},{"listing_id":"15848626","title":"LUXURIOUS  LIVING | 5%DP |  COMPLETED Q4 2028","description":"LUXURIOUS LIVING | 5% DOWN PAYMENT | HAYYAN – BY ALEF DEVELOPMENTS","address":"Address not available","price":{"asking_price_raw":"2,689,000 AED","asking_price":2689000.0,"asking_price_parsed":2689000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai"},"features":{"bedrooms":1,"bathrooms":0,"car_spaces":0},"property_type":"Apartment","agent_name":"SuperAgent","created_at":"2025-12-16T00:57:20"}],"limit":10}
                                                                                                                                                                                                                    
                                                                                                    

最近 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7463/uae+realty+radar+api/21789/recent?limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    

该API提供阿联酋房地产的详细信息,包括每个物业的房源、价格、位置、特征和代理人信息

注意:您可以通过端点properties、search和recent获取房源ID



                                                                            
GET https://pr140-testing.zylalabs.com/api/7463/uae+realty+radar+api/21795/property+by+listing+id
                                                                            
                                                                        

按房产列表ID进行属性查询 - 端点功能

对象 描述
listing_id [必需]
测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"success":true,"data":{"listing_id":"15446489","title":"Park View | Resale | Waterfront Living | Q4 2028","description":"ALH Properties offers this 1-bedroom apartment in the newly developed location of Rashid Yachts & Marina.","address":"Address not available","url":"https://www.propertyfinder.ae/en/plp/buy/apartment-for-sale-dubai-mina-rashid-marina-views-marina-views-tower-2-15446489.html","price":{"asking_price_raw":"2,100,000 AED","asking_price":2100000.0,"asking_price_parsed":2100000.0},"location":{"suburb":"Unknown","city":"Dubai","region":"Dubai","country":"UAE","postcode":"Unknown"},"features":{"bedrooms":1,"bathrooms":1,"car_spaces":0,"land_area":null,"floor_area":null},"property_info":{"property_type":"Apartment","listing_type":"Sale","year_built":null},"agent":{"name":"SuperAgent","company":null,"phone":null,"email":null},"dates":{"listed":null,"updated":null,"scraped":"2025-10-24T19:37:56"}}}
                                                                                                                                                                                                                    
                                                                                                    

按房产列表ID进行属性查询 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/7463/uae+realty+radar+api/21795/property+by+listing+id&listing_id=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 阿联酋房地产雷达 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

阿联酋房地产雷达 API FAQs

阿联酋房地产雷达API提供可供出售或出租的住宅和商业物业的访问权限,包括有关每个物业的详细信息

每个房产列表包括数据字段,如房产类型、卧室和浴室数量、建筑面积、停车位、附加特征(如游泳池或花园)以及关于管理代理或公司的详细信息

该API允许用户按多种标准筛选房产列表,包括价格范围、房间数量、物业类型和地理位置,从而实现定制化的搜索结果

该API可用于创建房地产搜索工具、推荐引擎和投资应用,帮助用户根据实时数据做出明智的房产投资决策

API以原始和解析格式提供定价信息,方便用户进行市场分析、比较和财务报告

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。

价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]


此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。

定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。

有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]

价格由月度或年度订阅决定,具体取决于所选计划。

API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。

Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。

要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。

要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。

要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。

"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。

是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。

您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。

7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。

当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。

付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。


相关 API