The Bayut API gives developers structured, real-time access to property listings, agents, agencies, and development projects from Bayut.com, the UAE’s leading real estate portal. All responses are delivered in clean JSON with no proxies required.
What You Can Access
Property search covers the full UAE market. Filter listings by location, price range, bedrooms, bathrooms, property type, furnishing status, completion status, and amenities. Results include property title, price, area in square feet, photos, agent contact details, and verification status.
Off-plan and new development projects are accessible through a dedicated endpoint, making this API a strong fit for platforms focused on Dubai property investment or pre-launch project tracking.
Agent and agency data is available in depth. Search for brokers by name, retrieve their active listings, and pull full agency profiles including contact information and listing statistics.
The /amenities-search endpoint returns all available amenity filters (swimming pool, gym, parking, balcony, security) alongside a count of how many listings include each. Pass these directly into /search-property to build advanced filtering interfaces.
Use Cases
- Real estate portals targeting the Dubai and UAE market
- PropTech platforms that need a reliable property data feed without building or maintaining scrapers
- Investment dashboards tracking Dubai property prices and off-plan opportunities
- Lead generation tools surfacing agents and agencies in specific areas
- Analytics platforms studying UAE property market trends
Response Format
All endpoints return structured JSON with consistent pagination support:
{
"success": true,
"data": {
"properties": [...],
"total": 1432,
"page": 1,
"totalPages": 58
}
}
Coverage
UAE-wide coverage including Dubai Marina, Downtown Dubai, Palm Jumeirah, Business Bay, JBR, JLT, Arabian Ranches, and thousands of other communities and buildings across Dubai, Abu Dhabi, and Sharjah.