Dubizzle Scraper - UAE Real Estate & Agent Leads
Pricing
from $3.00 / 1,000 results
Dubizzle Scraper - UAE Real Estate & Agent Leads
Scrape Dubizzle.com (UAE #1 property portal), for sale or for rent: price, beds, baths, size, location, coordinates, agency, agent, photos and listing URL. Filter by city, purpose and property type.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
๐๏ธ Dubizzle Scraper โ UAE Real Estate & Agent Leads
Extract real-estate listings from Dubizzle.com, the United Arab Emirates' #1 property and classifieds portal, in clean structured form. Pull for-sale and for-rent properties across Dubai, Abu Dhabi, Sharjah, Ajman, Ras al Khaimah, Umm al Quwain, Fujairah and Al Ain โ with price, bedrooms, bathrooms, size, the full location hierarchy with map coordinates, the listing agency and agent, photos, amenities and verification status. Filter by city, purpose, property type or a free-text keyword, or just paste a Dubizzle search URL. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.
๐ What is the Dubizzle Scraper?
Dubizzle (also known as dubizzle Property / formerly part of the EMPG group alongside Bayut) lists hundreds of thousands of apartments, villas, townhouses, offices and plots for sale and rent across the UAE. This Actor turns any Dubizzle property search into a structured dataset you can analyse, enrich or feed into your own tools โ no copy-pasting, no manual page-flipping.
It reads Dubizzle's own search index directly, so results are fast, complete and exactly match what you see on the site (same listings, same order), then flattens every listing into tidy columns.
What data does it extract?
- Listing basics โ title, listing URL, short URL, reference number, unique ID, purpose (sale / rent).
- Price โ price, original price (when discounted), currency (AED), rent payment frequency, sale type (e.g. Resale / Off-plan).
- Property details โ property type, full category path, bedrooms, bathrooms, size (sqft + mยฒ), plot area, furnished flag, completion status, amenities.
- Location โ city, neighbourhood, full location path (e.g.
UAE > Dubai > Business Bay), latitude and longitude. - Agency & agent (lead-gen) โ listing agency name and logo, agent name, whether the listing has phone / WhatsApp / SMS contact, who it was listed by (agent / owner).
- Media & trust โ cover photo, photo count, verification status (e.g. TruCheck verified), listing date.
โฌ๏ธ Input
| Field | Type | Description |
|---|---|---|
searchUrls | array | One or more Dubizzle search-results URLs (most precise). City, purpose and property type are read from the URL. |
cities | array | UAE cities to search when not using URLs: dubai, abu-dhabi, sharjah, ajman, ras-al-khaimah, umm-al-quwain, fujairah, al-ain. Empty = whole UAE. |
purpose | string | sale or rent (used with the Cities field). |
propertyType | string | Optional type filter: apartment, villa, townhouse, penthouse, office, shop, warehouse, land and more. |
query | string | Optional free-text keyword (e.g. marina, sea view, a tower or community name). |
sort | string | default, newest, price_asc or price_desc. |
maxResults | integer | Max listings per search URL / city (default 50). |
useResidentialProxy | boolean | Optional โ route requests through an Apify residential IP. Off by default (not needed). |
proxyCountry | string | Residential proxy country code (default AE), used only when the proxy is enabled. |
Example input
{"cities": ["dubai", "abu-dhabi"],"purpose": "sale","propertyType": "apartment","query": "marina","sort": "newest","maxResults": 100}
Or simply paste a search URL:
{"searchUrls": ["https://dubai.dubizzle.com/property-for-rent/residential/villa/"],"maxResults": 200}
โฌ๏ธ Output
Each listing is one dataset record:
{"id": 17461454,"uuid": "8155b3b7-50d1-4e80-a5d9-0f1b94595d17","reference": "Ref ID 108150-9PhsdI","url": "https://dubai.dubizzle.com/property-for-sale/residential/apartment/2026/5/13/genuine-resale-prime-location-2-821825/","short_url": "https://dubizzle.com/s/DaBLQ6W","title": "Genuine Resale | Prime Location | Negotiable","purpose": "sale","price": 1300000,"original_price": null,"currency": "AED","payment_frequency": null,"sale_type": "Resale","property_type": "Apartment","category_path": ["Apartment", "Residential"],"bedrooms": 0,"bathrooms": 1,"size_sqft": 465,"area_sqm": 43.2,"furnished": false,"completion_status": "off_plan","is_verified": true,"verification_state": "truchecked","city": "Dubai","neighbourhood": "Business Bay","location": "UAE > Dubai > Business Bay > Binghatti Skyrise","latitude": 25.1813,"longitude": 55.27301,"agency": "Yves Property Real Estate","agency_logo": "https://dbz-images.dubizzle.com/profiles/property_agency/2025/10/30/ded5...-.jpg","agent_name": "Yichin Chu","listed_by": "Agent","has_phone": false,"has_whatsapp": true,"has_sms": true,"amenities": ["Balcony", "Private Gym", "Shared Pool", "Covered Parking"],"image": "https://dbz-images.dubizzle.com/images/2026/05/13/.../ce79...-.jpg","photos_count": 7,"description": "Modern studio apartment located in Binghatti Skyrise Tower ...","listed_timestamp": 1782854755,"search": "Dubai sale"}
๐ก Use cases
- ๐ Real-estate market research โ track UAE prices, inventory and price-per-sqft by city, neighbourhood or property type over time.
- ๐ Lead generation for agents & PropTech โ build a directory of active agencies and the listings they manage, with contact-availability flags.
- ๐งฎ Investment & valuation models โ feed live Dubai / Abu Dhabi listing data (price, size, location, coordinates) into comps and yield calculators.
- ๐บ๏ธ Map & portal building โ power your own property map or aggregator with geocoded UAE listings, photos and descriptions.
โ FAQ
Which Dubizzle sections does it cover? UAE property โ both for sale and for rent, residential and commercial (apartments, villas, townhouses, penthouses, offices, shops, warehouses, land and more).
Do I need a proxy? No. The scraper reads Dubizzle's public search index directly and works out of the box. A residential-proxy toggle is included as an optional fallback only.
How many listings can I get? As many as the search returns โ hundreds of thousands are available across the UAE. Set maxResults to control how many you pull per city or URL.
Can I filter by city or property type? Yes โ pick one or more cities and a property type, add an optional keyword, or paste a Dubizzle search URL that already has your filters applied.
Does it return agent contact details? It returns the agency name and logo, the agent name, who listed it, and flags for whether phone / WhatsApp / SMS contact is available on the listing. The actual phone number is shown behind a click on Dubizzle; these flags tell you which listings are contactable.
What format is the output? Structured JSON by default; export the dataset to CSV, Excel, JSON or feed it via API to Make, Zapier or n8n.
Are prices accurate? Prices, sizes and locations come straight from Dubizzle's own index, so they match the live site exactly at run time.
How do I keep data fresh? Schedule the Actor (hourly, daily, weekly) from the Apify console and it will re-pull the latest listings automatically.
Is it legal? This Actor collects only publicly available listing information that anyone can view on Dubizzle without logging in. Use the data responsibly and in line with Dubizzle's terms, applicable laws and data-protection rules (such as the GDPR for any personal data). Do not use it to send unsolicited messages in breach of anti-spam regulations.
๐ You might also like
- Bayut Scraper โ UAE's other #1 property portal, with agent phone & WhatsApp leads.
- Property Finder Scraper โ UAE listings with full RERA and broker contact details.
- Zumper Rental Scraper โ US apartment rentals with lead scoring.
- Craigslist Real Estate Scraper โ US classifieds real-estate listings.
Keywords: dubizzle scraper, dubizzle api, dubizzle uae, dubai real estate scraper, dubai property scraper, abu dhabi property data, uae property listings, dubizzle property scraper, real estate scraper uae, property data extraction, dubai apartments for sale, dubai villas for rent, real estate lead generation uae, dubizzle agent leads, property market data dubai, scrape dubizzle, uae rental listings, dubai off-plan properties, proptech data uae, dubizzle export csv.