# Realtor Sold Listing Agents Extractor

**Use case:** 

Extract Realtor.com agents from recently sold listings in a target market for real estate prospecting.

## Input

```json
{
  "location": "Austin, TX",
  "listingStatus": "sold",
  "maxResults": 50,
  "maxRequestRetries": 3
}
```

## 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.