阿联酋房地产洞察API是一个旨在提供对阿联酋房地产市场信息的快速和结构化访问的解决方案。它提供有关不同城市和地区可用物业的详细数据,使您能够将最新信息直接集成到您的应用程序、网站或分析工具中。
通过简单且结构良好的端点,API允许用户使用多个过滤器查询物业列表。用户可以根据卧室数量、浴室数量、停车位、物业类型(例如公寓、别墅、顶层公寓或联排别墅)等标准搜索物业,并进行分页以浏览大量结果。每个列表包括关键信息,如物业标题、描述、地址、价格(以阿联酋迪拉姆计)、位置详情、物业特征以及诸如收集日期等附加数据。
该API还提供了一个特定端点,以根据其listing_id查询物业,允许访问特定物业的详细信息。这对于需要显示单个物业页面或与其内部数据库同步数据的房地产平台尤其有用。
获取在阿联酋的过滤房地产列表
属性 - 端点功能
| 对象 | 描述 |
|---|---|
beedrooms |
[必需] Indicate the number of bedrooms |
bathrooms |
[必需] Indicate the number of bathrooms |
car_spaces |
[必需] Indicate the number of car spaces |
property_types |
[必需] Indicate the property type ((apartment, villa, townhouse, unit, duplex, penthouse, hotel apartment, bungalow) |
per_page |
[必需] Indicates the number of results |
page |
[必需] 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/11982/uae+property+insights+api/22823/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/11982/uae+property+insights+api/22824/market+stats' --header 'Authorization: Bearer YOUR_API_KEY'
最近 - 端点功能
| 对象 | 描述 |
|---|---|
limit |
[必需] 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/11982/uae+property+insights+api/22825/recent?limit=2' --header 'Authorization: Bearer YOUR_API_KEY'
通过查询带分页搜索阿拉伯联合酋长国的房地产挂牌,获取包括价格、地点、类型、特点和创建日期在内的物业详情
搜索 - 端点功能
| 对象 | 描述 |
|---|---|
q |
[必需] Enter a query |
per_page |
[必需] 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/11982/uae+property+insights+api/22826/search?q=sharjah&per_page=1' --header 'Authorization: Bearer YOUR_API_KEY'
返回迪拜可租赁住宅物业的列表,包括最独特地区的别墅和公寓。要获取 listing_id,您必须使用物业端点。
按列表ID的属性 - 端点功能
| 对象 | 描述 |
|---|---|
listing_id |
[必需] Indicates the listing ID |
{"Example Response":"No response example available for now."}
curl --location --request GET 'https://zylalabs.com/api/11982/uae+property+insights+api/22827/properties+by+listing+id?listing_id=penthouse-for-rent-dubai-palm-jumeirah-marriott-resort-palm-jumeirah-2PjOZoSXmfQ' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
每个端点返回与阿联酋房地产相关的结构化数据 “GET Properties” 端点提供包含标题 描述 价格 和特征的房源列表 “GET Market Stats” 提供有关总房产和地区的统计数据 “GET Recent” 检索最新的房源 “GET Search” 允许根据用户定义的标准查询房产 “GET Properties by Listing ID” 返回特定房产的详细信息
关键字段包括“listing_id”“title”“description”“address”“price”“location”和“features”例如在“获取物业”响应中“price”包括“asking_price_raw”和“asking_price”而“features”详细说明卧室和浴室的数量每个端点的响应都经过调整以提供相关的物业信息
响应数据以JSON格式组织,其中包含一个表示请求状态的“success”标志,后面是一个包含房产细节的“data”数组。每个房产条目包括价格、位置和特征的嵌套对象。此外,“meta”信息提供分页细节,如总结果和当前页数
参数因端点而异。对于“获取属性”,用户可以根据卧室数、浴室数和物业类型等标准进行过滤。“获取搜索”端点允许自定义查询并带有分页。用户可以指定返回结果的数量限制,从而根据他们的需求增强数据检索。
每个端点提供不同的信息:“获取房产”提供详细的房产列表,“获取市场统计”展示市场统计,“获取最新”显示最新房源,“获取搜索”允许进行针对性查询。“通过列表ID获取房产”提供单个房产的深入细节
数据准确性通过定期更新和从阿联酋可靠房地产来源抓取来维护 API确保信息反映当前市场状况,时间戳指示最后抓取日期以保持透明
典型用例包括将房地产列表集成到网站或应用程序中 进行市场分析 并向用户提供最新的物业信息 房地产平台可以使用API显示单个物业页面或将列表与其内部数据库同步
用户可以通过解析 JSON 响应来提取相关属性细节以进行展示或分析。例如,他们可以根据用户偏好过滤列表或汇总市场统计数据以指导投资决策。结构化格式便于集成到各种应用程序中
服务级别:
98%
响应时间:
3,662ms
服务级别:
100%
响应时间:
2,568ms
服务级别:
100%
响应时间:
7,604ms
服务级别:
100%
响应时间:
1,693ms
服务级别:
100%
响应时间:
1,524ms
服务级别:
100%
响应时间:
49ms
服务级别:
100%
响应时间:
1,766ms
服务级别:
100%
响应时间:
1,900ms
服务级别:
100%
响应时间:
666ms
服务级别:
99%
响应时间:
1,798ms
服务级别:
100%
响应时间:
198ms
服务级别:
100%
响应时间:
953ms
服务级别:
100%
响应时间:
461ms
服务级别:
100%
响应时间:
1,175ms
服务级别:
100%
响应时间:
201ms
服务级别:
100%
响应时间:
1,233ms
服务级别:
100%
响应时间:
192ms
服务级别:
100%
响应时间:
413ms
服务级别:
100%
响应时间:
206ms
服务级别:
100%
响应时间:
1,159ms