Zillow Agents Finder
Pricing
$30.00/month + usage
Zillow Agents Finder
π« Scrape Zillow.com Agents
2.4 (2)
Pricing
$30.00/month + usage
14
358
19
Issues response
81 days
Last modified
2 months 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/reviewsProfile 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.

