Search real estate brokerages (Detailed)
Search for real estate brokerages and agencies in UAE. Returns full detailed raw response.
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 agenciesmost_properties: Agencies with most listingsmost_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
}Search real estate brokeragesGET
Search for real estate brokerages and agencies in UAE. Returns structured, simpler response data.
Get properties listed by a brokerageGET
Get all properties listed by a specific real estate brokerage or agency. Filter by property category (for sale, for rent, commercial). Returns parsed structured data.
