Zillow Agents Finder avatar
Zillow Agents Finder

Pricing

$30.00/month + usage

Go to Store
Zillow Agents Finder

Zillow Agents Finder

Developed by

cat

cat

Maintained by Community

💫 Scrape Zillow.com Agents

3.4 (2)

Pricing

$30.00/month + usage

6

Total users

180

Monthly users

19

Runs succeeded

>99%

Last modified

a month ago

Welcome to Zillow Agents Scraper

enter image description here

🍂 About Zillow.com

Zillow Group, Inc., or simply Zillow, is an American tech real-estate marketplace company that was founded in 2006, and was created by Rich Barton and Lloyd Frink, former Microsoft executives and founders of Microsoft spin-off Expedia; Spencer Rascoff, a co-founder of Hotwire.com; David Beitel, Zillow's current chief technology officer; and Kristin Acker, Zillow's current senior vice president of experience design.

🍂 Input Parameters

Parameters

NameTypeDescription
queryarrayList of URL, Search Term or QUERY
limitnumberNumber of results (per-query)
filtersobjectSearch filters

Possible QUERY values :

  • AgentName
  • @ScreenName
  • @ScreenName/sales
  • @ScreenName/rentals
  • @ScreenName/sold
  • @ScreenName/reviews
  • Profile URL: https://www.zillow.com/profile/<ScreenName>

🍂 INPUT Examples

Example #1: Searching

Searching agents by name

{ "query": ["arnold schwarzenegger"], "limit": 10 }

Searching agents in specific location

{ "filters.location": "New York, NY", "limit": 10 }

Example #2: Agent Info

Scrape agents info using profile URL

{
"query": [
"https://www.zillow.com/profile/ElonMusk",
"https://www.zillow.com/profile/VeronicaFigueroa"
]
}

Or using @SCREENNAME

{ "query": [ "@ElonMusk", "@VeronicaFigueroa" ] }

Example #3: Agent (more) Info

Agent reviews

{ "query": [ "@ElonMusk/reviews" ], "limit": 20 }

Agent sales (active) listing

{ "query": [ "@ElonMusk/sales" ], "limit": 15 }

🍂 Support

Feel free to reach out to the developer for any issues or suggestions for improvement.