# Find Top Seller Agents and Their Sales Stats in Dallas

**Use case:** 

Gather detailed profiles and sales statistics for top seller agents in Dallas, TX, to understand competitive landscape and best practices. This competitive inte

## Input

```json
{
  "location": "Dallas, TX",
  "specialty": "any",
  "language": "any",
  "agentType": "seller-agents",
  "maxAgents": 120,
  "endPage": 8
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "businessName": {
    "label": "Brokerage",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "saleCountLastYear": {
    "label": "Sales/Year",
    "format": "integer"
  },
  "isTopAgent": {
    "label": "Top Agent",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agent & Premier Agent Directory Scraper](https://apify.com/crawlerbros/zillow-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zillow-agent-scraper) to learn more, explore other use cases, and run it yourself.