Happy Endpoint

Search real estate agents

Search for real estate agents in UAE. Returns structured, simpler response data.

GET
/search-agents

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" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": [
    {
      "id": 309328,
      "name": "Syed Abdul Moiz",
      "image": "https://www.propertyfinder.ae/agent/0/170/200/MODE/d5051e/309328-7bd62o.jpg?ctr=ae",
      "position": "Property Consultant",
      "nationality": "Pakistan",
      "total_properties": 165,
      "broker_name": "EVA Real Estate LLC"
    }
  ]
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}