
Zillow Agents Finder
Pricing
$30.00/month + usage

Zillow Agents Finder
💫 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
🍂 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
Name | Type | Description |
---|---|---|
query | array | List of URL , Search Term or QUERY |
limit | number | Number of results (per-query) |
filters | object | Search 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.
