Skip to content
GET /price-trend-of-location

Get price trends

Description

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

Parameters

Name Type Required Description Example
location_id string Required - Location ID - Example: `50` (Dubai Marina) 50
property_type string Optional - Property type for trend analysis - Default: `apartment` apartment

Code Examples

curl --request GET \
  --url 'https://propertyfinder-uae-data.p.rapidapi.com/price-trend-of-location?location_id=50' \
  --header 'x-rapidapi-host: propertyfinder-uae-data.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Example Response

Response
{
  "success": true,
  "data": [
    {
      "bedroom_id": 1,
      "community_price": 2500,
      "date": "2025-02-01T00:00:00Z",
      "period": "Feb 2025",
      "time_frame": "1Y",
      "tower_price": 2500
    }
  ]
}

Try this endpoint now

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