Get detailed property information

Get full details for a specific property by its ID. Use the property ID from search results.

GET
/property-details

Authorization

RapidApiKey
X-RapidAPI-Key<token>

In: header

Query Parameters

platform*string
  • Data source platform
  • bayut — Get details from Bayut
  • propertyfinder — Get details from PropertyFinder
Value in"bayut" | "propertyfinder"
property_id*string
  • Property ID from search results
  • For Bayut: use externalID from search response
  • For PropertyFinder: use property_id from search response
Length1 <= length

Header Parameters

X-RapidAPI-Host*string
Default"uae-real-estate-api.p.rapidapi.com"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/property-details?platform=bayut&property_id=13495633" \  -H "X-RapidAPI-Host: uae-real-estate-api.p.rapidapi.com"
{
  "success": true,
  "platform": "bayut",
  "data": null
}
{
  "success": false,
  "message": "Invalid request: Missing required parameter",
  "error": "VALIDATION_ERROR"
}
{
  "success": false,
  "message": "No locations found for \"xyz\" on bayut",
  "error": "NOT_FOUND"
}
{
  "success": false,
  "message": "Internal server error. Please try again later.",
  "error": "INTERNAL_ERROR"
}
{
  "success": false,
  "message": "Service temporarily unavailable. Please try again later.",
  "error": "PLATFORM_ERROR"
}