Realestateau Agent Collector
Pricing
Pay per event
Realestateau Agent Collector
Scrape comprehensive real estate agent data from leading property platform realestate.com.au. Collect detailed agent profiles, contact information, performance metrics, sales history, reviews, and recent or active listings ideal for lead generation, market analysis, and competitive intelligence.
Pricing
Pay per event
Rating
0.0
(0)
Developer

Jacob
Actor stats
1
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Share
Realestate.com.au Agent Scraper
Unlock high-quality market intelligence with this specialized Apify actor, designed to scrape comprehensive professional data from leading platforms like realestate.com.au. Effortlessly collect deep insights into agent performance, including verified sales history, client reviews, active listings, and direct contact details across the Australian market.
Features
- Comprehensive Agent Profiles: Extract detailed information including agent names, experience, specialties, awards, and community involvement
- Performance Metrics: Access sales statistics, including properties sold as lead agent and sales breakdowns by property type
- Contact Information: Retrieve agent mobile numbers and business phone numbers
- Customer Reviews: Access average ratings, total review counts, compliments, and latest reviews
- Recent Listings: View recent properties handled by agents with full details (addresses, prices, property types, sale dates, and features)
- Social Media Links: Extract agents' social media profiles
- Flexible Filtering: Filter by property type, location, timeframe, and custom sorting options
Input
The actor accepts a JSON input with optional parameters to customise your search:
{"timeframe": "-12","propertyType": "HOUSE","sortBy": "LEAD_PROPERTY_SALES","location": "Sydney, NSW","maxPages": 5}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
location | String | Yes | Suburb, city, or region to search as seen in realestate.com.au |
timeframe | String | No | Time period for sales data. Options: -3 (3 months), -6 (6 months), -12 (12 months), -24 (24 months) |
propertyType | String | No | Filter by property type. Options: HOUSE, UNIT_APARTMENT, LAND, TOWNHOUSE, RURAL, VILLA, ACREAGE, UNITBLOCK, RETIRE |
sortBy | String | No | Sort agents by metric. Options: LEAD_PROPERTY_SALES, MEDIAN_SALE_PRICE, MEDIAN_DAYS_ADVERTISED, TOTAL_SALES_ACROSS_ALL_SUBURBS |
maxPages | Integer | No | Maximum number of result pages to scrape (controls how many agents are returned) |
Output
The actor returns a dataset containing detailed agent information in JSON format:
{"salesperson_id": "123456","name": "John Smith","sales_as_lead": 45,"friendly_name": "john-smith","job_title": "Senior Sales Agent","years_experience": 12,"profile_url": "https://www.realestate.com.au/agent/john-smith-123456","mobile": "0400 000 000","business_phone": "02 9999 9999","agency": {"id": "789","name": "Premium Real Estate","profile_url": "https://www.realestate.com.au/agency/premium-real-estate-789"},"specialities": "Listing & selling residential & commercial real estate","awards": "2023 - Agency of the Year for Padstow \n2023 - Agency of the Year for Padstow Heights \n2022 - Agency of the Year for Padstow \n2022 - Agency of the Year for Padstow Heights \n2022 - Agency of the Year for Revesby \n2021 - No.1 Reviewed Agency for \"Revesby\" by ratemyagent.com.au\n2020 - No.1 Reviewed Agency for \"Padstow\" by ratemyagent.com.au","community_involvement": "Local charity supporter","search_stats": {"medianLeasedPrice": null,"medianSoldDaysOnSite": 27,"medianSoldPrice": 1900000,"sumLeasedProperties": 0,"sumSoldProperties": 45,"sumSoldPropertiesPrimaryLister": 23,"sumSoldPropertiesSecondaryLister": 0},"search_sales_breakdown": {"count": 0,"medianDaysOnSite": null,"medianSoldPrice": null},"profile_stats": {"medianLeasedPrice": null,"medianSoldDaysOnSite": 30,"medianSoldPrice": 1740000,"sumLeasedProperties": 0,"sumSoldProperties": 45,"sumSoldPropertiesPrimaryLister": 44,"sumSoldPropertiesSecondaryLister": 1},"profile_sales_breakdown": {"apartment": {"count": 20,"medianDaysOnSite": 43,"medianSoldPrice": 1720000},"house": {"count": 23,"medianDaysOnSite": 26,"medianSoldPrice": 1900000},"townhouse": {"count": 2,"medianDaysOnSite": 31,"medianSoldPrice": 1290000}},"reviews": {"avg_rating": 4.8,"total_reviews": 67,"compliments": [{"count": 4,"tag": "Suburb specialist"}],"latest_review": {"role": "seller","rating": 5,"content": "well done"}},"social": {"facebook": "https://www.facebook.com/prdpanania","instagram": null,"twitter": null,"linkedin": null},"recent_listings": [{"listing_id": "149760988","address": {"suburb": "Picnic Point","shortAddress": "102 Kennedy Street","state": "NSW","postcode": "2213"},"price": "Contact agent","property_type": "House","date_sold": "20 Dec 2025","status": "Sold 20 Dec 2025","features": {"bathrooms": 3,"bedrooms": 3,"parkingSpaces": 6},"url": "https://www.realestate.com.au/sold/property-house-nsw-picnic+point-149760988"}]}
Example Usage
Find Top Performing House Agents in Sydney
{"location": "Sydney, NSW","propertyType": "HOUSE","sortBy": "LEAD_PROPERTY_SALES","timeframe": "-12","maxPages": 3}
Search Apartment Specialists in Melbourne
{"location": "Melbourne, VIC","propertyType": "UNIT_APARTMENT","timeframe": "-6","maxPages": 5}
Get Agents with Best Median Sale Prices
{"sortBy": "MEDIAN_SALE_PRICE","timeframe": "-24","maxPages": 2}
Quick Search Without Filters
{"maxPages": 1}
Limitations
- Contact information (mobile and business phone) may not be available for all agents
- Scraping speed depends on the number of pages requested and API rate limits
Error Handling
The actor includes comprehensive error handling:
- Invalid input parameters are automatically filtered out
- Network errors and API failures are logged with detailed stack traces
- Failed requests won't crash the entire scraping process
- All errors are logged for debugging purposes
Support
For issues, feature requests, or questions about this actor, please create an issue in the repository.