# Extract all real estate agents in California

**Use case:** 

Extract all real estate agents in California, including names, brokerages, and contact details. Access comprehensive market data for analysis.

## Input

```json
{
  "zipCodes": [
    "72076"
  ],
  "states": [
    "California"
  ],
  "maxItems": 50,
  "includeDetailedProfile": false,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "cardTitle": {
    "label": "Name",
    "format": "string"
  },
  "secondaryCardTitle": {
    "label": "Brokerage",
    "format": "string"
  },
  "cardActionLink": {
    "label": "Profile",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "Zip",
    "format": "string"
  },
  "isTopAgent": {
    "label": "Top Agent",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Photo",
    "format": "string"
  },
  "reviewInformation": {
    "label": "Reviews",
    "format": "object"
  },
  "hasDetailedProfile": {
    "label": "Detailed",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agents Vault](https://apify.com/rigelbytes/zillow-agents-vault) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rigelbytes/zillow-agents-vault) to learn more, explore other use cases, and run it yourself.