# Zillow Real State Agents Scraper (`getdataforme/zillow-real-state-agents-scraper`) Actor

The Zillow Real Estate Agents Scraper Actor enables you to extract detailed information about real estate agents from Zillow's platform. The actor provides structured data about agents, including their profiles, ratings, and sales history, which can be downloaded JSON, CSV, Excel, or XML formats.

- **URL**: https://apify.com/getdataforme/zillow-real-state-agents-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Real estate
- **Stats:** 261 total users, 7 monthly users, 100.0% runs succeeded, 5 bookmarks
- **User rating**: 4.97 out of 5 stars

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Zillow Real Estate Agents Scraper Actor

The Zillow Real Estate Agents Scraper Actor enables you to extract detailed information about real estate agents from Zillow's platform. The actor provides structured data about agents, including their profiles, ratings, and sales history, which can be downloaded in HTML, JSON, CSV, Excel, or XML formats.

### Output Data Structure

For each real estate agent, the scraper returns the following data points:

```json
{
    "agent_url": "/profile/The-Berns-Team",         // Zillow profile URL of the agent
    "img": "https://photos.zillowstatic.com/...",   // High-resolution profile photo URL
    "agent_name": "Laura Berns",                    // Full name of the agent
    "rating": "5.0",                                // Agent's rating out of 5.0
    "company_name": "Keller Williams Realty",       // Current brokerage affiliation
    "price_range": "$20K",                          // Typical property price range
    "recent_sales": "$20K"                          // Recent sales volume
}
```

### Input Parameters

The scraper support passing "Location" as an input field. Simply enter the name of the location from where you want to search the agent and wait for the result.

#### Required Fields:

- \*\*Location \*\* (mandatory): Location or area to search (e.g., "Texas", "Seattle, WA", "90210")

### Why Scrape Zillow Agent Data?

Zillow is the largest real estate marketplace in the United States. Here are powerful ways to utilize this agent data:

- **Lead Generation**: Build targeted lists of agents based on performance metrics
- **Market Analysis**: Track top performers in specific regions
- **Competitive Intelligence**: Monitor agent movement between brokerages
- **Performance Tracking**: Analyze sales volumes and price ranges
- **Brand Monitoring**: Track brokerage market share through agent affiliations
- **Marketing Insights**: Understand agent specializations and market focus
- **Recruitment**: Identify high-performing agents for potential recruitment
- **Customer Research**: Help buyers find agents with relevant experience

#### Optional Configuration:

- **Proxy Configuration**: Utilize Apify proxy for reliable data collection

### Data Collection Features

- **Profile Information**: Complete agent profiles including names and images
- **Performance Metrics**: Ratings and recent sales data
- **Business Details**: Company affiliations and typical price ranges
- **Market Activity**: Recent sales volumes and property ranges
- **Contact Information**: Professional contact details where available

### Legal Considerations

This scraper only collects publicly available information from Zillow agent profiles. Users should:

- Comply with Zillow's terms of service
- Handle any personal data in accordance with GDPR and other applicable regulations
- Use the data ethically and responsibly
- Seek legal advice for specific use cases if needed

### Output Formats

Download your data in multiple formats:

- JSON: Structured data ideal for programming
- CSV: Perfect for spreadsheet analysis
- Excel: Ready for business analysis
- HTML: Web-ready format
- XML: For system integrations

### Performance and Reliability

The actor implements:

- Smart rate limiting
- Automatic retries for failed requests
- Efficient memory management
- Parallel processing capabilities
- Robust error handling

### Best Practices

1. Use specific location queries for targeted results
2. Implement appropriate request delays
3. Utilize proxy configuration for reliable data collection
4. Start with smaller areas before scaling
5. Update data regularly for accuracy

### check our other Zillow Scraper:

- Zillow Agent Reviews Scraper: https://apify.com/getdataforme/zillow-agents-reviews-scraper
- Zillow Search Scraper: https://apify.com/getdataforme/zillow-scraper-search-and-extract

### Support and Updates

The actor is regularly maintained and updated to ensure:

- Compatibility with Zillow's platform changes
- Optimal performance and reliability
- Data accuracy and completeness
- New feature implementations based on user feedback

Need help or have questions? Contact our support team through the Apify platform for assistance with implementation or customization needs.
For more information or custom support reachout to https://getdatafor.me/contact/

# Actor input Schema

## `search_query` (type: `string`):

Location query is required

## `itemLimit` (type: `integer`):

Specifies the maximum number of items to process.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "search_query": "Texas",
  "itemLimit": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "search_query": "Texas",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/zillow-real-state-agents-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "search_query": "Texas",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/zillow-real-state-agents-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "search_query": "Texas",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call getdataforme/zillow-real-state-agents-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/zillow-real-state-agents-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/XCSSYeHRTQCb0bqlz/builds/stQyi0GBSPvSD9Jdq/openapi.json
