VOOZH about

URL: https://apify.com/coder_zoro/zillow-agent-data-scraper-agent-listings-reviews-details

⇱ Zillow Agent Data Scraper (Agent Listings, Reviews & Details) Β· Apify


πŸ‘ Zillow Agent Data Scraper (Agent Listings, Reviews & Details) avatar

Zillow Agent Data Scraper (Agent Listings, Reviews & Details)

Pricing

$9.99/month + usage

Go to Apify Store

Zillow Agent Data Scraper (Agent Listings, Reviews & Details)

Scrape complete Zillow agent data effortlessly. Get agent details, active/rental/sold listings, reviews, and search results with one API call. Ideal for real estate analytics, lead generation, and agent performance tracking.

Pricing

$9.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Zoro

Zoro

Maintained by Community

Actor stats

2

Bookmarked

104

Total users

1

Monthly active users

4 months ago

Last modified

Share

Zillow Agent Data Scraper

This Apify actor allows you to fetch Zillow agent data easily β€” including agent listings, reviews, and profile details β€” directly from Zillow.

🧩 Overview

Use this actor to collect agent information such as:

  • Active, rental, and sold listings
  • Agent profile details
  • Agent reviews
  • Agent search results by name or location

Each data type corresponds to a specific function for scraping.


βš™οΈ Input

Your input JSON should include:

FieldTypeDescription
data_typestringThe type of data you want to fetch. Possible values: find_ActiveListings, find_RentalListings, find_SoldListings, find_reviews, find_details, find_search.
zuidstring(Required for all listings and reviews) Zillow agent unique ID.
usernamestring(Required for find_details) Zillow agent username.
namestring(Required for find_search) Agent name to search for.
locationstring(Optional, used with find_search) Location to refine search.
page_numberintegerThe page number to fetch data from (represents the current Zillow page).

🧠 Example Inputs

Active Listings

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

Rental Listings

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

Sold Listings

{
"data_type":"find_SoldListings",
"zuid":"X1-ZUytn1phpg9b7t_5i26a",
"page_number":20
}

Agent Reviews

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

Agent Details

{
"data_type":"find_details",
"username":"kkladakis1"
}

Agent Search

{
"data_type":"find_search",
"name":"John Doe",
"location":"New York",
"page_number":1
}

πŸ“€ Output

The output is a JSON object containing the requested data from Zillow.
Each data type returns structured information based on Zillow’s layout.

Example Output (Active Listings)

{
"status":"success",
"data_type":"ActiveListings",
"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 page number on Zillow (for pagination).
  • You only need to select the data_type and fill in its corresponding fields.

Created by Coder_zoro
For custom scraping or API integrations, contact for collaboration.

You might also like

Zillow Agent Active Listings Scraper

zillowscraper/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.

πŸ‘ User avatar

Zillow Scraper

97

Realtor Scraper (Agent Details)

coder_luffy/realtor-scraper-agent-details

Realtor Scraper (Agent Details) extracts verified real estate agent data, including names, contact info, agencies, and active listings. Ideal for building agent databases, lead generation, and real estate market analysis.

Zillow Owner Agent Scraper

burbn/zillow-owner-agent-scraper

Extract owner and agent contact information from Zillow property listings. Get agent name, phone number, email, license number, broker details, MLS information, listing status, and rental contact data. Perfect for real estate lead generation, agent research, and property listing analysis.

Zillow Agent Data Insights

propertyapi/zillow-agent-data-insights

41

Zillow Agent Scraper

scraped/zillow-agent-scraper

Scrapes agent details from Zillow (zillow.com/professionals/real-estate-agent-reviews/). Free users will receive limited results, while paid users can access up to 25 pages of data.

Zillow Agent Search Detail Pages Scraper

scrapers-hub/zillow-agent-search-detail-pages-scraper

🏠 Zillow Agent Search Detail Pages Scraper captures rich data from Zillow agent profilesβ€”names, contact info, ratings, reviews, brokerage, specialties, service areas, and listings. πŸ”Ž Perfect for real estate lead gen, competitive analysis, and CRM enrichment. πŸš€

Zillow Email Scraper

scrapedrift/zillow-email-scraper

Zillow Email Scraper extracts publicly available email addresses and contact details from Zillow agent profiles and real estate listings. Collect emails, agent information, property data, locations, and contact details for real estate lead generation, outreach, prospecting, and market research.

Zillow Agent Rentals Scraper

propertyapi/zillow-agent-rentals-scraper

Streamline your leasing operations with Zillow Agent Rentals Scraper, the dedicated tool for extracting rental portfolio data. This actor allows you to monitor the active rental listings of any real estate agent on Zillow

45

Zillow Agent Inventory Scraper

propertyapi/zillow-agent-inventory-scraper

Gain visibility into any real estate agent's current portfolio with the Zillow Agent Inventory Scraper. This utility actor enables you to programmatically fetch all active property listings associated with a specific agent's profile

43

5.0

Zillow Agent Sold Listings Scraper

zillowscraper/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.

πŸ‘ User avatar

Zillow Scraper

97