Search real estate brokerages
Search for real estate brokerages and agencies in UAE. Returns structured, simpler response data.
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" \ -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"{
"success": true,
"data": [
{
"id": 4428,
"name": "Elite Property Brokerage",
"total_properties": 555,
"logo": "https://www.propertyfinder.ae/broker/0/178/98/MODE/547989/4428-55abao.jpg?ctr=ae",
"address": "Office 613, Building Onyx Tower 1, Barsha Heights (Tecom), Greens, Dubai",
"location": "Dubai"
}
]
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}{
"success": true,
"error": "string",
"code": 0
}Get properties listed by an agentGET
Get all properties listed by a specific real estate agent. Filter by property category (for sale, for rent, commercial). Returns parsed, structured data.
Search real estate brokerages (Detailed)GET
Search for real estate brokerages and agencies in UAE. Returns full detailed raw response.