PropertyFinder Agent Scraper ๐Ÿ ๐Ÿ‘จโ€๐Ÿ’ผ avatar
PropertyFinder Agent Scraper ๐Ÿ ๐Ÿ‘จโ€๐Ÿ’ผ

Pricing

$19.99/month + usage

Go to Store
PropertyFinder Agent Scraper ๐Ÿ ๐Ÿ‘จโ€๐Ÿ’ผ

PropertyFinder Agent Scraper ๐Ÿ ๐Ÿ‘จโ€๐Ÿ’ผ

easyapi/propertyfinder-agent-scraper

Developed by

EasyApi

Maintained by Community

Scrape real estate agent profiles from PropertyFinder.ae including contact details, experience, ratings, property listings count, and more. Perfect for market research and lead generation in UAE real estate.

0.0 (0)

Pricing

$19.99/month + usage

0

Monthly users

9

Runs succeeded

>99%

Last modified

2 months ago

Extract detailed information about real estate agents from PropertyFinder.ae. This actor helps you gather comprehensive data about property agents, their performance metrics, and contact information.

Features โœจ

  • Scrapes agent profiles including name, contact details, and position
  • Captures performance metrics (total properties, response time, experience)
  • Extracts agent ratings and reviews
  • Collects property listing statistics across different categories
  • Includes broker company information
  • Supports multiple search URLs
  • Handles pagination automatically
  • Built-in proxy support

Output Data ๐Ÿ“Š

For each agent, you'll get:

  • Basic Information (name, email, phone, position)
  • Professional Details (license number, experience, languages)
  • Performance Metrics
    • Total properties count
    • Properties by category (residential/commercial, rent/sale)
    • WhatsApp response time
    • Rating and review statistics
  • Broker Company Details
  • Top Locations
  • Verification Status
  • Profile Images

Use Cases ๐Ÿ’ก

  • Lead Generation for Real Estate Services
  • Market Research and Analysis
  • Competitor Analysis
  • Real Estate Agent Performance Tracking
  • Building Real Estate Agent Databases

Input Parameters ๐ŸŽฏ

  • searchUrls: Array of PropertyFinder agent search URLs
  • maxItems: Maximum number of agents to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

Tips ๐Ÿ’ช

  • Use specific location and category filters in search URLs for targeted results
  • Adjust maxItems based on your needs
  • Enable proxy configuration for better reliability

Limitations โš ๏ธ

  • Respects PropertyFinder.ae's terms of service
  • Rate limiting and ethical scraping practices implemented
  • Some agent details might be hidden based on PropertyFinder's privacy settings

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.propertyfinder.ae/en/find-agent/search?location_id=48&category_id=2"
4    ],
5    "maxItems": 30
6}

Output sample

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/find-agent/search?location_id=48&category_id=2",
4        "scrapedAt": "2025-01-25T09:12:16.628Z",
5        "agent": {
6            "id": 245804,
7            "slug": "bhagwan-laungani",
8            "name": "Bhagwan Laungani",
9            "email": "bhagwan@squareassets.com",
10            "phone": "+971553818283",
11            "whatsappPhone": "+971553818283",
12            "userId": 100526,
13            "superagent": true,
14            "verified": true,
15            "totalProperties": 25,
16            "propertiesResidentialForRentCount": 12,
17            "propertiesResidentialForSaleCount": 12,
18            "propertiesCommercialForRentCount": 1,
19            "propertiesCommercialForSaleCount": 0,
20            "avgWhatsappResponseTime": 54,
21            "experienceSince": 2009,
22            "image": {
23                "token": "",
24                "path": "245804/2138bo.jpg",
25                "links": {
26                    "agentCard": "https://www.propertyfinder.ae/agent/0/170/200/MODE/e3f378/245804-2138bo.jpg?ctr=ae",
27                    "agentCardJpg": "https://www.propertyfinder.ae/agent/0/170/200/MODE/e3f378/245804-2138bo.jpg?ctr=ae",
28                    "agentCardWebp": "https://www.propertyfinder.ae/agent/0/170/200/MODE/e3f378/245804-2138bo.webp?ctr=ae",
29                    "desktop": "https://www.propertyfinder.ae/agent/0/260/200/MODE/96d2fa/245804-2138bo.jpg?ctr=ae",
30                    "desktop2x": "https://www.propertyfinder.ae/agent/0/520/400/MODE/635ed5/245804-2138bo.jpg?ctr=ae",
31                    "desktop2xJpg": "https://www.propertyfinder.ae/agent/0/520/400/MODE/635ed5/245804-2138bo.jpg?ctr=ae",
32                    "desktop2xWebp": "https://www.propertyfinder.ae/agent/0/520/400/MODE/635ed5/245804-2138bo.webp?ctr=ae",
33                    "desktopJpg": "https://www.propertyfinder.ae/agent/0/260/200/MODE/96d2fa/245804-2138bo.jpg?ctr=ae",
34                    "desktopWebp": "https://www.propertyfinder.ae/agent/0/260/200/MODE/96d2fa/245804-2138bo.webp?ctr=ae",
35                    "mobile": "https://www.propertyfinder.ae/agent/0/130/100/MODE/9d5a92/245804-2138bo.jpg?ctr=ae",
36                    "mobileJpg": "https://www.propertyfinder.ae/agent/0/130/100/MODE/9d5a92/245804-2138bo.jpg?ctr=ae",
37                    "mobileWebp": "https://www.propertyfinder.ae/agent/0/130/100/MODE/9d5a92/245804-2138bo.webp?ctr=ae",
38                    "propertyCard": "https://www.propertyfinder.ae/agent/0/38/38/MODE/3f7bcc/245804-2138bo.jpg?ctr=ae",
39                    "propertyCardJpg": "https://www.propertyfinder.ae/agent/0/38/38/MODE/3f7bcc/245804-2138bo.jpg?ctr=ae",
40                    "propertyCardWebp": "https://www.propertyfinder.ae/agent/0/38/38/MODE/3f7bcc/245804-2138bo.webp?ctr=ae"
41                }
42            },
43            "position": "Director - Sales & Leasing",
44            "bio": "Bhagwan is a passionate real estate professional whose focus is primarily towards the client's satisfaction and keeping their best interests in mind. His desire to serve his client's particular needs along with his market expertise set him apart. Whether it's buying, selling, leasing or management, Bhagwan will provide you the special attention one expects of a dedicated real estate professional. He is praised most often by clients for his loyalty, patience and enthusiasm.",
45            "nationality": {
46                "code": "IN",
47                "name": "India"
48            },
49            "linkedinAddress": "",
50            "licenseNumber": "24821",
51            "ranking": 85,
52            "isTransactionsVisible": true,
53            "transactionsCount": 0,
54            "listingLevel": 0,
55            "averageRating": 4.9,
56            "reviewCount": 7,
57            "medianListingQuality": 94.99,
58            "ratingDistribution": {
59                "score1": 0,
60                "score2": 0,
61                "score3": 0,
62                "score4": 1,
63                "score5": 6
64            },
65            "languages": [
66                {
67                    "id": 1,
68                    "name": "English"
69                },
70                {
71                    "id": 7,
72                    "name": "Hindi"
73                },
74                {
75                    "id": 15,
76                    "name": "Tamil"
77                },
78                {
79                    "id": 36,
80                    "name": "Punjabi"
81                }
82            ],
83            "topLocations": [
84                {
85                    "id": 73,
86                    "name": "Jumeirah Village Circle"
87                },
88                {
89                    "id": 54,
90                    "name": "Dubai Silicon Oasis"
91                },
92                {
93                    "id": 71,
94                    "name": "Jumeirah Lake Towers"
95                }
96            ],
97            "superAgentAwardImageUrl": "https://production-pf-strapi-cms.s3.ap-southeast-1.amazonaws.com/small_Banners_small_01_1_e031987021.png",
98            "claimedTransactionsSale": 8,
99            "claimedTransactionsRent": 35,
100            "claimedTransactionsDealVolume": 0,
101            "claimedTransactionsSaleAVGAmount": 0,
102            "claimedTransactionsRentAVGAmount": 0,
103            "claimedTransactionsRentTotalAmount": 0,
104            "claimedTransactionsSaleTotalAmount": 0,
105            "claimedTransactionsList": [],
106            "broker": {
107                "id": 7331,
108                "slug": "square-assets-real-estate",
109                "name": "Square Assets Real Estate",
110                "logo": {
111                    "token": "",
112                    "path": "7331/a75ceo.png",
113                    "links": {
114                        "desktop": "https://www.propertyfinder.ae/broker/0/260/200/MODE/7f4124/7331-a75ceo.webp?ctr=ae",
115                        "desktop2x": "https://www.propertyfinder.ae/broker/0/520/400/MODE/846358/7331-a75ceo.webp?ctr=ae",
116                        "desktop2xJpg": "https://www.propertyfinder.ae/broker/0/520/400/MODE/846358/7331-a75ceo.jpg?ctr=ae",
117                        "desktop2xWebp": "https://www.propertyfinder.ae/broker/0/520/400/MODE/846358/7331-a75ceo.webp?ctr=ae",
118                        "desktopJpg": "https://www.propertyfinder.ae/broker/0/260/200/MODE/7f4124/7331-a75ceo.jpg?ctr=ae",
119                        "desktopWebp": "https://www.propertyfinder.ae/broker/0/260/200/MODE/7f4124/7331-a75ceo.webp?ctr=ae",
120                        "logoSmall": "https://www.propertyfinder.ae/broker/0/178/98/MODE/010621/7331-a75ceo.webp?ctr=ae",
121                        "logoSmallJpg": "https://www.propertyfinder.ae/broker/0/178/98/MODE/010621/7331-a75ceo.jpg?ctr=ae",
122                        "logoSmallWebp": "https://www.propertyfinder.ae/broker/0/178/98/MODE/010621/7331-a75ceo.webp?ctr=ae",
123                        "mobile": "https://www.propertyfinder.ae/broker/0/130/100/MODE/ac5dd8/7331-a75ceo.webp?ctr=ae",
124                        "mobileJpg": "https://www.propertyfinder.ae/broker/0/130/100/MODE/ac5dd8/7331-a75ceo.jpg?ctr=ae",
125                        "mobileWebp": "https://www.propertyfinder.ae/broker/0/130/100/MODE/ac5dd8/7331-a75ceo.webp?ctr=ae"
126                    }
127                },
128                "address": null,
129                "location": null
130            },
131            "compliances": [
132                {
133                    "type": "brn",
134                    "value": "24821"
135                }
136            ]
137        }
138    },
139    ...
140]

Pricing

Pricing model

Rentalย 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$19.99