Zillow ZIP Code Search Scraper
Pay $2.00 for 1,000 results
Zillow ZIP Code Search Scraper
Pay $2.00 for 1,000 results
Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.
Do you want to learn more about this Actor?
Get a demoI'd like to get broker information.. name of real estate agent and their corresponding phone number
Hi, I checked the full JSON response from Zillow that the Actor processes and there's a brokerName
field that can be easily added to the output.
As for real estate agents and their contact number, this information is unfortunately missing in the JSON response so it would need to be extracted from somewhere else. Could you please provide us with an example listing and where to find its agent and their phone number on the Zillow's website? It would be great if you could also attach screenshots with the agent data captured.
Thank you
Number found once you click on a listing.
https://www.zillow.com/homedetails/3705-E-West-Hwy-Chevy-Chase-MD-20815/37178106_zpid/
Thank you for a quick reply and for helping out!
So, in this case, Melinda Estridge
should be stored in the agentName
field and the agent's phone number would be 301-657-9700
, right?
And the broker name would be Long & Foster Real Estate, Inc.
I checked the available JSON data once again and there's really just the broker name and no agent details. Our Actor doesn't process the listing detail pages one by one, it extracts the data for the search pages instead. So, we are limited by the data fields that Zillow includes in their search page responses. We have another Zillow Actor designed to extract the full listing data available on detail pages: Zillow Detail Scraper. This Actor should be able to extract agent name and phone number as well according to its documentation (see the attached image with an output example).
Zillow Detail Scraper is slightly more expensive with $3 for 1,000 results as it processes more requests and generates more complex datasets.
You can set up an integration to trigger the run of Zillow Detail Scraper each time when the run from Zillow ZIP Code Search Scraper succeeds.
The integration can be set up through the Integrations
tab (see the screenshot below).
However, please note that we are currently experiencing blocking issues on Zillow Detail Scraper so it may be buggy at the very moment
Long story short:
- We'll add
brokerName
field to this Actor - Agent details cannot be added due to the design of the Actor.
- Please use an integration with Zillow Detail Scraper to get agent details.
Thank you. I am already using Zillow detail scraper and I thought this reply would be in reference to that...
I will try again and see if I am doing something incorrectly.
Hi, did you manage to get the data with Zillow Detail Scraper? We have fixed the blocking issue recently so it should be working fine again 🤞
I did a test run of Zillow Detail Scraper and it extracted both agent name and phone number:
- https://console.apify.com/view/runs/95kOAsYnVIroZoezP
- dataset (look for
attributionInfo
object withagentName
andagentPhoneNumber
as displayed in the screenshot): https://api.apify.com/v2/datasets/64R7E3QALv5TqLpRI/items?clean=true&format=json
- dataset (look for
Actor Metrics
62 monthly users
-
18 stars
98% runs succeeded
22 days response time
Created in Apr 2023
Modified 13 days ago