# Find Real Estate Agents from Realtor.com

**Use case:** 

Affordable ways to get real estate agents with verified emails from realtor.com

## Input

```json
{
  "locations": [
    "Austin, TX"
  ],
  "limitPerLocation": 100,
  "minRating": [
    "2"
  ],
  "agentType": "both"
}
```

## Output

```json
{
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "phones": {
    "label": "Phone Numbers",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "officeName": {
    "label": "Office / Brokerage",
    "format": "text"
  },
  "officeAddress": {
    "label": "Office Address",
    "format": "text"
  },
  "officeLicenseNo": {
    "label": "Office License No.",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "Zip Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "specialties": {
    "label": "Specialties",
    "format": "text"
  },
  "servedAreas": {
    "label": "Served Areas",
    "format": "text"
  },
  "reviewScore": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "yearsExp": {
    "label": "Years Experience",
    "format": "text"
  },
  "recentlySold": {
    "label": "Recently Sold",
    "format": "text"
  },
  "activeListings": {
    "label": "Active Listings",
    "format": "text"
  },
  "photoUrl": {
    "label": "Photo",
    "format": "link"
  },
  "facebook": {
    "label": "Facebook",
    "format": "link"
  },
  "twitter": {
    "label": "Twitter",
    "format": "link"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [✅ Realtor -$1/1K Real estate agent leads scraper](https://apify.com/peakydev/realtor-real-estate-agent-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/peakydev/realtor-real-estate-agent-leads-scraper) to learn more, explore other use cases, and run it yourself.