Search real estate agents (Detailed)
Search for real estate agents in UAE (Higher Plan). Returns full detailed raw response.
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 salesresidential_rent: Agents specializing in residential rentalscommercial_sale: Agents specializing in commercial property salescommercial_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 salesmost_rentals: Agents with most rentalsfeatured: 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
}