# Real Estate Agents Sydney — Contacts & Sales Stats

**Use case:** 

Scrape every Sydney real estate agent from Domain into a clean dataset — phones, agencies, social links, sale & rental stats. Export CSV/JSON, no code.

## Input

```json
{
  "searchMode": "search",
  "entityType": "agent",
  "location": "Sydney NSW",
  "nameFilter": "Ray White",
  "maxProfilesPerQuery": 50,
  "lookupTargets": [
    "1487822",
    "https://www.domain.com.au/real-estate-agencies/sydneycoveproperty-6877"
  ],
  "fetchProfileDetails": true,
  "includeListings": false,
  "includeReviews": false,
  "maxListingsPerProfile": 50,
  "maxReviewsPerProfile": 25
}
```

## Output

```json
{
  "profileId": {
    "label": "🆔 Profile ID",
    "format": "text"
  },
  "entityType": {
    "label": "👥 Type",
    "format": "text"
  },
  "agentCode": {
    "label": "🔖 Agent Code",
    "format": "text"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "jobTitle": {
    "label": "💼 Job Title",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "mobile": {
    "label": "📱 Mobile",
    "format": "text"
  },
  "email": {
    "label": "📧 Email",
    "format": "text"
  },
  "hasEmail": {
    "label": "✉️ Has Email",
    "format": "boolean"
  },
  "photo": {
    "label": "📷 Photo",
    "format": "image"
  },
  "officeAddress": {
    "label": "🏢 Office",
    "format": "text"
  },
  "profileTier": {
    "label": "🎖 Tier",
    "format": "text"
  },
  "profileSlug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "profileUrl": {
    "label": "🔗 Profile",
    "format": "link"
  },
  "social": {
    "label": "🌐 Social",
    "format": "object"
  },
  "stats": {
    "label": "📊 Stats",
    "format": "object"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "object"
  },
  "agency": {
    "label": "🏢 Agency",
    "format": "object"
  },
  "listings": {
    "label": "🏘 Listings",
    "format": "array"
  },
  "listingCounts": {
    "label": "🧮 Listing Counts",
    "format": "object"
  },
  "reviews": {
    "label": "⭐ Reviews",
    "format": "array"
  },
  "counts": {
    "label": "🧮 Counts",
    "format": "object"
  },
  "queryLabel": {
    "label": "🏷 Query",
    "format": "text"
  },
  "mode": {
    "label": "🧭 Mode",
    "format": "text"
  },
  "dataSource": {
    "label": "🌏 Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain Agent Scraper — AU Agents, Agencies & Reviews](https://apify.com/sian.agency/domain-au-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/domain-au-agent-scraper) to learn more, explore other use cases, and run it yourself.