# Real Estate Agent Prospecting Workflow

**Use case:** 

Build a Realtor.com agent prospect list for outreach, recruiting, partnerships, or local market analysis.

## Input

```json
{
  "location": "90210",
  "listingStatus": "for_sale",
  "maxResults": 100,
  "maxRequestRetries": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brokerage": {
    "label": "Brokerage",
    "format": "text"
  },
  "primaryPhone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "listingCount": {
    "label": "Listings",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "location": {
    "label": "Search Location",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor.com Agents Scraper](https://apify.com/automation-lab/realtor-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/realtor-agents-scraper) to learn more, explore other use cases, and run it yourself.