# Charlotte NC Top Real Estate Agents - Zillow Data

**Use case:** 

Export Charlotte, NC Zillow top-rated real estate agents with names, brokerages, phone numbers, ratings, and recent sales. Download as CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.zillow.com/profile/Matt-Laricy"
  ],
  "location": "Charlotte, NC",
  "isTopAgent": true,
  "maxPages": 3,
  "includeReviews": true,
  "includeListings": true,
  "listingType": "sale",
  "reviewSort": "newest",
  "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": "Screen Name",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brokerage": {
    "label": "Brokerage",
    "format": "text"
  },
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "is_top_agent": {
    "label": "Top Agent",
    "format": "boolean"
  },
  "review_average": {
    "label": "Rating (search)",
    "format": "number"
  },
  "ratings.average": {
    "label": "Rating (profile)",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews (search)",
    "format": "number"
  },
  "ratings.count": {
    "label": "Reviews (profile)",
    "format": "number"
  },
  "metrics.sales_last_12_months": {
    "label": "Sales 12mo (search)",
    "format": "number"
  },
  "sales_stats.count_last_year": {
    "label": "Sales 12mo (profile)",
    "format": "number"
  },
  "image_url": {
    "label": "Photo",
    "format": "image"
  },
  "_type": {
    "label": "Record Type",
    "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.