Bayut List Search Scraper avatar

Bayut List Search Scraper

Try for free

1 day trial then $19.99/month - No credit card required now

View all Actors
Bayut List Search Scraper

Bayut List Search Scraper

easyapi/bayut-list-search-scraper
Try for free

1 day trial then $19.99/month - No credit card required now

Effortlessly scrape property listings from Bayut.com search results. This actor automates the extraction of detailed property information, including prices, locations, and agent details. Ideal for real estate market analysis, price comparisons, and tracking property trends in the UAE market.

Efficiently scrape property listings from Bayut.com search results at scale. This actor extracts detailed information about properties listed on Bayut, including prices, locations, amenities, and agent details.

Features

  • 🏠 Scrape property listings from Bayut search results
  • 📊 Extract comprehensive information for each listing
  • 🔢 Customizable maximum number of results
  • 📄 Automatic pagination handling
  • 🚀 Built with Puppeteer for robust web scraping

Input Parameters

FieldTypeDescription
searchUrlStringThe Bayut search URL to scrape (e.g., 'https://www.bayut.com/for-sale/apartments/dubai/')
maxResultsIntegerMaximum number of listings to scrape (default: 100)

Output

The actor provides detailed data for each property listing, including:

  • Property ID and reference number
  • Price and payment plan details
  • Location and category information
  • Property specifications (rooms, baths, area)
  • Listing timestamps (created, updated, reactivated)
  • Contact information and agency details
  • Property status and verification information

Use Cases

  • Real estate market analysis
  • Price comparison and trend tracking
  • Investment opportunity identification
  • Competitive analysis for real estate agencies
  • Data aggregation for property portals

Limitations

  • Respect Bayut's terms of service and robots.txt
  • Be mindful of rate limiting and implement appropriate delays between requests
  • The actor may need updates if Bayut's website structure changes

Resources

Get valuable insights into the UAE property market with the Bayut List Search Scraper!

Input Example

A full explanation of an input example in JSON.

1{
2  "maxResults": 100,
3  "searchUrl": "https://www.bayut.com/for-sale/apartments/dubai/business-bay/?price_min=200000&price_max=3000000"
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"id": 6687232,
4		"ownerID": 2346391,
5		"userExternalID": "2346391",
6		"sourceID": 1,
7		"state": "active",
8		"geography": {
9			"lat": 25.183742835903,
10			"lng": 55.263645360942
11		},
12		"purpose": "for-sale",
13		"price": 3509999,
14		"product": "superhot",
15		"productLabel": "developer",
16		"rentFrequency": null,
17		"referenceNumber": "Binghatti-One -10390948",
18		"permitNumber": "1669658275",
19		"projectNumber": null,
20		"title": "LUXURY PROJECT | LOCATED ON DXB CANAL | DEC 2026",
21		"title_l1": "شقة في وان من بن غاطي،الخليج التجاري 2 غرف 3509999 درهم - 9758177",
22		"title_l2": "位于商业湾,One by Binghatti 2 卧室的公寓 3509999 AED - 9758177",
23		"title_l3": "Квартира в Бизнес Бей,One by Binghatti, 2 cпальни, 3509999 AED - 9758177",
24		"externalID": "9758177",
25		"slug": "luxury-project-located-on-dxb-canal-dec-2026-9758177",
26		"slug_l1": "luxury-project-located-on-dxb-canal-dec-2026-9758177",
27		"slug_l2": "luxury-project-located-on-dxb-canal-dec-2026-9758177",
28		"slug_l3": "luxury-project-located-on-dxb-canal-dec-2026-9758177",
29		"location": [
30			{
31				"id": 1,
32				"level": 0,
33				"externalID": "5001",
34				"name": "UAE",
35				"name_l1": "الإمارات",
36				"name_l2": "阿联酋",
37				"name_l3": "ОАЭ",
38				"slug": "/uae",
39				"slug_l1": "/uae",
40				"slug_l2": "/uae",
41				"slug_l3": "/uae"
42			},
43			{
44				"id": 2,
45				"level": 1,
46				"externalID": "5002",
47				"name": "Dubai",
48				"name_l1": "دبي",
49				"name_l2": "迪拜",
50				"name_l3": "Дубай",
51				"slug": "/dubai",
52				"slug_l1": "/dubai",
53				"slug_l2": "/dubai",
54				"slug_l3": "/dubai"
55			},
56			{
57				"id": 54,
58				"level": 2,
59				"externalID": "5093",
60				"name": "Business Bay",
61				"name_l1": "الخليج التجاري",
62				"name_l2": "商业湾",
63				"name_l3": "Бизнес Бей",
64				"slug": "/dubai/business-bay",
65				"slug_l1": "/dubai/business-bay",
66				"slug_l2": "/dubai/business-bay",
67				"slug_l3": "/dubai/business-bay",
68				"type": "neighbourhood"
69			},
70			{
71				"id": 87156,
72				"level": 3,
73				"externalID": "20255",
74				"name": "One by Binghatti",
75				"name_l1": "وان من بن غاطي",
76				"name_l2": "One by Binghatti",
77				"name_l3": "One by Binghatti",
78				"slug": "/dubai/business-bay/one-by-binghatti",
79				"slug_l1": "/dubai/business-bay/one-by-binghatti",
80				"slug_l2": "/dubai/business-bay/one-by-binghatti",
81				"slug_l3": "/dubai/business-bay/one-by-binghatti",
82				"type": "condo-building"
83			}
84		],
85		"category": [
86			{
87				"id": 1,
88				"level": 0,
89				"externalID": "1",
90				"name": "Residential",
91				"name_l1": "سكني",
92				"name_l2": "居住物业",
93				"name_l3": "Жилые",
94				"slug": "residential",
95				"slug_l1": "residential",
96				"slug_l2": "residential",
97				"slug_l3": "residential",
98				"nameSingular": "Residential",
99				"nameSingular_l1": "سكني",
100				"nameSingular_l2": "居住物业",
101				"nameSingular_l3": "Жилые"
102			},
103			{
104				"id": 2,
105				"level": 1,
106				"externalID": "4",
107				"name": "Apartments",
108				"name_l1": "شقق",
109				"name_l2": "公寓",
110				"name_l3": "Апартаменты",
111				"slug": "apartments",
112				"slug_l1": "apartments",
113				"slug_l2": "apartments",
114				"slug_l3": "apartments",
115				"nameSingular": "Apartment",
116				"nameSingular_l1": "شقة",
117				"nameSingular_l2": "公寓",
118				"nameSingular_l3": "Квартира"
119			}
120		],
121		"createdAt": 1726667493,
122		"updatedAt": 1728429043,
123		"reactivatedAt": 1726667493,
124		"rooms": 2,
125		"baths": 2,
126		"area": 147.46035024,
127		"coverPhoto": {
128			"id": 739928849,
129			"externalID": "185866573",
130			"title": "One by Binghatti-3. jpg",
131			"orderIndex": 0,
132			"nimaScore": 5.999824674176876,
133			"url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/739928849/30659cbfa33e4477be9e2c10946af57e",
134			"main": true
135		},
136		"photoCount": 13,
137		"videoCount": 0,
138		"panoramaCount": 0,
139		"phoneNumber": {
140			"mobile": "+971505831526",
141			"whatsapp": "971545695868",
142			"proxyPhone": "+97142482208",
143			"mobileNumbers": [
144				"+971505831526"
145			]
146		},
147		"contactName": "Binghatti Developer",
148		"agency": {
149			"id": 29811412,
150			"objectID": 29811412,
151			"name": "Binghatti Developers",
152			"name_l1": "بن غاطي للتطوير العقاري م م ح",
153			"name_l2": "Binghatti Developers",
154			"name_l3": "Binghatti Developers",
155			"externalID": "7796",
156			"product": "premium",
157			"productScore": 2,
158			"licenses": [
159				{
160					"number": "1279",
161					"authority": "DED"
162				}
163			],
164			"logo": {
165				"id": 727770318,
166				"url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/727770318/3da0fc5ba5da454584a6c454cafbad15"
167			},
168			"slug": "binghatti-developers-7796",
169			"slug_l1": "binghatti-developers-7796",
170			"slug_l2": "binghatti-developers-7796",
171			"slug_l3": "binghatti-developers-7796",
172			"tr": 1,
173			"roles": [],
174			"active": true,
175			"createdAt": "2017-08-20T06:14:48+00:00",
176			"commercialNumber": null,
177			"shortNumber": null,
178			"type": "agency",
179			"performanceCohort": "not_determined"
180		},
181		"isVerified": true,
182		"verification": {
183			"updatedAt": 1726667500.547258,
184			"eligible": true,
185			"status": "verified",
186			"verifiedAt": 1726667495,
187			"trucheckedAt": 1726667495
188		},
189		"floorPlanID": null,
190		"furnishingStatus": null,
191		"extraFields": {
192			"dldPropertySK": "9758177"
193		},
194		"type": "property",
195		"deal": {
196			"externalID": "30979",
197			"startTime": 1728244800,
198			"endTime": 1728849599
199		},
200		"ownerAgent": {
201			"externalID": "2346391",
202			"name": "Binghatti Developer",
203			"name_l1": "Binghatti Developer",
204			"name_l2": "Binghatti Developer",
205			"name_l3": "Binghatti Developer",
206			"user_image": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/727887382/3392604bfea64a58a3f93cf96172604c",
207			"user_image_id": 727887382,
208			"isTruBroker": false,
209			"slug": "binghatti-developer-2346391",
210			"slug_l1": "binghatti-developer-2346391",
211			"slug_l2": "binghatti-developer-2346391",
212			"slug_l3": "binghatti-developer-2346391",
213			"state": "active",
214			"isProfileCompleted": true,
215			"isComplete": true
216		},
217		"offplanDetails": {
218			"saleType": "new",
219			"originalPrice": null,
220			"paidPrice": null,
221			"dldWaiver": null
222		},
223		"completionStatus": "under-construction",
224		"completionDetails": {
225			"startDate": 1709236800,
226			"completionDate": 1798660800,
227			"completionPercentage": 11
228		},
229		"paymentPlanSummaries": [
230			{
231				"preHandoverPercentageSum": 70,
232				"postHandoverPercentageSum": 30,
233				"breakdown": {
234					"downPaymentPercentage": 20,
235					"preHandoverPercentage": 50,
236					"handoverPercentage": 30,
237					"postHandoverPercentage": null
238				}
239			}
240		],
241		"hasMatchingFloorPlans": false,
242		"photoIDs": [
243			739928849,
244			739928850,
245			739928851,
246			739928852,
247			739928853,
248			739928854,
249			739928855,
250			739928856,
251			739928857,
252			739928858,
253			739928859,
254			739928860,
255			739928861
256		],
257		"hidePrice": false,
258		"locationPurposeTier": 1,
259		"plotArea": null,
260		"objectID": "6687232"
261	},
262    ...
263]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 8 days ago