Zillow Agent Reviews Scraper avatar
Zillow Agent Reviews Scraper

Pricing

Pay per usage

Go to Apify Store
Zillow Agent Reviews Scraper

Zillow Agent Reviews Scraper

Fetch Zillow agent reviews with ratings, feedback, and client comments. Useful for reputation monitoring, realtor comparisons, and real estate analytics dashboards.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

This Apify actor lets you scrape agent reviews directly from Zillow.
Provide the Zillow agent’s unique ID (zuid) and page number — the actor will return all reviews left by clients.


🧩 Overview

Use this actor to collect client feedback and ratings for any real estate agent on Zillow.

It extracts:

  • Reviewer name
  • Review date
  • Rating (stars)
  • Review text
  • Review location (if available)

⚙️ Input

FieldTypeRequiredDescription
zuidstring✅ YesThe Zillow agent’s unique ID.
page_numberinteger✅ YesPage number for pagination.

🧠 Example Input

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

📤 Output

{
"status": "success",
"page_number": 1,
"results": [
{
"reviewer_name": "Michael Green",
"rating": 5,
"date": "2023-08-10",
"review_text": "Amazing experience working with this agent!",
"location": "Los Angeles, CA"
}
]
}

🚀 Notes

  • You only need to provide zuid and page_number.

Created by Coder_zoro
For advanced Zillow review extraction or analysis, contact for collaboration.