Effortlessly scrape property listings from Dubizzle.com search results. This actor automates the extraction of detailed property information, including prices, locations, and property features. Ideal for real estate market analysis, price comparisons, and tracking property trends in the UAE market.
Efficiently scrape property listings from Dubizzle.com search results at scale. This actor extracts detailed information about properties listed on Dubizzle, including prices, locations, amenities, and property details.
Field | Type | Description |
---|---|---|
searchUrl | String | The Dubizzle search URL to scrape (e.g., 'https://dubai.dubizzle.com/en/property-for-rent/commercial/office/') |
maxResults | Integer | Maximum number of listings to scrape (default: 100) |
The actor provides detailed data for each property listing, including:
Get valuable insights into the UAE property market with the Dubizzle List Search Scraper!
A full explanation of an input example in JSON.
1{ 2 "maxResults": 100, 3 "searchUrl": "https://dubai.dubizzle.com/en/property-for-rent/commercial/office/" 4}
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 "property_info": [ 4 { 5 "label": { 6 "en": "Type", 7 "ar": "نوع" 8 }, 9 "value": { 10 "en": "Office", 11 "ar": "مكتب" 12 }, 13 "id": "property_type" 14 }, 15 { 16 "label": { 17 "en": "Purpose", 18 "ar": "الغرض من البحث" 19 }, 20 "value": { 21 "en": "Rent", 22 "ar": "للإيجار" 23 }, 24 "id": "purpose" 25 }, 26 { 27 "label": { 28 "en": "Furnishing", 29 "ar": "مفروشة/ غير مفروشة" 30 }, 31 "value": { 32 "en": "Furnished", 33 "ar": "مفروشة" 34 }, 35 "id": "furnished" 36 }, 37 { 38 "label": { 39 "en": "Updated", 40 "ar": "محدث" 41 }, 42 "value": { 43 "en": "1728453149", 44 "ar": "1728453149" 45 }, 46 "id": "updated_at" 47 } 48 ], 49 "featured_listing": false, 50 "city": { 51 "id": 2, 52 "name": { 53 "en": "Dubai", 54 "ar": "دبي" 55 } 56 }, 57 "has_tour_url": false, 58 "_geoloc": { 59 "lat": 55.276728, 60 "lng": 25.185001 61 }, 62 "building": { 63 "id": 2252, 64 "name": { 65 "en": "Metropolis Tower", 66 "ar": "برج ميتروبوليس" 67 } 68 }, 69 "agent": { 70 "id": 2533, 71 "logo": "https://dbz-images.dubizzle.com/profiles/property_agency/Best_Vision_small_logo.jpg?impolicy=agency", 72 "name": { 73 "en": "Best Vision Business Center L.L.C", 74 "ar": "Best Vision Business Center L.L.C" 75 } 76 }, 77 "highlighted_ad": false, 78 "payment_frequency": { 79 "en": "Yearly", 80 "ar": "سنويا" 81 }, 82 "is_developer_listing": null, 83 "description_short": " We provide fully furnished offices in the finest location in Business Bay near Dubai Mall and metro stations and with an amazing view of the Burj khalifa, landscape and water canal, office", 84 "photos": [ 85 { 86 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6dfd322baf554c01b08ddd66214a9721-.jpg?impolicy=dpv", 87 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6dfd322baf554c01b08ddd66214a9721-.jpg?impolicy=carousel", 88 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6dfd322baf554c01b08ddd66214a9721-.jpg?impolicy=lpv" 89 }, 90 { 91 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/b18c76b2699a4355972f3e68424585b4-.jpg?impolicy=dpv", 92 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/b18c76b2699a4355972f3e68424585b4-.jpg?impolicy=carousel", 93 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/b18c76b2699a4355972f3e68424585b4-.jpg?impolicy=lpv" 94 }, 95 { 96 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/ec07d51d2fba4424ac87d3ac531103cb-.jpg?impolicy=dpv", 97 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/ec07d51d2fba4424ac87d3ac531103cb-.jpg?impolicy=carousel", 98 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/ec07d51d2fba4424ac87d3ac531103cb-.jpg?impolicy=lpv" 99 }, 100 { 101 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6c3f372105f34dc89735f8149feea3f7-.jpg?impolicy=dpv", 102 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6c3f372105f34dc89735f8149feea3f7-.jpg?impolicy=carousel", 103 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/6c3f372105f34dc89735f8149feea3f7-.jpg?impolicy=lpv" 104 }, 105 { 106 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/fe0c5da8001b4875888bfe4892145e67-.jpg?impolicy=dpv", 107 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/fe0c5da8001b4875888bfe4892145e67-.jpg?impolicy=carousel", 108 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/fe0c5da8001b4875888bfe4892145e67-.jpg?impolicy=lpv" 109 }, 110 { 111 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/0a4e1509621844c8a05d9efb5ce06de2-.jpg?impolicy=dpv", 112 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/0a4e1509621844c8a05d9efb5ce06de2-.jpg?impolicy=carousel", 113 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/0a4e1509621844c8a05d9efb5ce06de2-.jpg?impolicy=lpv" 114 }, 115 { 116 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/51b3aefb464849dd9599ff33ca29862f-.jpg?impolicy=dpv", 117 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/51b3aefb464849dd9599ff33ca29862f-.jpg?impolicy=carousel", 118 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/51b3aefb464849dd9599ff33ca29862f-.jpg?impolicy=lpv" 119 }, 120 { 121 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/13d73d48815345ce96dbc0c62d6348d0-.jpg?impolicy=dpv", 122 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/13d73d48815345ce96dbc0c62d6348d0-.jpg?impolicy=carousel", 123 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/13d73d48815345ce96dbc0c62d6348d0-.jpg?impolicy=lpv" 124 }, 125 { 126 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/705aafc429e4466d9be785b9fd88167c-.jpg?impolicy=dpv", 127 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/705aafc429e4466d9be785b9fd88167c-.jpg?impolicy=carousel", 128 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/705aafc429e4466d9be785b9fd88167c-.jpg?impolicy=lpv" 129 }, 130 { 131 "main": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/893426aa3e2b46189246aa4b079d6c56-.jpg?impolicy=dpv", 132 "thumb": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/893426aa3e2b46189246aa4b079d6c56-.jpg?impolicy=carousel", 133 "thumb_retina": "https://dbz-images.dubizzle.com/images/2024/09/14/8c139590-2dc3-48bb-9add-43a133d3b5ca/893426aa3e2b46189246aa4b079d6c56-.jpg?impolicy=lpv" 134 } 135 ], 136 "neighborhoods": { 137 "ids": [ 138 87 139 ], 140 "name": { 141 "en": [ 142 "Business Bay" 143 ], 144 "ar": [ 145 "الخليج التجاري" 146 ] 147 } 148 }, 149 "listed_by": { 150 "value": "AG", 151 "en": "Agent", 152 "ar": "الوسيط" 153 }, 154 "added": 1728467549, 155 "absolute_url": { 156 "en": "https://dubai.dubizzle.com/property-for-rent/commercial/office/2024/5/14/price-starts-from-aed46-000-depends-on-the-2-446/", 157 "ar": "https://dubai.dubizzle.com/property-for-rent/commercial/office/2024/5/14/price-starts-from-aed46-000-depends-on-the-2-446/" 158 }, 159 "has_video_url": true, 160 "name": { 161 "en": "Price Starts from AED46,000 depends on the size and design of the office. Well-Furnished Offices | Canal Burj Khalifa View | Free Assistance", 162 "ar": "Price Starts from AED46,000 depends on the size and design of the office. Well-Furnished Offices | Canal Burj Khalifa View | Free Assistance" 163 }, 164 "price": 45999, 165 "promoted": false, 166 "category_id": 127, 167 "size": 200, 168 "agent_profile": {}, 169 "tour_url": "", 170 "has_whatsapp_number": true, 171 "can_chat": false, 172 "completion_status": "completed", 173 "id": 12098453, 174 "short_url": "https://dubizzle.com/s/DholWV", 175 "tour_360": null, 176 "is_premium_ad": true, 177 "video_url": "https://youtu.be/bSkLR4UOaFk", 178 "categories": { 179 "ids": [ 180 127, 181 25 182 ], 183 "name": { 184 "en": [ 185 "Office", 186 "Commercial" 187 ], 188 "ar": [ 189 "مكتب للإيجار", 190 "تجاري للإيجار" 191 ] 192 }, 193 "slug": [ 194 "office", 195 "commercial" 196 ], 197 "slug_paths": [ 198 "property-for-rent/commercial/office", 199 "property-for-rent/commercial" 200 ] 201 }, 202 "property_reference": "Ref ID A1820385", 203 "uuid": "5d6bc119-3cd7-4ac4-9781-65002a087f7e", 204 "has_dld_history": false, 205 "furnished": true, 206 "has_sms_number": true, 207 "is_verified": true, 208 "photos_count": 18, 209 "is_emirati_agent": false, 210 "objectID": "item:4:2:127:12098453" 211 }, 212 ... 213]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!