Get price trends

Get property price trends for a specific location and property type.

GET
/price-trend-of-location

Query Parameters

location_id*string
  • Location ID
  • Example: 50 (Dubai Marina)
Length1 <= length
property_type?string
  • Property type for trend analysis
  • Default: apartment
Default"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"

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/price-trend-of-location?location_id=50" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": [
    {
      "bedroom_id": 1,
      "community_price": 2500,
      "date": "2025-02-01T00:00:00Z",
      "period": "Feb 2025",
      "time_frame": "1Y",
      "tower_price": 2500
    }
  ]
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}