# Get Redfin Listing Agent & Brokerage Leads

**Use case:** 

Pull each Redfin for-sale home with the listing agent name, phone, brokerage, MLS number and address — build agent prospect lists by market. Export to CSV.

## Input

```json
{
  "listingType": "for_sale",
  "searchUrls": [
    "https://www.redfin.com/city/30749/TX/Austin"
  ],
  "propertyTypes": [],
  "soldWithinDays": "90",
  "sort": "recommended",
  "includePropertyDetails": true,
  "maxResults": 300,
  "maxResultsPerSearch": 350,
  "monitorMode": false,
  "monitorStoreName": "redfin-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "fullAddress": {
    "label": "Address"
  },
  "price": {
    "label": "Price"
  },
  "mlsStatus": {
    "label": "Status"
  },
  "listingAgentName": {
    "label": "Listing agent"
  },
  "listingAgentPhone": {
    "label": "Agent phone"
  },
  "listingBrokerName": {
    "label": "Brokerage"
  },
  "listingSource": {
    "label": "MLS source"
  },
  "mlsNumber": {
    "label": "MLS #"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Scraper - Listings, Sold Comps, Estimates & Leads](https://apify.com/scrapesage/redfin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/redfin-scraper) to learn more, explore other use cases, and run it yourself.