Propertyfinder UAE Scraper
Pricing
from $2.00 / 1,000 results
Propertyfinder UAE Scraper
Extract property listings from propertyfinder.ae at scale. Get comprehensive data including prices, property details, images, agent contacts, broker info, RERA numbers, coordinates, amenities, and more. Perfect for UAE real estate analytics, market research, and investment analysis.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
PropertyFinder AE Scraper
Extract property listings from propertyfinder.ae at scale. Get comprehensive data including prices, property details, images, agent contacts, broker info, RERA numbers, coordinates, amenities, and more. Perfect for UAE real estate analytics, market research, and investment analysis.
What does PropertyFinder AE Scraper do?
This Apify Actor scrapes property listings from propertyfinder.ae — the largest real estate portal in the UAE. It extracts full listing data from search result pages with built-in anti-detection and automatic pagination.
Key Features
| Feature | Description |
|---|---|
| All Listing Types | For Sale and For Rent properties across all UAE emirates |
| Property Type Filters | Apartments, Villas, Townhouses, Penthouses, Land, and more |
| Price & Bedroom Filters | Narrow results by price range (AED) and bedrooms |
| Location Filters | Filter by city, community, subcommunity |
| Exact Coordinates | Lat/lng for every listing |
| Multiple Dataset Views | Listings Overview, Agent & Broker Info |
| Checkpoint/Resume | Automatic state saving for long scraping runs |
| URL Mode | Paste any search URL directly |
What data can you extract?
The scraper extracts 40+ fields per listing:
|
Property Details
|
Pricing
|
|
Location
|
Agent & Broker
|
|
Media
|
Dates & Metadata
|
Quick Start
Search for apartments for sale in Dubai:
{"category": "buy","locations": ["dubai"],"propertyTypes": ["apartments"],"maxListings": 50}
How to Use
Step 1: Basic search by location
{"category": "buy","locations": ["dubai"],"maxListings": 100,"maxPages": 5}
Step 2: Filter by property type and price
{"category": "rent","locations": ["dubai"],"propertyTypes": ["apartments"],"minPrice": 50000,"maxPrice": 150000,"minBedrooms": 1,"maxBedrooms": 2,"furnishing": "furnished","maxListings": 200}
Step 3: Scrape specific URLs
{"urls": ["https://www.propertyfinder.ae/en/buy/dubai/apartments-for-sale-downtown-dubai.html","https://www.propertyfinder.ae/en/rent/abu-dhabi/villas-for-rent.html"],"maxListings": 500,"maxPages": 20}
Step 4: Large-scale scrape across multiple locations
{"category": "buy","locations": ["dubai", "abu-dhabi", "sharjah"],"propertyTypes": ["apartments", "villas", "townhouses"],"sort": "nd","maxListings": 0,"maxPages": 100}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
urls | array | [] | PropertyFinder search URLs (overrides category/location/type) |
category | string | buy | buy or rent |
locations | array | [] | Location slugs (empty = all UAE) |
propertyTypes | array | ["properties"] | Property type filters (see table below) |
maxListings | integer | 100 | Max listings to scrape (0 = unlimited) |
maxPages | integer | 20 | Max pages per search URL |
sort | string | nd | Sort order (see table below) |
minPrice | integer | - | Minimum price in AED |
maxPrice | integer | - | Maximum price in AED |
minBedrooms | integer | - | Minimum bedrooms |
maxBedrooms | integer | - | Maximum bedrooms |
furnishing | string | any | any, furnished, unfurnished, partly-furnished |
completionStatus | string | any | any, completed, off_plan |
proxy | object | - | Proxy configuration (optional) |
Locations
Any location slug from propertyfinder.ae:
| Location | Slug | Location | Slug |
|---|---|---|---|
| Dubai | dubai | Sharjah | sharjah |
| Abu Dhabi | abu-dhabi | Ajman | ajman |
| Ras Al Khaimah | ras-al-khaimah | Fujairah | fujairah |
| Downtown Dubai | dubai/downtown-dubai | Dubai Marina | dubai/dubai-marina |
| JVC | dubai/jumeirah-village-circle | Al Reem Island | abu-dhabi/al-reem-island |
Property Types
| Type | Slug | Type | Slug |
|---|---|---|---|
| All Properties | properties | Hotel Apartments | hotel-apartments |
| Apartments | apartments | Compounds | compounds |
| Studio Apartments | studio-apartments | Land | land |
| Villas | villas | Whole Buildings | whole-buildings |
| Townhouses | townhouses | Bulk Sale Units | bulk-sale-units |
| Penthouses | penthouses | Full Floors | full-floors |
| Duplexes | duplexes | Half Floors | half-floors |
Sort Options
| Code | Description |
|---|---|
nd | Newest first |
mr | Featured / recommended |
pa | Price: low to high |
pd | Price: high to low |
ba | Bedrooms: least first |
bd | Bedrooms: most first |