# Collect real estate agent reviews & ratings

**Use case:** 

Scrape FastExpert agent reviews and ratings by city: reviewer, star rating, title, full text and date, plus each agent's name and profile URL.

## Input

```json
{
  "locations": [
    "Austin, TX"
  ],
  "maxAgentsPerCity": 75,
  "maxAgents": 100,
  "maxCitiesPerState": 10,
  "minRating": 0,
  "minReviews": 0,
  "minTransactions": 0,
  "specialization": "any",
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "includeAgentDetails": true,
  "includeReviews": true,
  "maxReviewsPerAgent": 25,
  "enrichContactEmails": false,
  "deduplicateAgents": true,
  "monitorMode": false,
  "monitorStoreName": "fastexpert-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "agentName": {
    "label": "Agent"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## About this Actor

This example demonstrates how to use [FastExpert Scraper - Real Estate Agent Leads & Reviews](https://apify.com/scrapesage/fastexpert-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fastexpert-agent-scraper) to learn more, explore other use cases, and run it yourself.