Domain.com.au Real Estate Agents Scraper avatar

Domain.com.au Real Estate Agents Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

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

Domain.com.au Real Estate Agents Scraper

Under maintenance

Extract real estate agent information from Domain.com.au including contact details, performance metrics, and agency affiliations.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

What does Domain.com.au Real Estate Agents Scraper do?

This Actor is the maintained implementation assigned to Apify QA shard 06 at public rank 125.

This Actor extracts publicly displayed real estate agent information from Domain.com.au using a bounded browser crawl. It can search by location, filter by agency name, and return agent profile, contact, office, performance, and diagnostic fields when the site makes that evidence publicly available.

The Actor does not sign in, submit credentials, use private endpoints, access protected state, save page contents, or bypass CAPTCHA, login, paywall, geofence, rate-limit, device-verification, WAF, or other access boundaries. When one of those boundaries is detected, the run fails truthfully and does not mix diagnostics into the agent dataset.

Why use Domain.com.au Real Estate Agents Scraper?

  • Search agents by suburb or area.
  • Optionally filter by agency name.
  • Keep public profile URLs, office details, ratings, and sales metrics together.
  • Use bounded retries, a single concurrent browser page, and timeouts suitable for respectful public-page access.
  • Schedule runs, call the Actor through the API, connect it to integrations, and monitor results on Apify.

Missing optional public values are omitted; the Actor does not invent placeholders such as fake phone numbers, agencies, ratings, or specialties.

What data can the Actor extract?

FieldTypeDescription
foundbooleanWhether a public agent record was found.
dataAvailablebooleanWhether public evidence was available for extraction.
namestringPublicly displayed agent name.
agencyNamestringPublic agency name.
officeNamestringPublic office name.
phone, mobile, emailstringContact details only when publicly displayed.
profileUrlstringPublic Domain.com.au profile URL.
propertiesSold, medianSalePrice, avgDaysOnMarketnumber/stringPublic performance values when displayed.
rating, reviewCountnumberPublic review information.
statusLabel, errorCategory, errorMessagestringRun and boundary diagnostics.

The complete field list is available in the Output tab and .actor/dataset_schema.json.

How to scrape Domain.com.au real estate agents

  1. Open the Input tab and enter a suburb or area such as Sydney NSW.
  2. Optionally enter an agency name and set maxItems.
  3. Keep the default public-request settings unless you have an authorized reason to change them.
  4. Click Start and review the dataset in the Output tab.
  5. For automation, use the API tab, an Apify schedule, or a supported integration.

How much does it cost to scrape Domain.com.au?

The Actor uses standard Apify compute-unit and platform resource pricing. Cost depends mainly on browser runtime, the number of pages visited, and the selected maxItems; it is not priced per personal contact or per hidden field. Use a small maxItems value for a quick test and schedule only the frequency you need. See the current Apify pricing page for account-specific rates.

Input

See the Input tab for the full configuration. The available controls are:

FieldDescription
searchLocationRequired suburb or area search text.
agencyNameOptional case-insensitive agency filter.
maxItemsMaximum number of records, from 1 to 100.
userAgentOptional user-agent header for the public request.
proxyConfigurationOptional proxy settings for authorized public access. Detected boundaries are still reported and are not bypassed.

Output

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. A successful public record resembles this anonymized example:

{
"position": 1,
"found": true,
"dataAvailable": true,
"name": "Example Agent",
"agencyName": "Example Property Group",
"profileUrl": "https://www.domain.com.au/real-estate-agent/example-agent-123",
"phone": null,
"email": null,
"propertiesSold": 24,
"rating": 4.8,
"statusLabel": "success"
}

If a public access boundary is encountered, the Actor fails the run and leaves the dataset free of diagnostic pseudo-records.

Tips and limitations

  • Start with a small maxItems value and increase it gradually.
  • Public page layouts and available fields can change; null is a valid result.
  • A login, paywall, geofence, rate limit, device check, WAF response, CAPTCHA, or access denial is a stop condition, not a prompt to retry around the boundary.
  • Only information that Domain.com.au displays publicly is in scope.

Key-value store

The actor does not write custom key-value records. Agent and diagnostic rows are stored in the dataset; the declared key-value store is intentionally empty.

FAQ, disclaimers, and support

Does the Actor access private agent data?

No. The Actor only reads publicly displayed pages and reports when public evidence is unavailable.

Can the Actor bypass CAPTCHA or login?

No. It fails closed and returns a diagnostic record.

Is extracted contact information personal data?

Our Actors are ethical and do not extract private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our Actors, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

Use the Issues tab for feedback and the API tab for programmatic access. You are responsible for complying with Domain.com.au terms, applicable law, and any access limits.