Search commercial properties for rent

Search commercial properties available for rent in UAE. Filter by location, property type, price range, and area. Returns parsed, structured data.

GET
/search-commercial-rent

Query Parameters

location_id*string
  • Location ID from /autocomplete-location endpoint
  • Example: 50 (Dubai Marina), 86 (Business Bay)
  • Get IDs by searching location names first
Length1 <= length
property_type?string
  • Type of commercial property to search
  • Common: office-space, retail, warehouse
  • All options: office-space, retail, warehouse, shop, villa, show-room, full-floor, half-floor, whole-building, land, bulk-rent-unit, factory, labor-camp, staff-accommodation, business-centre, co-working-space, farm
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"
price_min?string
  • Minimum annual rent price in AED
  • Examples: 50000, 100000, 500000
price_max?string
  • Maximum annual rent price in AED
  • Examples: 100000, 500000, 1000000
rent_frequency?string
  • Rent payment frequency
  • Options: yearly, monthly
  • Default: monthly
Default"yearly"
Value in"yearly" | "monthly"
area_min?string
  • Minimum property area in sqft
  • Examples: 1000, 2000, 5000
area_max?string
  • Maximum property area in sqft
  • Examples: 5000, 10000, 20000
sort?string
  • Sort order for results
  • Options: newest, featured, price_asc, price_desc
  • Default: newest
Default"newest"
Value in"newest" | "featured" | "price_asc" | "price_desc"
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-commercial-rent?location_id=50" \  -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",
        "https://static.shared.propertyfinder.ae/media/images/listing/APY6G1E8KBFYKHWEKPD6PWYNJ4/d4b57dbd-e311-4710-878e-49ea04aceb7d/416x272.jpg",
        "https://static.shared.propertyfinder.ae/media/images/listing/APY6G1E8KBFYKHWEKPD6PWYNJ4/bee788f7-798c-4164-bb04-512bbc551541/416x272.jpg",
        "https://static.shared.propertyfinder.ae/media/images/listing/APY6G1E8KBFYKHWEKPD6PWYNJ4/94358193-dc88-4147-948a-c98329bc81dc/416x272.jpg"
      ],
      "agent_details": {
        "id": "365444",
        "name": "Sharie Ann Delizo",
        "is_super_agent": false,
        "image": "",
        "languages": []
      },
      "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
}