Search developers by name
Search for real estate developers by their name. Returns matching developers with listing counts, project counts, and basic info.
Authorization
RapidApiKey X-RapidAPI-Key<token>
In: header
Query Parameters
query*string
- Developer name to search for
- Searches by name only
- Example:
emaar,damac,sobha
Length
1 <= length <= 200page?integer
- Page number (starts from 1)
- Results per page: 80
Default
1Range
1 <= valuelangs?string
- Language code:
en,ar,ru,zh
Default
"en"Header Parameters
X-RapidAPI-Host*string
Default
"bayut14.p.rapidapi.com"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/developer-search-by-name?query=emaar" \ -H "X-RapidAPI-Host: bayut14.p.rapidapi.com"{
"success": true,
"data": {
"developers": [
null
],
"total": 0,
"page": 0,
"totalPages": 0,
"hitsPerPage": 0
}
}{
"success": false,
"message": "Invalid request: Missing required parameter",
"error": "VALIDATION_ERROR"
}{
"success": false,
"message": "Internal server error. Please try again later.",
"error": "INTERNAL_ERROR"
}{
"success": false,
"message": "Service temporarily unavailable. Please try again later.",
"error": "API_ERROR"
}Get properties listed by an agencyGET
Get all properties listed by a specific real estate agency. Uses the agency's external ID to fetch their property listings.
Get property transaction historyGET
Get historical property transaction data (sales and rentals) for Dubai/UAE. Filter by purpose, category, location, completion status, time period, bedrooms, price range, and area. Useful for market analysis and pricing trends.