🏠 Extract detailed property listings from PropertyFinder.ae with comprehensive data including prices, amenities, agent details, and location information. Perfect for real estate analysis, market research, and property tracking in UAE.
Extract comprehensive property data from PropertyFinder.ae search results with this powerful scraper. Get detailed information about properties, including prices, locations, specifications, agent details, and more.
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.propertyfinder.ae/en/search?l=6&c=1&fu=0&ob=mr" 4 ], 5 "maxItems": 20 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.propertyfinder.ae/en/search?l=6&c=1&fu=0&ob=mr", 4 "id": "13695167", 5 "category_id": 1, 6 "property_type": "Villa", 7 "price": { 8 "value": 7600000, 9 "currency": "AED", 10 "period": "sell", 11 "is_hidden": false 12 }, 13 "title": "Iconic Location | High End 4BR Villa | Park View", 14 "location": { 15 "id": "2000", 16 "full_name": "Saadiyat Lagoons, Saadiyat Island, Abu Dhabi", 17 "coordinates": { 18 "lat": 24.55137825012207, 19 "lon": 54.441139221191406 20 }, 21 "slug": "saadiyat-island-saadiyat-lagoons", 22 "path": "6.310.2000", 23 "type": "SUBCOMMUNITY", 24 "name": "Saadiyat Lagoons", 25 "path_name": "Abu Dhabi, Saadiyat Island" 26 }, 27 "images": [ 28 { 29 "small": "https://www.propertyfinder.ae/property/f0d31b6a051ddc039c147332f181f199/416/272/MODE/85bd78/13695167-0901bo.jpg?ctr=ae", 30 "medium": "https://www.propertyfinder.ae/property/f0d31b6a051ddc039c147332f181f199/668/452/MODE/311c41/13695167-0901bo.jpg?ctr=ae", 31 "classification_label": "" 32 } 33 ], 34 "agent": { 35 "id": "213192", 36 "image": "https://www.propertyfinder.ae/images/pf_agent/picture/02b55934d0cec6bd466e35b27f15e0b237792c73/desktop", 37 "is_super_agent": true, 38 "name": "Farhat Abbas", 39 "user_id": 0, 40 "email": "shahzaib@egcp.ae", 41 "social": "", 42 "languages": [ 43 "English", 44 "Arabic", 45 "Hindi", 46 "Urdu", 47 "Punjabi" 48 ], 49 "slug": "farhat-abbas" 50 }, 51 "broker": { 52 "id": "5105", 53 "logo": "https://www.propertyfinder.ae/broker/5/178/98/MODE/052e8c/5105-logo.jpg?ctr=ae", 54 "name": "EGC Properties LLC", 55 "address": "Office 308, Building ZigZag Bldg, Tourist Club Area, Tourist Club, Abu Dhabi, ", 56 "email": "marketing@empiregroupuae.com", 57 "phone": "+971502376812", 58 "slug": "egc-properties-llc" 59 }, 60 "is_verified": false, 61 "is_direct_from_developer": false, 62 "is_new_construction": false, 63 "is_available": true, 64 "is_featured": false, 65 "is_premium": true, 66 "is_new_insert": false, 67 "utilities_price_type": "exclusive", 68 "live_viewing": null, 69 "is_community_expert": false, 70 "is_cts": false, 71 "bedrooms": "4", 72 "bathrooms": "7", 73 "size": { 74 "value": 7747, 75 "unit": "sqft" 76 }, 77 "share_url": "https://www.propertyfinder.ae/en/plp/buy/villa-for-sale-abu-dhabi-saadiyat-island-saadiyat-lagoons-13695167.html", 78 "reference": "egcproperties-13083059", 79 "listed_date": "2025-03-04T20:28:36Z", 80 "contact_options": [ 81 { 82 "type": "email", 83 "value": "shahzaib@egcp.ae", 84 "link": "mailto:shahzaib@egcp.ae", 85 "is_did": false 86 }, 87 { 88 "type": "phone", 89 "value": "+971565154605", 90 "link": "tel:+971565154605", 91 "is_did": true 92 }, 93 { 94 "type": "whatsapp", 95 "value": "+97145560345", 96 "link": "https://api.whatsapp.com/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+egcproperties-13083059%0AType%3A+Villa%0APrice%3A+7%2C600%2C000+AED+%0ALocation%3A+Saadiyat+Lagoons+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F13695167%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.", 97 "is_did": false 98 } 99 ], 100 "images_count": 30, 101 "amenities": [ 102 "MR", 103 "AC", 104 "BA", 105 "PG", 106 "PP", 107 "PY", 108 "SS", 109 "SE", 110 "CS", 111 "MS", 112 "CP", 113 "BW", 114 "WC", 115 "BK", 116 "VW", 117 "BL", 118 "PA", 119 "CO", 120 "PR", 121 "BR", 122 "VC" 123 ], 124 "completion_status": "off_plan", 125 "furnished": "NO", 126 "property_type_id": 35, 127 "has_view_360": false, 128 "rsp": 0, 129 "rss": 0, 130 "qs": 95, 131 "is_exclusive": false, 132 "is_broker_project_property": false, 133 "rera": "", 134 "offering_type": "Residential for Sale", 135 "video_url": "", 136 "is_smart_ad": false, 137 "is_spotlight_listing": true, 138 "is_claimed_by_agent": false, 139 "is_under_offer_by_competitor": false, 140 "listing_level": "premium", 141 "listing_level_label": "spotlight", 142 "location_tree": [ 143 { 144 "id": "6", 145 "name": "Abu Dhabi", 146 "type": "CITY", 147 "slug": "abu-dhabi", 148 "slug_en": "abu-dhabi", 149 "level": "0" 150 }, 151 { 152 "id": "310", 153 "name": "Saadiyat Island", 154 "type": "COMMUNITY", 155 "slug": "saadiyat-island", 156 "slug_en": "saadiyat-island", 157 "level": "1" 158 }, 159 { 160 "id": "2000", 161 "name": "Saadiyat Lagoons", 162 "type": "SUBCOMMUNITY", 163 "slug": "saadiyat-island-saadiyat-lagoons", 164 "slug_en": "saadiyat-island-saadiyat-lagoons", 165 "level": "2" 166 } 167 ], 168 "description": "Al Sidr , Saadiyat Lagoons is an upcoming residential community in Saadiyat Island featuring 2, 3 and 4-bedroom villas and townhouses. It is located to the south-eastern side of the parent community and close to Saadiyat Marina District, Cultural District and Beach District. The gated community is equipped with connected walkways, waterfront village, an equestrian and a town centre with retail and dining options. The first phase of the project is underway where interested investors can purchase residential plots.\n\nFeatures:\n• 4 Bedrooms\n• 7 Bathrooms\n• 3 Parking\n• Maids Room\n• Driver Room\n• Laundry Room\n• High Solar Reflectance Roof Material\n• Led Light Fixtures\n• Solar Hot Water\n• Low Voc Paint\n• Locally Sourced Materials\n• Highly Efficient Glazing and Insulation\n• Low-Flow Fixtures\n• Wet And Dry Both kitchen available\n• Majlis and Majlis dining\n\nAmenities:\n• Lagoons Common\n• Adventure Park\n• Skate Park\n• Farmer Market\n• Eco Corniche\n• Outdoor Cinema\n• Retail +F n B Hubs\n• Picnic N BBQ Area\n• Art Installations\n• Cultural Spine\n• Purpose Event Hall\n• Sport Courts\n• Schools\n• Nurseries\n• Grocery Stores\n• Health Clinic\n• Kids Play Areas\n\nAbout the Area:\n-Louvre Abu Dhabi is 11 minutes away\n-Al Reem Island is a 23-minute drive away\n-Abu Dhabi International Airport is a 40-minute drive away\n\nCOMPANY LICENSE: CN-4321285\nADM Number: 202402205363\nBroker License No: 202403493431\n\nEGC Properties is a real estate, facility, and property management company run by 8+ years of experienced veteran. We offer our clients a full experience of property activities including sales, leasing, property and facility management, and other off-plan sales projects. We also provide quality customer service throughout the tenancy period and maintain the property standards at all times.\nPlease feel free to contact Mr. Shahzeb at 0502370417.", 169 "amenity_names": [ 170 "Maids Room", 171 "Central A/C", 172 "Balcony", 173 "Private Garden", 174 "Private Pool", 175 "Private Gym", 176 "Shared Spa", 177 "Security", 178 "Concierge", 179 "Maid Service", 180 "Covered Parking", 181 "Built in Wardrobes", 182 "Walk-in Closet", 183 "Kitchen Appliances", 184 "View of Water", 185 "View of Landmark", 186 "Pets Allowed", 187 "Children's Pool", 188 "Children's Play Area", 189 "Barbecue Area", 190 "Vastu-compliant" 191 ], 192 "payment_method": [], 193 "lead_value": 100, 194 "details_path": "/en/plp/buy/villa-for-sale-abu-dhabi-saadiyat-island-saadiyat-lagoons-13695167.html", 195 "rank_score": 0, 196 "bedrooms_value": 4, 197 "bathrooms_value": 7 198 }, 199 ... 200]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!