Closed Thread
Results 1 to 63 of 63

Pull zestimate from zillow with address and zip code

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    WPB
    MS-Off Ver
    Excel 2010
    Posts
    3

    Pull zestimate from zillow with address and zip code

    I am looking for a macro or vba code running in MS Excel or Access. The code needs to pull zestimate from zillow.com with address and zipcode. Basically I have two columns, address and zipcode. The code needs to pull zestimate and put it into a third column. I will pay you for this program. Thank you very much.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello tiderider03,

    Happy New Year!

    I wrote this program a short while ago. It may be more than you need but will pull addresses from column "D" and return several columns of information including the Zestimate, number of beds, baths, and square footage. Have a look and let me know what you think.
    Attached Files Attached Files
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    11-20-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: Pull zestimate from zillow with address and zip code

    I tried your program and it got hung up at Set Progress = Wks.Shapes("Group 1").GroupItems(2)
    Should there be a worksheet named "Shapes"? I just saw Main and Sheet2.

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello kspeese,

    You most likely ran the macro directly without using the button "Get Estimates". You can change the following line in the "GetEstimates" Sub...
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    11-20-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: Pull zestimate from zillow with address and zip code

    Quote Originally Posted by Leith Ross View Post
    Hello kspeese,

    You most likely ran the macro directly without using the button "Get Estimates". You can change the following line in the "GetEstimates" Sub...
    Please Login or Register  to view this content.
    I saved the file to my desktop and clicked the "Get Estimates" button. The debugger stopped here (see pic - even after doing that fix you had recommended). Sorry for the hassle, but that looked pretty cool and I have been trying to learn Excel... Just for the fun of it.

    Capture.GIF

  6. #6
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello kspeese,,

    My fault on that. I ran the program and got the error the variable was not declared. In this version all problems should be fixed. Try it again and let know what happens.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-20-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: Pull zestimate from zillow with address and zip code

    I tried it and it works great. That progress bar is really cool! I would think this should work for the original poster if she or he ever reports back.

  8. #8
    Registered User
    Join Date
    01-03-2014
    Location
    WPB
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Leith, thank you so much. It works like a charm.

  9. #9
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    I tried to run the code in you Zillow Estimates ver 4a and get a "Run-time error '-2147024809 (80070057)'; The item with the specified name wasn't found"

    Also, would it be easier/faster to use the Zillow API? http://www.zillow.com/howto/api/GetSearchResults.htm. Just asking.

  10. #10
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello sdgenxr,

    I have no idea what that error refers to nor can I duplicate it.

    The Zillow API would be a better choice. When I wrote this originally, the API was still in development.

  11. #11
    Registered User
    Join Date
    07-26-2011
    Location
    Miami, FL
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    Thank you for sharing this awesome program! This is so helpful!

    I have an issue each time I click "Get Estimates" which says:

    Compile error

    Can't find project or library

    Any idea why this may be happening?
    (I'm running this on a mac, not sure if that matters..)

  12. #12
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    yosseld: I went ahead and created a new macro that uses the Zillow API that you can check out. I know I can run through a list of about 200 in a pretty short period of time.
    http://www.excelforum.com/excel-prog...ml#post3556934

    Leave some feedback on that thread with your thoughts on how it can be improved.

  13. #13
    Registered User
    Join Date
    07-26-2011
    Location
    Miami, FL
    MS-Off Ver
    Excel 2011
    Posts
    7

    Re: Pull zestimate from zillow with address and zip code

    sdgenxr,

    Thanks for sharing. I'm really still new to macros, and so I don't really know how to integrate them into a spreadsheet.

    If it's not too much to ask, could you upload a usable spreadsheet for us dummies?
    Thanks,

  14. #14
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    Copy the macro that you want to use, then open Excel and pres Alt+F11 to open the VBA Script Editor. Paste the code into the editor and edit the lines that define your data location and where you intend to return the Zillow information and close the script editor. Hopefully they are easy enough for you to figure out. Back in Excel, make a button to call the macro you just created and press it to run.

    Please post any other questions about that particular macro in that thread as not to hijack this one. Hope it works well for your needs.

  15. #15
    Registered User
    Join Date
    03-19-2014
    Location
    boston, ma, usa
    MS-Off Ver
    Excel 2010
    Posts
    3

    Thumbs up Re: Pull zestimate from zillow with address and zip code

    Thank you so much for this! I was trying to figure out how to do exactly this myself using the Zillow API, even though I have never used an API before and have limited experience with VBA and macros.

    This will save me a lot of time!

  16. #16
    Registered User
    Join Date
    03-02-2014
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Quote Originally Posted by sdgenxr View Post
    I tried to run the code in you Zillow Estimates ver 4a and get a "Run-time error '-2147024809 (80070057)'; The item with the specified name wasn't found"

    Also, would it be easier/faster to use the Zillow API? http://www.zillow.com/howto/api/GetSearchResults.htm. Just asking.


    This is exactly what I have been looking for. This is great. I am getting the error mentioned above as well. Any assistance would be much appreciated.

  17. #17
    Registered User
    Join Date
    03-02-2014
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    This is wonderful. Thank you for the hard work that was put into this excel document. Is there anyway to add the rent zestimate? I attempted to duplicate the Zestimate code and replace it with what I thought would work, but I failed miserably.

  18. #18
    Registered User
    Join Date
    03-02-2014
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    I'm not 100% on this, but I think I found the <div class> that provides the zestimate on the zillow site, but I'm not sure how to add it to your code.


    <div class="zest-value" id="yui_3_15_0_1_1405302051991_3673">$1,202/mo</div>


    Thanks in advance.

  19. #19
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    Hey everyone. I'm really busy this week and I hope to carve out some time during the weekend to look into the error.

  20. #20
    Registered User
    Join Date
    01-03-2014
    Location
    WPB
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Leith, I just got a new computer with Windows 8.1 and installed Excel 2010. However, the program does not work on the new computer and just shows "not found" for any address. The same file still works perfect on my old computer. I can pay you to get this resolved. Thanks a lot.

  21. #21
    Registered User
    Join Date
    03-19-2014
    Location
    boston, ma, usa
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Hi Leith-
    Thanks so much for making the Zillow Estimates macro version 4a. I've used it successfully for awhile now, but lately have been getting back "Not found" in the Zestimate column for all the addresses I enter. Even running the addresses you had included in the spreadsheet all come back as Not Found. Is it possible that something changed on Zillow's end? Do you have any suggestions as to what I can do to fix it? I'd like to give it a try, since that will help me learn.

    Thanks very much for any advice.

  22. #22
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello mcartwright,

    Zillow makes changes to the web page format from time to time. I probably need to upgrade the macro. Thanks for letting me know. I will look into it.

  23. #23
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello mcartwright,

    I revamped the workbook. This is version 5. It is faster and shows more information than the previous versions. Try it out and let me know what you think.
    Attached Files Attached Files

  24. #24
    Registered User
    Join Date
    03-19-2014
    Location
    boston, ma, usa
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Thanks so much, Leith! I just saw your post a few minutes ago and have been trying out version 5. It's running well and the additional info is great. I work for a non-profit and we often need to segment our donor lists by demographic criteria. This is a really helpful way to narrow down by town and home values.

    I really appreciate your generosity in creating this and updating it!
    Last edited by mcartwright; 11-05-2014 at 01:40 PM. Reason: added more info after trying out the new version of the workbook

  25. #25
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello mcartwright,


    I was wondering if you had seen the new version or not. Glad to know it is working well for you.

  26. #26
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    This is great! I ran it with the addresses you already had and I got a ton of blank line (dash)returns. I only received information for 190 Addresses and those only returned the "Zestimate". Some of those 190 also returned the Rent Zestimate and Property Status.

    I am using Excel 2013. Is it me?

    What I am looking for is just a return of the Zestimate and Sq.Ft.

    Any help would be outstanding.

  27. #27
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello SCSMITH6547,

    You need to use the newest version I written - Zillow Estimates version 7.
    Attached Files Attached Files

  28. #28
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    Thanks! for the super quick reply. I loaded it up and I changed the first address selected it and clicked get estimate and this is what I gotZillow Estimates ver 7.xlsm PIC.PNG

    I then went ahead and Typed CTRL+R and got a "Not listed with Zillow" for all Addresses.

    Any idea what I could be doing wrong?

  29. #29
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello SCSMITH6547,

    It appears that Zillow has once again made changes to the web page. I will work on fixing the code and post back and updated version.

  30. #30
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    You are Awesome! I look forward to the update!

  31. #31
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello SCSMITH6547,


    I have created a new version of the program At first glance, it appeared the changes were minor. So much for wishful thinking. A new column had to be added for asking price information. which now included with homes, apartments, condos, and lots for sale. There were several other changes to the data that required a major change to the existing program's code.

    It has been tested and checked for accuracy. I believe the data to be both accurate and correct. If you find any discrepancies, let me know what they are. Another change is a legal notice I have included. This is for everyone's protection. So please read it.
    Attached Files Attached Files

  32. #32
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Leigh,

    Thanks so much for your hard work on this. I am using this within your Terms and Zillow's terms.

    I tried to use it again and got a few "errors" (I still can't get it to pull data, It shows me a plus sign when I hover over the buttons and it will not let me click. When I use the ALT command it does not return Data, and there appears to be a part of a button under the Purple Zillow drop down cell. Zillow Ver 8.PNG

    I hate to be such a bother with this. This is just so perfect for what I need.

    If there is another way to take an existing address database and obtain the Zestmate and the Square footage of the home, that would work for me too.

  33. #33
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Sorry auto correct spelled you name Leigh instead of Leith.

  34. #34
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello SCSMITH6547,

    My name is often misspelled. There are only a little over 4,000 people in the US with Leith as either their first or last name.

    Are you having the same or similar issue with workbooks containing ActiveX controls or just this one?

  35. #35
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    Well since I am Sam Smith I rarely have anyone mis-spell my name. I have had people ask me to spell my last name, to which I reply J-O-N-E-S.

    I don't think I have any other Workbooks that have ActiveX Control. I did download a Workbook that had ActiveX control adn after "lowering" my security settings in Excel it opened adn worked. I then reopened the Zillow Estimates ver 8 and got this

    Debug Error.PNG

  36. #36
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello Sam,

    Did you set you Trust Center Macro settings to "Trust access to the VBA object model"?

  37. #37
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    I had not, but did, and now I get "not listed with Zillow" or "No Data." Have My trust center settings for Macro Settings "Enable all Macros..." and for ActiveX "Enable all Controls..."

    Ver 8.PNG

  38. #38
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello Sam,

    In December last year, Microsoft issued an automatic update to Windows 2013 users that messed up the ActiveX controls.

    The site below has step by step directions to correct the problem.

    Office Update breaks ActiveX controls

  39. #39
    Registered User
    Join Date
    11-02-2014
    Location
    united states
    MS-Off Ver
    2013
    Posts
    8

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    Thanks, I switched to my laptop and it works now if I use ALT+. This is going to be great to have this info!

  40. #40
    Registered User
    Join Date
    06-11-2014
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    I'm receiving a Run-time error '1004'
    Unable to get the Object property of the OLEObject class

    Please Login or Register  to view this content.
    Last edited by Leith Ross; 01-29-2015 at 03:00 PM. Reason: Added Code Tags

  41. #41
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello ManagingPrime,

    Which operating system are you using Windows or Mac?

    What operating system are you using?

    Which version Office are you using?

  42. #42
    Registered User
    Join Date
    08-02-2012
    Location
    Denver, CO
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    This is an awesome workbook you created, but I cannot get it to work (my fault I'm sure of it). I can run everything but it always returns "no data". I did the ActiveX fix you mentioned and I changed my Macro security settings to "Enable all macros" and Selected "Trust access to the VBA project object model".

    I do not work with macros very often so I'm sorry for my ignorance.


    Thanks,
    Matt

  43. #43
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Pull zestimate from zillow with address and zip code

    Hello Matt,

    No it isn't your fault. Zillow for the past month has been expanding their listings and the information provided on the web has changed. This has drastically altered the HTML code for the web pages. The program can no longer pull the information due to the code changes. I will need to revamp the workbook once Zillow has solidified the new format. Keep checking back or send me a private message for the current status.

  44. #44
    Registered User
    Join Date
    02-06-2015
    Location
    Los Angeles
    MS-Off Ver
    2010
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Hello Leith,

    I would first say that you have an excellent program. I was wondering if you have updated the software for the Zillow website. Im looking forward to using the program.

    Thanks,

  45. #45
    Registered User
    Join Date
    07-02-2014
    Location
    US
    MS-Off Ver
    2007
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    I too would love an updated copy of this!! I can't wait to use it!

  46. #46
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    Leith,

    You should take a look at the API Zillow offers. Once you get the hang of how it works, it's pretty easy. Plus, the xml format doesn't change that much!

    There's a working example on this thread:
    http://www.excelforum.com/excel-prog...xtraction.html

    I've been making small tweaks to the code recently and post them on my website (shameless plug).

    Today, I'm going to tackle this API call:
    http://www.zillow.com/howto/api/GetD...rchResults.htm

  47. #47
    Registered User
    Join Date
    04-28-2016
    Location
    USA
    MS-Off Ver
    2010
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Quote Originally Posted by Leith Ross View Post
    Hello SCSMITH6547,


    I have created a new version of the program At first glance, it appeared the changes were minor. So much for wishful thinking. A new column had to be added for asking price information. which now included with homes, apartments, condos, and lots for sale. There were several other changes to the data that required a major change to the existing program's code.

    It has been tested and checked for accuracy. I believe the data to be both accurate and correct. If you find any discrepancies, let me know what they are. Another change is a legal notice I have included. This is for everyone's protection. So please read it.
    Is there an updated version of this excel spreadsheet? I tried to use it and the results come back "No Data" for every property. I would really love to use this tool as it would be enormously helpful.

  48. #48
    Registered User
    Join Date
    05-06-2016
    Location
    Little Rock, Arkansas
    MS-Off Ver
    2007
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Quote Originally Posted by Leith Ross View Post
    Hello tiderider03,

    Happy New Year!

    I wrote this program a short while ago. It may be more than you need but will pull addresses from column "D" and return several columns of information including the Zestimate, number of beds, baths, and square footage. Have a look and let me know what you think.

    How do I input my data for where I live?

  49. #49
    Registered User
    Join Date
    04-08-2011
    Location
    London
    MS-Off Ver
    O 365
    Posts
    80

    Re: Pull zestimate from zillow with address and zip code

    Hello Leith,

    As hard as I've tried to make the necessary adjustments to the Zillow code, I seem to keep coming up short. If you're able to either edit and correct the code, or even just point me in the right direction in terms of troubleshooting it myself, would be greatly appreciated. Our company has benefited greatly from the results whenever it was functioning properly, and would like to continue utilizing it in our process.

    Best Regards,
    Mike

  50. #50
    Registered User
    Join Date
    06-10-2009
    Location
    Sandy Eggo
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Pull zestimate from zillow with address and zip code

    Hi Mike,

    Take a look at post #46 above and try that code out and report back.

  51. #51
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: Pull zestimate from zillow with address and zip code

    dash11,sdgenxr
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

  52. #52
    Registered User
    Join Date
    07-14-2016
    Location
    Visalia
    MS-Off Ver
    Latest
    Posts
    16

    Re: Pull zestimate from zillow with address and zip code

    Hello Leith,

    This is fantastic. I downloaded it and tried to use it however when I hit "Get Estimates" I get a "Not Found" for every single property and no information populates. I really need this to work. I have several properties I need to get this exact information for (from Truilia too) and I need to get it as soon as humanely possible. Can you help me get this working? Not sure what is wrong. Thank you!

    Pam

  53. #53
    Registered User
    Join Date
    11-26-2016
    Location
    Washington, DC
    MS-Off Ver
    365
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Yeah, I'd be interested in updated code, too. This is a great concept. Too bad the last posted sheet no longer works.

  54. #54
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: Pull zestimate from zillow with address and zip code

    pmbixler, ryzombee,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

  55. #55
    Registered User
    Join Date
    05-06-2017
    Location
    United States
    MS-Off Ver
    Office 7
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Hi Leith Ross,
    I came across this thread:
    https://www.excelforum.com/excel-pro...-zip-code.html

    I wonder if you have the latest version?
    I tried version 4a and version 5, both has trouble reading data from the site, all returns "ERROR: 0 - "

    I tried version 7 and version 8, I ran into the following error:

    Run-time error '57121':

    Application-defined or object-defined error

    when I ignored that msg and carry on, I ran into another error:

    Can't exit design mode because Control 'Frame1' can not be created

    Please help!

  56. #56
    Registered User
    Join Date
    07-16-2019
    Location
    Jacksonville, Florida
    MS-Off Ver
    13
    Posts
    7

    Re: Pull zestimate from zillow with address and zip code

    I’m getting an error on the ‘.Send’ part of the code saying ‘Access denied’. I think it is because of a corporate blockage on my work system. Any suggestions how to get around that?

    Thanks

  57. #57
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,455

    Re: Pull zestimate from zillow with address and zip code

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  58. #58
    Registered User
    Join Date
    08-24-2019
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Same issue getting the following error version 8 running windows10 excel 365. ERROR: # 80070005 - Access is denied.

  59. #59
    Registered User
    Join Date
    11-10-2019
    Location
    US
    MS-Off Ver
    2013
    Posts
    3

    Re: Pull zestimate from zillow with address and zip code

    Moderator please update thread subject. This is definitely not [SOLVED}.

  60. #60
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Pull zestimate from zillow with address and zip code

    givanov if you intend to dispute every thread you hijack, your privileges to this forum will be removed.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  61. #61
    Registered User
    Join Date
    09-26-2020
    Location
    Los Angeles
    MS-Off Ver
    Subscription
    Posts
    1

    Re: Pull zestimate from zillow with address and zip code

    Quote Originally Posted by Leith Ross View Post
    Hello Matt,

    No it isn't your fault. Zillow for the past month has been expanding their listings and the information provided on the web has changed. This has drastically altered the HTML code for the web pages. The program can no longer pull the information due to the code changes. I will need to revamp the workbook once Zillow has solidified the new format. Keep checking back or send me a private message for the current status.
    Hi Leith
    Any updates on this? looks like it was an awesome tool before 2015

  62. #62
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,455

    Re: Pull zestimate from zillow with address and zip code

    Please see post #57.

  63. #63
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,455

    Re: Pull zestimate from zillow with address and zip code

    Please see post #57.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA script to pull "ZEstimates" from Zillow.com
    By Veradusit in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-11-2019, 12:50 AM
  2. Need to pull data from zillow into excel file.
    By jtaylor13 in forum Excel General
    Replies: 11
    Last Post: 11-06-2012, 08:34 PM
  3. Pull in address from another worksheet
    By S. Hernandez in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-31-2006, 11:13 AM
  4. [SOLVED] I want to pull out certain address in excel and put into a file
    By neiled in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-22-2005, 04:05 PM
  5. [SOLVED] I want to pull out companies without an email address?
    By Pudlicious in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-15-2005, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1