Search real estate brokerages (Detailed)

Search for real estate brokerages and agencies in UAE. Returns full detailed raw response.

GET
/search-brokers-detailed

Query Parameters

location_id?string
  • Location ID to filter brokers/agencies
  • Example: 50 (Dubai Marina), 51 (Downtown Dubai)
  • Leave empty for all locations
sort?string
  • Sort brokerages by
  • featured: Featured/top-ranked agencies
  • most_properties: Agencies with most listings
  • most_agents: Agencies with most agents
  • Default: featured
Default"featured"
Value in"featured" | "most_properties" | "most_agents"
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-brokers-detailed" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": [
    {
      "id": 1012,
      "urlSlug": "mccone-properties-1012",
      "name": "McCone Properties",
      "totalProperties": 1320,
      "phone": "+97143806683",
      "address": "Office 305, Building Onyx Tower 2, The Greens, n/a, Dubai",
      "location": "Dubai",
      "description": "McCone Properties is a leading real estate agency..."
    }
  ]
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}