Get property details
Get detailed information about a specific property by ID.
Query Parameters
property_id*string
- Property ID to fetch details for
- Example:
15825613
Length
1 <= lengthHeader 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/property-details?property_id=15825613" \ -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"{
"success": true,
"data": {
"property_id": "16266089",
"property_type": "Apartment",
"price": {
"value": 20000,
"currency": "AED",
"period": "monthly",
"is_hidden": false
},
"address": {
"full_name": "Marina Tower, Dubai Marina, Dubai",
"coordinates": {
"lat": 25.0837707519531,
"lon": 55.145076751709
}
},
"images": [
"https://static.shared.propertyfinder.ae/media/images/listing/APY6G1E8KBFYKHWEKPD6PWYNJ4/2aee8d5d-303a-426f-b17c-c6241bcffc7f/416x272.jpg"
],
"agent_details": {
"id": "365444",
"name": "Sharie Ann Delizo"
},
"broker_id": "9676",
"bedrooms": "1",
"bathrooms": "2",
"size": {
"value": 768,
"unit": "sqft"
},
"floor_plan_area": 768,
"title": "Elegant Escapes - 1B in Marina, Partial Sea View",
"property_url": "https://www.propertyfinder.ae/en/plp/rent/apartment-for-rent-dubai-dubai-marina-marina-tower-16266089.html"
}
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}Search off-plan and new development projectsGET
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.
Search real estate agentsGET
Search for real estate agents in UAE. Returns structured, simpler response data.