PropertyFinder Scraper — Listings, Prices & Agent Leads avatar

PropertyFinder Scraper — Listings, Prices & Agent Leads

Pricing

from $2.50 / 1,000 results

Go to Apify Store
PropertyFinder Scraper — Listings, Prices & Agent Leads

PropertyFinder Scraper — Listings, Prices & Agent Leads

Scrape PropertyFinder Dubai & Gulf listings without login. Export prices, geo & agent email/phone to CSV/JSON. A PropertyFinder API alternative.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

3

Monthly active users

2 days ago

Last modified

Share


🚀 Why scrape PropertyFinder?

PropertyFinder is the #1 real-estate portal in the UAE and the Gulf — 120,000+ live listings in Dubai alone. This actor reads the site's own structured page data, so you get every field with no login and no API key, and it paginates through thousands of pages per search.

It's two tools in one:

🏠 a property dataset — for market analytics, price tracking, comps, dashboards & ML — and 🎯 a real-estate lead engine — every listing carries the agent's name, brokerage, email and phone, so one run becomes a targeted agent outreach list.


✨ What you get

🏠 Property

Title, reference, price + currency + period (yearly/sale), property type, offering type (buy/rent), beds, baths, size, furnished, completion status, amenities.

📍 Location & geo

Full location name, latitude & longitude, area slug, RERA permit number, listing URL & image count.

🎯 Agent & leads

Agent name, super-agent flag, brokerage name + logo, and the public contact email, phone & WhatsApp.


⚡ Quick start

Set your filters on PropertyFinder, copy the URL from the address bar, paste it in:

{
"searchUrls": ["https://www.propertyfinder.ae/en/search?c=2&t=1&fu=0&rp=y&ob=mr"],
"maxResults": 500
}

Scrape multiple cities / buy + rent in one run:

{
"searchUrls": [
"https://www.propertyfinder.ae/en/search?c=1&t=1",
"https://www.propertyfinder.qa/en/search?c=2&t=1"
],
"maxResults": 2000
}

⚙️ Input

FieldWhat it does
searchUrlsPropertyFinder search URLs copied from the site (any country: .ae, .qa, .bh, .eg, .sa, .lb). All your filters — area, beds, price, buy/rent — are read from the URL.
maxResultsGlobal cap across all searches. 0 = no limit.
maxResultsPerSearchPer-search cap. 0 = no cap.
useProxy / proxyConfigurationApify Proxy — residential recommended (default).
maxConcurrencyHow many search URLs to run in parallel.

📤 Output

One clean row per listing:

{
"id": "98241423",
"reference": "DPF-R-43750",
"title": "Exemplary Bulgari Loft | Full Marina Views",
"url": "https://www.propertyfinder.ae/en/plp/rent/apartment-for-rent-...",
"offeringType": "Residential for Rent",
"propertyType": "Apartment",
"priceValue": 3000000, "priceCurrency": "AED", "pricePeriod": "yearly",
"bedrooms": 3, "bathrooms": 5, "sizeValue": 6991, "sizeUnit": "sqft",
"furnished": "YES", "completionStatus": "",
"locationName": "Bulgari Resort & Residences, Jumeirah Bay Island, Dubai",
"latitude": 25.20964, "longitude": 55.142,
"rera": "71297269840", "isExclusive": false,
"agentName": "Kianoush Darban", "agentIsSuper": true,
"brokerName": "Driven Properties",
"contactEmail": "kia@drivenproperties.com",
"contactPhone": "+971524960123",
"contactWhatsapp": "+971524960123",
"scrapedAt": "2026-06-05T15:31:24.950Z"
}

The Output tab also ships a ready-made table — property, price, size, location, agent email + phone.


🎯 Use cases

Use caseHow
🎯Real-estate agent lead genBuild outreach lists of agents & brokerages (email + phone) by area, price band or project.
📊Market & price analyticsTrack price-per-sqft, inventory, new-vs-old, rent-vs-buy across areas.
🏗️Developer & investor researchMap supply, completion status and payment plans by community.
🧮Comps & valuation / AVMFeed beds, baths, size, geo & price into pricing models.
🗂️Portals & aggregatorsPower a property feed or dashboard from a scheduled run.

🤖 Automate it

Put it on an Apify Schedule → a fresh listings + agent-leads feed every morning, straight to the Apify API, a webhook, Google Sheet, S3 or your warehouse. Chain it with an email-verifier to clean the agent emails before outreach.


❓ FAQ

Is this a PropertyFinder API alternative?

Yes. PropertyFinder has no public listings API, so this actor is the practical API alternative — it reads the site's own structured page data and returns every field as a clean dataset, no token required.

How do I export PropertyFinder data to CSV or JSON?

Run a search, then download the dataset from the Output tab or the Apify API as JSON, CSV or Excel. Every listing — price, geo and agent email/phone — comes through in one PropertyFinder data export.

Can I scrape PropertyFinder without login?

Yes. This is a no-login, no-API-key PropertyFinder scraper. It collects public listing and agent contact data straight from the search URL you paste in.



📝 Changelog

2026-06-07

  • Docs: added coverage for PropertyFinder API alternative, exporting data to CSV/JSON, and scraping without login.