PropertyFinder Dubai Listings & Agent Contacts avatar

PropertyFinder Dubai Listings & Agent Contacts

Pricing

from $20.00 / 1,000 results

Go to Apify Store
PropertyFinder Dubai Listings & Agent Contacts

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

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

  1. 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.
  2. The actor reads every listing across the result pages and turns the pages automatically until your limit.
  3. 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 }
}
FieldTypeDescription
purposestringfor-sale or for-rent. Quick start used when no Search URLs are given.
startUrlsarrayPropertyFinder search URLs with filters applied (location, price, bedrooms, type). Copy from the site's address bar. Overrides purpose.
maxItemsPerSearchintegerCap listings per search URL. 0 = all.
maxItemsintegerOverall cap for the run. 0 = no limit. Default 200.
maxConcurrencyintegerSearch URLs processed in parallel. Default 3.
proxyConfigurationobjectResidential 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"
}
FieldTypeDescription
id / reference / listingUrlstringListing ID, agency reference, and link.
title / propertyType / purposestringHeadline, type (Apartment/Villa/…), sale or rent.
priceValue / priceCurrency / pricePeriodnumber/stringPrice and currency.
bedrooms / bathrooms / sizeValue / sizeUnitmixedSize details.
furnished / completionStatus / isVerified / listingLevel / reramixedListing attributes + RERA permit.
locationName / locationSlug / latitude / longitudemixedLocation and coordinates.
imagesarrayListing image URLs.
agentName / agentId / agentEmail / agentIsSupermixedListing agent.
brokerName / brokerAddressstringBrokerage (agency) name and office address.
contactEmail / contactPhone / contactWhatsappstringPublic contact options shown on the listing.

Searches that fail are returned with an _error field, so nothing fails silently.