Bayut Property Listings Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Bayut Property Listings Scraper
Scrapes property listings from Bayut.com (UAE's largest real estate portal) — search by purpose, type, city, and keyword.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes property listings from Bayut.com — UAE's largest real estate portal. Supports searching by purpose (for-sale/for-rent), property type, city, and community.
Features
- Search by category: For Sale or For Rent
- Filter by type: Apartment, Villa, Penthouse, Townhouse, Studio, or all types
- Filter by city: Dubai, Abu Dhabi, Sharjah, and other UAE cities
- Filter by community: Palm Jumeirah, Downtown Dubai, JVC, etc.
- Use any custom URL: Paste a Bayut search URL directly
- Pagination: Automatically scrapes multiple pages up to
maxItems - Rich data: Price, bedrooms, bathrooms, area, location, TruBroker status
Input
| Field | Type | Description |
|---|---|---|
searchUrl | string | Custom Bayut search URL (overrides other filters) |
purpose | enum | for-sale or for-rent (default: for-sale) |
propertyType | enum | property (all), type-apartment, type-villa, etc. |
city | string | City slug: dubai, abu-dhabi, sharjah, etc. |
community | string | Community slug: palm-jumeirah, downtown-dubai, etc. |
maxItems | integer | Maximum listings to scrape (default: 50) |
proxyConfiguration | object | Proxy settings |
Output
Each item in the dataset contains:
| Field | Description |
|---|---|
id | Bayut listing ID |
title | Property listing title |
url | Full Bayut listing URL |
purpose | for-sale or for-rent |
propertyType | Type (Villa, Apartment, etc.) |
price | Price as number |
priceText | Price as formatted string (e.g. "3,499,999") |
priceCurrency | Currency (AED) |
bedrooms | Number of bedrooms |
bathrooms | Number of bathrooms |
area | Floor area as number |
areaUnit | Area unit (sqft or sqm) |
location | Full location string |
city | City name |
isTruBroker | Whether agent is a TruBroker™ |
verifiedDate | Date agent last verified the property |
thumbnailUrl | Listing photo URL |
thumbnailAlt | Photo alt text (contains property summary) |
scrapedAt | ISO timestamp of when the listing was scraped |
Example Input
{"purpose": "for-sale","propertyType": "type-apartment","city": "dubai","community": "downtown-dubai","maxItems": 100}
Notes
- Bayut.com uses hCaptcha; this actor uses real Chrome with fingerprint injection to bypass the challenge automatically
- Residential proxies are recommended for production scraping
- The Bayut website requires a UAE-compatible IP for best results (use UAE residential proxy with
"apifyProxyCountry": "AE")