Search real estate agents (Detailed)

Search for real estate agents in UAE (Higher Plan). Returns full detailed raw response.

GET
/search-agents-detailed

Query Parameters

location_id?string
  • Location ID to filter agents
  • Example: 50 (Dubai Marina), 51 (Downtown Dubai)
  • Leave empty for all locations
category?string
  • Filter agents by specialization
  • residential_sale: Agents specializing in residential property sales
  • residential_rent: Agents specializing in residential rentals
  • commercial_sale: Agents specializing in commercial property sales
  • commercial_rent: Agents specializing in commercial rentals
  • Default: residential_sale
Default"residential_sale"
Value in"residential_sale" | "residential_rent" | "commercial_sale" | "commercial_rent"
sort?string
  • Sort agents by performance
  • most_sales: Agents with most sales
  • most_rentals: Agents with most rentals
  • featured: Featured/trusted agents
  • Default: most_sales
Default"most_sales"
Value in"most_sales" | "most_rentals" | "featured"
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-agents-detailed" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": [
    {
      "id": 340139,
      "slug": "muhammad-abu-bakr",
      "name": "Muhammad Abu Bakr",
      "totalProperties": 81,
      "phone": "+971588244658",
      "position": "Managing Director",
      "nationality": {
        "code": "GB",
        "name": "United Kingdom"
      },
      "broker": {
        "id": 9852,
        "name": "DECISIVE LIVING REAL ESTATE L.L.C"
      },
      "languages": [
        {
          "id": 1,
          "name": "English"
        }
      ]
    }
  ]
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}