Bayut Property Listings Scraper avatar

Bayut Property Listings Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Bayut Property Listings Scraper

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

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
searchUrlstringCustom Bayut search URL (overrides other filters)
purposeenumfor-sale or for-rent (default: for-sale)
propertyTypeenumproperty (all), type-apartment, type-villa, etc.
citystringCity slug: dubai, abu-dhabi, sharjah, etc.
communitystringCommunity slug: palm-jumeirah, downtown-dubai, etc.
maxItemsintegerMaximum listings to scrape (default: 50)
proxyConfigurationobjectProxy settings

Output

Each item in the dataset contains:

FieldDescription
idBayut listing ID
titleProperty listing title
urlFull Bayut listing URL
purposefor-sale or for-rent
propertyTypeType (Villa, Apartment, etc.)
pricePrice as number
priceTextPrice as formatted string (e.g. "3,499,999")
priceCurrencyCurrency (AED)
bedroomsNumber of bedrooms
bathroomsNumber of bathrooms
areaFloor area as number
areaUnitArea unit (sqft or sqm)
locationFull location string
cityCity name
isTruBrokerWhether agent is a TruBroker™
verifiedDateDate agent last verified the property
thumbnailUrlListing photo URL
thumbnailAltPhoto alt text (contains property summary)
scrapedAtISO 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")