# Spanish-Speaking Real Estate Agents — Contacts & Data

**Use case:** 

Scrape Spanish-speaking real estate agents by city into a clean dataset — names, phones, emails, brokerages, licenses and sales stats. Export CSV/JSON.

## Input

```json
{
  "searchMode": "search",
  "location": "Miami, FL",
  "language": "Spanish",
  "maxAgentsPerQuery": 50,
  "lookupTargets": [
    "https://www.zillow.com/profile/RESalesForce",
    "ChrisLollipop"
  ],
  "fetchAgentDetails": true,
  "includeForSale": false,
  "includeForRent": false,
  "includeSoldProperties": false,
  "includeReviews": false,
  "maxListingsPerAgent": 50,
  "maxSoldPerAgent": 50,
  "maxReviewsPerAgent": 25
}
```

## Output

```json
{
  "agentName": {
    "label": "Agent"
  },
  "businessName": {
    "label": "Brokerage"
  },
  "username": {
    "label": "Username"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "ratings": {
    "label": "Ratings"
  },
  "salesStats": {
    "label": "Sales"
  },
  "contact": {
    "label": "Contact"
  },
  "licenses": {
    "label": "Licenses"
  },
  "mlsIds": {
    "label": "MLS IDs"
  },
  "counts": {
    "label": "Counts"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agent Scraper — Licenses, Contacts, Sales Stats](https://apify.com/sian.agency/zillow-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/zillow-agent-scraper) to learn more, explore other use cases, and run it yourself.