Happy Endpoint

Get properties listed by a brokerage

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.

GET
/broker-properties

Query Parameters

broker_id*string
  • Broker/Agency ID from /search-broker endpoint
  • Find broker IDs by searching brokers first
Length1 <= length
category?string
  • Filter broker's properties by transaction type
  • residential_sale: Properties for sale
  • residential_rent: Properties for rent
  • commercial_sale: Commercial properties for sale
  • commercial_rent: Commercial properties for rent
  • Leave empty to show all
Value in"residential_sale" | "residential_rent" | "commercial_sale" | "commercial_rent"
sort?string
  • Sort order for results
  • Options: featured, newest, price_asc, price_desc
  • Default: featured
Default"featured"
Value in"newest" | "featured" | "price_asc" | "price_desc"
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/broker-properties?broker_id=4428" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": [
    {
      "listing_type": "property",
      "property_id": "16181926",
      "property_type": "Villa",
      "price": {
        "value": 180000000,
        "currency": "AED",
        "period": "sell",
        "is_hidden": false
      },
      "location": {
        "id": "4270",
        "full_name": "Signature Villas Frond J, Signature Villas, Palm Jumeirah, Dubai"
      },
      "images": [
        "https://static.shared.propertyfinder.ae/media/images/listing/QENWPA42A7STBTPPSGZ3KZDH00/848d14ea-fbfa-40e7-9b12-cfb860d22f7f/416x272.jpg"
      ],
      "agent_name": "Jake Jones",
      "agent_id": "192521",
      "broker_id": "4428",
      "bedrooms": "6",
      "bathrooms": "7",
      "share_url": "https://www.propertyfinder.ae/en/plp/buy/villa-for-sale-dubai-palm-jumeirah-signature-villas-signature-villas-frond-j-16181926.html",
      "title": "Palm Jumeirah Ultra Luxury Custom Built Villa!"
    }
  ]
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}