Search off-plan and new development projects
Search for new development projects and off-plan properties in UAE. Filter by location, property type, bedrooms, price range, and delivery date. Returns parsed, structured data.
Query Parameters
location_id*string
- Location ID from
/autocomplete-locationendpoint - Example:
50(Dubai Marina),51(Downtown Dubai) - Get IDs by searching location names first
Length
1 <= lengthproperty_type?string
- Type of property to search
- Common:
apartment,villa,penthouse - All options:
apartment,villa,townhouse,penthouse,compound,duplex,full-floor,half-floor,whole-building,bulk-rent-unit,bungalow,hotel-apartment
Value in
"apartment" | "villa" | "townhouse" | "penthouse" | "compound" | "duplex" | "full-floor" | "half-floor" | "whole-building" | "bulk-rent-unit" | "bungalow" | "hotel-apartment" | "office-space" | "retail" | "warehouse" | "shop" | "show-room" | "land" | "factory" | "labor-camp" | "staff-accommodation" | "business-centre" | "co-working-space" | "farm"bedrooms?string
- Number of bedrooms as comma-separated values
- Use
0for studio apartments - Example:
0,1,2for studio, 1-bed and 2-bed - Note: Bathrooms filter not available for new projects
price_min?string
- Minimum price in AED
- Examples:
500000,1000000,2000000
price_max?string
- Maximum price in AED
- Examples:
1000000,3000000,5000000
area_min?string
- Minimum property area in sqft
- Examples:
500,1000,2000
area_max?string
- Maximum property area in sqft
- Examples:
1000,2000,5000
sort?string
- Sort order for results
- Options:
featured,newest,price_asc,price_desc,delivery_earliest,delivery_latest - Default:
featured
Default
"featured"Value in
"newest" | "featured" | "price_asc" | "price_desc" | "delivery_earliest" | "delivery_latest"page?string
- Page number for pagination
- Default:
1 - Examples:
1,2,3
Default
"1"Header Parameters
X-RapidAPI-Host*string
Default
"propertyfinder-uae-data.p.rapidapi.com"Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/search-new-projects?location_id=50" \ -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"{
"success": true,
"data": [
{
"name": "Residences Du Port Autograph Collection",
"listing_id": "a759fec7-4d0f-4b6a-bda8-70dfc0096fd2",
"location": {
"full_name": "Residences Du Port, Dubai Marina, Dubai"
},
"bedrooms": [
1,
2
],
"price_from": 2588000,
"images": [
"https://new-projects-media.propertyfinder.com/project/small.webp"
],
"delivery_date": "2026-06-06T10:54:00Z",
"developer_name": "The Devmark Group",
"construction_phase": "under_construction",
"sales_start_date": "2025-06-06T10:54:00Z",
"effective_price": 2588000,
"property_type": "apartment"
}
]
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}