# Seattle Redfin real estate agent leads scraper

**Use case:** 

Scrape Seattle Redfin agent leads with emails, phones, ratings, reviews, brokerage data, and transaction performance.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.redfin.com/city/16163/WA/Seattle/real-estate/agents"
    }
  ],
  "maxItems": 25,
  "onlyActive": false
}
```

## Output

```json
{
  "agentId": {
    "label": "Agent ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "photoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "jobTitle": {
    "label": "Title",
    "format": "text"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "businessMarket": {
    "label": "Market",
    "format": "text"
  },
  "officeState": {
    "label": "State",
    "format": "text"
  },
  "servicing": {
    "label": "Service area",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "pastYearDeals": {
    "label": "Past-year deals",
    "format": "number"
  },
  "lifetimeTransactions": {
    "label": "Lifetime transactions",
    "format": "number"
  },
  "lifetimeVolume": {
    "label": "Lifetime volume (USD)",
    "format": "number"
  },
  "isPremier": {
    "label": "Premier",
    "format": "boolean"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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