Skip to content
GET /search-agents-detailed

Search real estate agents (Detailed)

Description

Search for real estate agents in UAE (Higher Plan). Returns full detailed raw response.

Parameters

Name Type Required Description Example
location_id string Optional - Location ID to filter agents - Example: `50` (Dubai Marina), `51` (Downtown Dubai) - Leave empty for all locations 50
category string Optional - 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` residential_sale
sort string Optional - Sort agents by performance - `most_sales`: Agents with most sales - `most_rentals`: Agents with most rentals - `featured`: Featured/trusted agents - Default: `most_sales` most_sales
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-agents-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": 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"
        }
      ]
    }
  ]
}

Try this endpoint now

Subscribe to PropertyfinderAPI on RapidAPI and start making requests in minutes.