Zillow Agent Active Listings Scraper avatar
Zillow Agent Active Listings Scraper

Pricing

Pay per usage

Go to Apify Store
Zillow Agent Active Listings Scraper

Zillow Agent Active Listings Scraper

Extract active property listings from any Zillow agent, including price, beds, baths, and address. Ideal for real estate tracking, agent portfolio analysis, and Zillow data automation.

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 active property listings for any Zillow agent.
Simply provide the Zillow agent’s unique ID (zuid) and the desired page number — the actor will return all available active listings with full property details.


🧩 Overview

Use this actor to collect active listings from Zillow for a specific real estate agent.

The actor extracts details such as:

  • Property address
  • Price
  • Beds and baths count
  • Agent name
  • Listing URL
  • Additional metadata from Zillow’s listing page

⚙️ Input

Provide the following input JSON when running the actor:

FieldTypeRequiredDescription
zuidstring✅ YesThe Zillow agent’s unique ID. Example: "X1-ZUytn1phpg9b7t_5i26a"
page_numberinteger✅ YesThe page number to fetch listings from (used for pagination). Example: 1

🧠 Example Input

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

📤 Output

The actor returns structured JSON data containing the agent’s active listings from Zillow.

Example Output

{
"status": "success",
"page_number": 1,
"results": [
{
"listing_id": "123456",
"address": "123 Main St, New York, NY",
"price": "$450,000",
"beds": 3,
"baths": 2,
"agent_name": "John Doe",
"url": "https://www.zillow.com/homedetails/123456"
}
]
}

🚀 Notes

  • page_number refers to the current Zillow page number for pagination.
  • You only need to provide the agent’s zuid and the page_number.

Created by Coder_zoro
For custom Zillow scraping or API integration projects, feel free to reach out for collaboration.