Zillow Agent Sold Listings Scraper avatar
Zillow Agent Sold Listings Scraper

Pricing

Pay per usage

Go to Apify Store
Zillow Agent Sold Listings Scraper

Zillow Agent Sold Listings Scraper

Collect sold property data from Zillow agents, including sold price, location, and property info. Perfect for housing market research and agent performance analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

This Apify actor lets you scrape sold property listings for any Zillow agent.
Provide the agent’s Zillow ID (zuid) and desired page number to retrieve all sold listings, including price, location, and basic property info.


🧩 Overview

Collect sold property listings from Zillow for a specific real estate agent.

The actor extracts:

  • Property address
  • Sold price
  • Beds and baths
  • Agent name
  • Zillow URL
  • Closing information when available

βš™οΈ Input

FieldTypeRequiredDescription
zuidstringβœ… YesThe Zillow agent’s unique ID.
page_numberintegerβœ… YesZillow page number for pagination.

🧠 Example Input

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

πŸ“€ Output

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

πŸš€ Notes

  • Only zuid and page_number are required.

Created by Coder_zoro
For tailored scraping or data extraction services, contact for collaboration.