VOOZH about

URL: https://apify.com/powerai/propertyfinder-agent-scraper-ppr

โ‡ฑ PropertyFinder Agent Scraper(Pay As You Go) ยท Apify


๐Ÿ‘ PropertyFinder Agent Scraper(Pay As You Go) avatar

PropertyFinder Agent Scraper(Pay As You Go)

Pricing

from $3.99 / 1,000 results

Go to Apify Store

PropertyFinder Agent Scraper(Pay As You Go)

Scrape real estate agent listings from PropertyFinder.ae with advanced stealth techniques and pay-per-result billing

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

2

Monthly active users

2 months ago

Last modified

Share

PropertyFinder Agent Scraper

This actor scrapes real estate agent listings from PropertyFinder.ae, one of the leading property portals in the Middle East, using advanced web scraping techniques to extract comprehensive agent data.

Features

  • Comprehensive Agent Search: Scrape agent listings from multiple PropertyFinder search URLs
  • Advanced Scraping: Stealth techniques to avoid detection
  • Real-time Data: Extracts live agent data including all agent details and metadata
  • Smart Pagination: Automatically handles pagination and infinite scroll
  • Proxy Support: Built-in proxy configuration for reliable scraping
  • Pay-per-Result: Charges only for successfully scraped agent listings

Input

The actor accepts the following input parameters:

Required Parameters

  • searchUrls: Array of PropertyFinder agent search URLs to scrape

Optional Parameters

  • maxItems: Maximum number of agent listings to scrape (default: 100, max: 50000)
  • proxyConfiguration: Proxy configuration for the scraper

Output

The actor outputs each agent listing as an individual data item. Each agent contains comprehensive information including:

{
"searchUrl":"https://www.propertyfinder.ae/en/find-agent/search?location_id=48&category_id=2",
"scrapedAt":"2025-01-25T09:12:16.628Z",
"agent":{
"id":245804,
"slug":"bhagwan-laungani",
"name":"Bhagwan Laungani",
"email":"bhagwan@squareassets.com",
"phone":"+971553818283",
"whatsappPhone":"+971553818283",
"userId":100526,
"superagent":true,
"verified":true,
"totalProperties":25,
"propertiesResidentialForRentCount":12,
"propertiesResidentialForSaleCount":12,
"propertiesCommercialForRentCount":1,
"propertiesCommercialForSaleCount":0,
"avgWhatsappResponseTime":54,
"experienceSince":2009,
"position":"Director - Sales & Leasing",
"bio":"Bhagwan is a passionate real estate professional whose focus is primarily towards the client's satisfaction and keeping their best interests in mind...",
"nationality":{
"code":"IN",
"name":"India"
},
"licenseNumber":"24821",
"ranking":85,
"averageRating":4.9,
"reviewCount":7,
"medianListingQuality":94.99,
"ratingDistribution":{
"score1":0,
"score2":0,
"score3":0,
"score4":1,
"score5":6
},
"languages":[
{
"id":1,
"name":"English"
},
{
"id":7,
"name":"Hindi"
},
{
"id":15,
"name":"Tamil"
},
{
"id":36,
"name":"Punjabi"
}
],
"topLocations":[
{
"id":73,
"name":"Jumeirah Village Circle"
},
{
"id":54,
"name":"Dubai Silicon Oasis"
},
{
"id":71,
"name":"Jumeirah Lake Towers"
}
],
"image":{
"token":"",
"path":"245804/2138bo.jpg",
"links":{
"agentCard":"https://www.propertyfinder.ae/agent/0/170/200/MODE/e3f378/245804-2138bo.jpg?ctr=ae",
"desktop":"https://www.propertyfinder.ae/agent/0/260/200/MODE/96d2fa/245804-2138bo.jpg?ctr=ae",
"mobile":"https://www.propertyfinder.ae/agent/0/130/100/MODE/9d5a92/245804-2138bo.jpg?ctr=ae"
}
},
"broker":{
"id":7331,
"slug":"square-assets-real-estate",
"name":"Square Assets Real Estate",
"logo":{
"token":"",
"path":"7331/a75ceo.png",
"links":{
"desktop":"https://www.propertyfinder.ae/broker/0/260/200/MODE/7f4124/7331-a75ceo.webp?ctr=ae",
"logoSmall":"https://www.propertyfinder.ae/broker/0/178/98/MODE/010621/7331-a75ceo.webp?ctr=ae"
}
}
},
"compliances":[
{
"type":"brn",
"value":"24821"
}
]
}
}

Usage

  1. Input Configuration: Provide PropertyFinder search URLs and scraping parameters
  2. Set Max Items: Specify how many agent listings you want to scrape
  3. Run the Actor: Execute the actor with your input
  4. Get Results: Receive individual agent listings in the dataset

Examples

Basic Agent Search

{
"searchUrls":[
"https://www.propertyfinder.ae/en/find-agent/search?location_id=48&category_id=2"
],
"maxItems":100
}

Multiple Search URLs

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

With Proxy Configuration

{
"searchUrls":[
"https://www.propertyfinder.ae/en/find-agent/search?location_id=48&category_id=2"
],
"maxItems":100,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Agent Data Structure

Each agent listing includes:

Basic Information

  • id: Unique agent identifier
  • slug: URL-friendly agent identifier
  • name: Agent full name
  • email: Contact email address
  • phone: Contact phone number
  • whatsappPhone: WhatsApp contact number
  • userId: Internal user identifier
  • superagent: Whether the agent is a super agent
  • verified: Whether the agent is verified

Professional Details

  • position: Agent's job title/position
  • bio: Agent's professional biography
  • nationality: Agent's nationality (code and name)
  • licenseNumber: Professional license number
  • ranking: Agent's ranking score
  • experienceSince: Year when agent started in real estate
  • avgWhatsappResponseTime: Average response time in minutes

Property Statistics

  • totalProperties: Total number of properties
  • propertiesResidentialForRentCount: Residential rental properties
  • propertiesResidentialForSaleCount: Residential sale properties
  • propertiesCommercialForRentCount: Commercial rental properties
  • propertiesCommercialForSaleCount: Commercial sale properties

Ratings and Reviews

  • averageRating: Average rating (1-5 stars)
  • reviewCount: Number of reviews received
  • medianListingQuality: Quality score of listings
  • ratingDistribution: Breakdown of ratings by score (1-5)

Languages and Locations

  • languages: Array of languages spoken (with ID and name)
  • topLocations: Top areas where agent operates (with ID and name)

Media and Images

  • image: Agent profile image with multiple sizes
    • token: Image token
    • path: Image path
    • links: Various image sizes (agentCard, desktop, mobile, etc.)

Broker Information

  • broker: Associated real estate company
    • id: Broker ID
    • slug: URL-friendly broker identifier
    • name: Company name
    • logo: Company logo with multiple sizes

Compliance

  • compliances: Professional compliance information
    • type: Compliance type (e.g., "brn" for business registration)
    • value: Compliance number/value

Metadata

  • scrapedAt: When the data was scraped
  • searchUrl: Original search URL used

Agent Categories

Residential Agents

Specialize in residential property sales and rentals.

Commercial Agents

Specialize in commercial properties, offices, and retail spaces.

Investment Agents

Focus on property investment opportunities and market analysis.

Billing

This actor uses a pay-per-result billing model:

  • You are charged only for successfully scraped agent listings
  • No charges for failed requests or empty results
  • Transparent pricing based on actual data extracted

Support

For technical support or questions about this actor, please contact our support team.

Legal Notice

This actor is designed for legitimate research and business purposes. Users are responsible for complying with PropertyFinder's terms of service and applicable laws. Please use responsibly and respect the website's robots.txt and rate limits.

You might also like

PropertyFinder Find Agent Scraper

powerbox/propertyfinder-find-agent-listing-scraper

Scrape real estate agent listings from PropertyFinder.ae with automatic pagination, extracting agent profiles, ratings, languages, and property counts.

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

easyapi/propertyfinder-agent-scraper

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.

Seek Job Scraper(Pay As You Go)

powerai/seek-job-scraper-ppr

Scrape job listings from Seek.com.au with advanced stealth techniques and pay-per-result billing

JobStreet Job Scraper(Pay As You Go)

powerai/jobstreet-job-scraper-ppr

Scrape job listings from JobStreet.com with advanced stealth techniques and pay-per-result billing

Domain.com.au Property Scraper(Pay As You Go)

powerai/domain-com-au-property-scraper-ppr

Scrape property listings from Domain.com.au with advanced stealth techniques and pay-per-result billing

PropertyFinder Scraper

automation-lab/propertyfinder-scraper

Scrape PropertyFinder.ae property listings for UAE real-estate market research. Extract prices, locations, GPS coordinates, agent contacts, property features, images, and listing URLs.

๐Ÿ‘ User avatar

Stas Persiianenko

30

PropertyFinder Listing Scraper ๐Ÿ˜๏ธ

easyapi/propertyfinder-listing-scraper

๐Ÿ  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.

PropertyFinder Properties For Rent Scraper

powerbox/propertyfinder-properties-for-rent-listing-scraper

Scrape rental property listings from PropertyFinder.ae with automatic pagination, extracting prices, locations, specs, and agent details.

PropertyFinder.ae Scraper - Listings, Prices, Agent Contacts

trev0n/propertyfinder-scraper

Extract property listings, prices, agent/broker contacts, RERA permits, and property details from PropertyFinder.ae โ€” UAE's leading real estate portal. Supports search pages and individual listing URLs.

PropertyFinder Scraper โ€” Listings, Prices & Agent Leads

logiover/propertyfinder-scraper

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