# Dallas TX Top Rated Real Estate Agents - Reviews

**Use case:** 

Export top-rated Dallas, TX real estate agents from Zillow with ratings, highest-rated reviews, brokerages, and phone numbers. Save as CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.zillow.com/profile/Matt-Laricy"
  ],
  "location": "Dallas, TX",
  "isTopAgent": true,
  "maxPages": 3,
  "includeReviews": true,
  "includeListings": true,
  "listingType": "sale",
  "reviewSort": "rating_high",
  "reviewFilter": "all",
  "maxReviewPages": 5,
  "maxListingPages": 5,
  "includeTeamListings": true,
  "includeMortgageHistory": false,
  "apiBaseUrl": "https://api.zillow-pulse.co",
  "maxConcurrency": 5,
  "requestTimeout": 30
}
```

## Output

```json
{
  "screen_name": {
    "label": "Agent",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "reviews.rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews.comment": {
    "label": "Review",
    "format": "text"
  },
  "reviews.date": {
    "label": "Date",
    "format": "text"
  },
  "reviews.author": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviews.transaction_summary": {
    "label": "Transaction",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agents & Market Intelligence](https://apify.com/jdtpnjtp/zillow-agents-market-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jdtpnjtp/zillow-agents-market-intelligence) to learn more, explore other use cases, and run it yourself.