Skip to content
GET /search-new-projects

Search for new development projects and off-plan properties.

Description

The search-new-projects endpoint allows you to discover new real estate development projects across the UAE. These are off-plan and newly completed projects from developers like Emaar, DAMAC, Nakheel, and others.

Results include project details such as the developer, completion date, price ranges, available unit types, and project images. This data is essential for tracking new supply entering the market and identifying investment opportunities early.

Use this endpoint to build new project directories, developer portfolios, or market supply tracking tools.

Parameters

Name Type Required Description Example
location_ids string Optional Comma-separated location external IDs to filter by area. 5003
page integer Optional Page number for paginated results, starting from 1. Results per page: 24. 1
langs string Optional Comma-separated language codes: 'en', 'ar', 'ru', 'zh'. Default: 'en'. en
property_type string Optional Comma-separated property types. Use 'residential' or 'commercial' to search all sub-types. Default: 'residential'. residential
sort_order string Optional Sort order for results. Options: 'popular' (default), 'latest', 'verified', 'trubroker_first', 'lowest_price', 'highest_price'. popular
price_min integer Optional Minimum price in AED. 200000
price_max integer Optional Maximum price in AED. 5000000
area_min number Optional Minimum area in square feet. 1000
area_max number Optional Maximum area in square feet. 5000
rooms string Optional Comma-separated number of bedrooms. Use '0' for studio. 1,2,3
baths string Optional Comma-separated number of bathrooms. 1,2
developer_ids string Optional Comma-separated developer IDs. Get from /developer-search-by-name endpoint. 551
completion_percentage string Optional Filter by completion percentage range: 'any' (default), '0-25', '25-50', '50-75', '75-100'. any
pre_handover_payment integer Optional Maximum pre-handover payment percentage (0-100). 50

Code Examples

curl --request GET \
  --url 'https://bayut14.p.rapidapi.com/search-new-projects?location_ids=5003&page=1&langs=en' \
  --header 'x-rapidapi-host: bayut14.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Example Response

Response
{
  "success": true,
  "data": {
    "properties": [
      {
        "externalID": "NP-5678",
        "title": {
          "en": "Marina Vista by Emaar"
        },
        "location": [
          {
            "name": "UAE"
          },
          {
            "name": "Dubai"
          },
          {
            "name": "Dubai Marina"
          }
        ],
        "coverPhoto": {
          "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/project-cover.jpg"
        }
      }
    ],
    "total": 12,
    "page": 1,
    "totalPages": 1,
    "hitsPerPage": 24
  }
}

Use Cases

  • Track new project launches across UAE communities
  • Build off-plan property directories
  • Monitor developer activity and new supply
  • Create investment alerts for new projects

Related Endpoints

Try this endpoint now

Subscribe to BayutAPI on RapidAPI and start making requests in minutes.