GET
/search-brokers-detailed Search real estate brokerages (Detailed)
Description
Search for real estate brokerages and agencies in UAE. Returns full detailed raw response.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
location_id | string | Optional | - Location ID to filter brokers/agencies - Example: `50` (Dubai Marina), `51` (Downtown Dubai) - Leave empty for all locations | 50 |
sort | string | Optional | - Sort brokerages by - `featured`: Featured/top-ranked agencies - `most_properties`: Agencies with most listings - `most_agents`: Agencies with most agents - Default: `featured` | featured |
page | string | Optional | - Page number for pagination - Default: `1` - Examples: `1`, `2`, `3` | 1 |
Code Examples
curl --request GET \
--url 'https://propertyfinder-uae-data.p.rapidapi.com/search-brokers-detailed' \
--header 'x-rapidapi-host: propertyfinder-uae-data.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY' Example Response
Response
{
"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..."
}
]
} Try this endpoint now
Subscribe to PropertyfinderAPI on RapidAPI and start making requests in minutes.