Domain.com.au Real Estate Agents Scraper 🏠 avatar
Domain.com.au Real Estate Agents Scraper 🏠

Pricing

$19.99/month + usage

Go to Apify Store
Domain.com.au Real Estate Agents Scraper 🏠

Domain.com.au Real Estate Agents Scraper 🏠

🏠 Extract detailed real estate agent information from Domain.com.au including contact details, performance metrics, and agency affiliations. Perfect for market research, lead generation, and real estate industry analysis in Australia.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

51

Total users

2

Monthly active users

2 months ago

Last modified

Share

Extract comprehensive real estate agent data from Domain.com.au with this powerful scraper. Get detailed information about agents, their performance metrics, and agency affiliations automatically.

Features ✨

  • Extract agent contact details including phone numbers and email availability
  • Get performance metrics like total properties for sale, average sold price, and days on market
  • Collect agency information including names, logos, and branding details
  • Support for multiple search URLs and customizable result limits
  • Built-in proxy support for reliable data collection
  • Automated pagination handling
  • Clean, structured JSON output

Output Data πŸ“Š

  • Agent name, job title, and profile URL
  • Contact information (phone, mobile)
  • Performance metrics:
    • Total properties for sale
    • Average sold price
    • Average days on market
    • Total sold and auctioned properties
    • Total properties for rent
    • Leasing performance
  • Agency details:
    • Agency name
    • Logo URL
    • Brand colors
  • Profile tier and photo URL

Use Cases 🎯

  • Lead generation for real estate services
  • Market research and competitor analysis
  • Real estate industry performance tracking
  • Agent recruitment and talent scouting
  • CRM database enrichment

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.domain.com.au/real-estate-agents/samford-valley-qld-4520/"
],
"maxItems": 20
}

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.

[
{
"searchUrl": "https://www.domain.com.au/real-estate-agents/samford-valley-qld-4520/",
"__typename": "ContactSearchContact",
"id": 1703257,
"agentIdV2": "A60970",
"agencyId": 33070,
"name": "Georgie Haug",
"jobTitle": "Sales Agent",
"hasEmail": true,
"telephone": "07 3289 3289",
"mobile": "0411 184 561",
"profileTier": "platinum",
"profileUrl": "https://www.domain.com.au/real-estate-agent/georgie-haug-1703257",
"profilePhoto": "https://rimh2.domainstatic.com.au/wvWBIU24fBOonCOrFxG3bHpsRz8=/232x232/top/filters:no_upscale():format(jpeg):quality(85)/https://images.domain.com.au/img/33070/contact_1703257.jpeg?date=637292956323758237",
"totalForSale": 5,
"averageSoldPrice": 2186357.1428571427,
"averageSoldDaysOnMarket": 69.61538461538461,
"totalSoldAndAuctioned": 14,
"totalJointSoldAndAuctioned": 0,
"totalForRent": 0,
"totalLeased": 0,
"totalJointLeased": 0,
"agencyName": "Belle Property Samford",
"agencyLogoUrl": "https://images.domain.com.au/img/Agencys/33070/logo_33070.png?date=638791089191288225",
"brandColour": "#386250"
},
...
]