redfin
redfin copied to clipboard
Owner Estimate
First of all thanks for putting this together!
I'm trying to pull the owner estimate for my home using the owner_estimate function.
When I run it, though I'm getting:
{'version': 422, 'errorMessage': 'Success', 'resultCode': 0, 'payload': {'propertyId': 11654104, 'sectionType': 2, 'isLoginVerifiedOwner': False}}
Is it possible to authenticate thru the API so that I can get a proper response?
There's a reference here to /stingray/do/api-login. I'm going to create a fork and see if that works.
I added login and session management to https://github.com/kjenney/redfin but I'm still getting the same error.