PropertyFinder Dubai Listings & Agent Contacts
Pricing
from $20.00 / 1,000 results
PropertyFinder Dubai Listings & Agent Contacts
Collect UAE/Dubai property listings from PropertyFinder with the listing agent & brokerage contact (name, agency, email, phone), plus price, location, beds/baths/size, and RERA permit. Public listing data, no login.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
PropertyFinder Dubai — Listings & Agent Contacts
Collect UAE / Dubai property listings from PropertyFinder with the listing agent and brokerage contact (name, agency, email, phone, WhatsApp) — plus price, location, bedrooms, size, and RERA permit. Public listing data, no login required.
This collects listing/agent business contact data that PropertyFinder publishes publicly. It does not provide private property-owner personal details (those are confidential and not published).
Why use this actor
- No login or account needed — works on public listing pages.
- Agent & brokerage contacts — agent name, agency, email, phone, and WhatsApp per listing (real-estate lead data).
- Full listing details — price, location (with coordinates), bedrooms, bathrooms, size, furnishing, completion status, and RERA permit number.
- Any search you can do on the site — paste a PropertyFinder search URL with your filters (location, price, type) and the actor collects every result.
- Huge coverage — 190k+ sale and rent listings across the UAE.
- Stable JSON output — ready for CRMs, spreadsheets, or lead pipelines.
How it works
- Choose a purpose (for sale / for rent) for a quick start, or paste one or more search URLs from PropertyFinder with your own filters applied.
- The actor reads every listing across the result pages and turns the pages automatically until your limit.
- Each listing becomes one row — downloadable as JSON, CSV, or Excel.
You don't manage browsers, sessions, or page-turning — just press Run.
Use cases
- Real-estate lead generation — build lists of active agents/brokerages with contact details by area or price band.
- Market analysis — track inventory, pricing, and which agencies dominate a community.
- CRM enrichment — match listings and agents to your pipeline.
- Competitor monitoring — watch a brokerage's live listings over time.
Input
{"purpose": "for-sale","startUrls": [],"maxItemsPerSearch": 0,"maxItems": 200,"proxyConfiguration": { "useApifyProxy": true }}
| Field | Type | Description |
|---|---|---|
purpose | string | for-sale or for-rent. Quick start used when no Search URLs are given. |
startUrls | array | PropertyFinder search URLs with filters applied (location, price, bedrooms, type). Copy from the site's address bar. Overrides purpose. |
maxItemsPerSearch | integer | Cap listings per search URL. 0 = all. |
maxItems | integer | Overall cap for the run. 0 = no limit. Default 200. |
maxConcurrency | integer | Search URLs processed in parallel. Default 3. |
proxyConfiguration | object | Residential proxy required (the default). |
Output
One record per listing:
{"_input": "https://www.propertyfinder.ae/en/search?c=1","_scrapedAt": "2026-06-16T13:10:00Z","recordType": "LISTING","id": "99959555","reference": "...","listingUrl": "https://www.propertyfinder.ae/en/plp/buy/apartment-for-sale-...html","title": "Spacious Family Home | Vacant | Great Community","propertyType": "Apartment","purpose": "sale","priceValue": 2725000, "priceCurrency": "AED", "pricePeriod": "sell","bedrooms": "3", "bathrooms": "4","sizeValue": 1813, "sizeUnit": "sqft","furnished": "NO", "completionStatus": "completed","isVerified": true, "listingLevel": "premium", "rera": "71536378280","listedDate": "2026-06-10", "lastRefreshedAt": "2026-06-15","locationName": "Maya 5, District 1, Jumeirah Village Triangle, Dubai","locationSlug": "...", "latitude": 25.20, "longitude": 55.23,"images": ["https://static.shared.propertyfinder.ae/.../800x600.jpg"],"agentName": "Mohammd Rajai Fawall", "agentId": "114574", "agentEmail": "fawall@xestate.global", "agentIsSuper": true,"brokerName": "XESTATE PROPERTIES L.L.C", "brokerAddress": "Office 101, ...","contactEmail": "fawall@xestate.global", "contactPhone": "+971565490977", "contactWhatsapp": "+97145560345"}
| Field | Type | Description |
|---|---|---|
id / reference / listingUrl | string | Listing ID, agency reference, and link. |
title / propertyType / purpose | string | Headline, type (Apartment/Villa/…), sale or rent. |
priceValue / priceCurrency / pricePeriod | number/string | Price and currency. |
bedrooms / bathrooms / sizeValue / sizeUnit | mixed | Size details. |
furnished / completionStatus / isVerified / listingLevel / rera | mixed | Listing attributes + RERA permit. |
locationName / locationSlug / latitude / longitude | mixed | Location and coordinates. |
images | array | Listing image URLs. |
agentName / agentId / agentEmail / agentIsSuper | mixed | Listing agent. |
brokerName / brokerAddress | string | Brokerage (agency) name and office address. |
contactEmail / contactPhone / contactWhatsapp | string | Public contact options shown on the listing. |
Searches that fail are returned with an _error field, so nothing fails silently.