Zillow Agent Search Result Scraper avatar
Zillow Agent Search Result Scraper

Pricing

Pay per usage

Go to Apify Store
Zillow Agent Search Result Scraper

Zillow Agent Search Result Scraper

Search Zillow agents by name or location and get their profile info, ratings, and broker details. Great for lead discovery and real estate market 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

2 days ago

Last modified

Categories

Share

Zillow Agent Search Scraper

This Apify actor lets you search Zillow agents by name and location.
Provide the agent’s name and optionally a location — the actor will return a list of matching Zillow agent profiles.


🧩 Overview

Use this actor to find agents from Zillow’s public directory.
The results include:

  • Agent name
  • Brokerage or company
  • Location
  • Zillow profile URL
  • Review count and rating (if available)

⚙️ Input

FieldTypeRequiredDescription
namestring✅ YesThe agent name to search for. Example: "John Doe"
locationstring❌ OptionalCity or state to refine the search. Example: "New York"
page_numberinteger✅ YesZillow page number for pagination.

🧠 Example Input

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

📤 Output

{
"status": "success",
"page_number": 1,
"results": [
{
"agent_name": "John Doe",
"brokerage": "Compass Realty",
"location": "New York, NY",
"reviews": 25,
"rating": 4.9,
"url": "https://www.zillow.com/profile/johndoe/"
}
]
}

🚀 Notes

  • You must provide at least the name.
  • location is optional but improves search accuracy.

Created by Coder_zoro
For advanced Zillow agent search or automation solutions, contact for collaboration.