Zillow Agent Sales History avatar
Zillow Agent Sales History

Pricing

Pay per usage

Go to Apify Store
Zillow Agent Sales History

Zillow Agent Sales History

Evaluate real estate agent performance with precision using Zillow Agent Sales History. This specialized actor allows you to extract the complete sales history of any Zillow agent, providing a verifiable track record of their closed deals

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Property API

Property API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

πŸ“‰ Zillow Agent Sales History

🏁 Introduction

Evaluate real estate agent performance with precision using Zillow Agent Sales History. This specialized actor allows you to extract the complete sales history of any Zillow agent, providing a verifiable track record of their closed deals.

Perfect for recruiting, competitive analysis, or market research, this tool transforms an agent's past performance into a structured dataset of sold properties.

Note: Configured for the agentSoldListings data scope.


πŸ† Key Features

  • Sales History Extraction: Retrieve a comprehensive list of properties sold by a specific agent.
  • Performance Metrics: Access critical deal points including sold price, closing date (when available), and property specifications.
  • Agent Verification: Validate an agent's experience and geographic focus by analyzing their actual sales footprint.

βš™οΈ Configuration

Input is streamlined to the essentials: identifying the agent and the history page to scrape.

Input Parameters

ParameterTypeNecessityDescription
zuidStringRequiredThe Zillow Agent Profile ID (e.g., X1-ZUytn1phpg9b7t_5i26a).
page_numberIntegerRequiredThe page number of sold listings to retrieve (start at 1).

πŸ“₯ Input Example

{
"zuid": "X1-ZUytn1phpg9b7t_5i26a",
"page_number": 1
}

πŸ“€ Sample Output

The output delivers a detailed list of closed transactions.

{
"status": "success",
"page_number": 1,
"agent_id": "X1-ZUytn1phpg9b7t_5i26a",
"results": [
{
"listing_id": "112233",
"address": "89 Ocean Blvd, Miami, FL 33139",
"sold_price": "$560,000",
"details": {
"beds": 4,
"baths": 3
},
"agent_name": "Robert White",
"url": "https://www.zillow.com/homedetails/112233_zpid/"
}
]
}

πŸ’‘ Best Practices

  • Volume Analysis: Scrape multiple pages to build a multi-year sales profile for high-volume agents.
  • Geographic Mapping: Use the address data to map an agent's "territory" and understand their local dominance.