-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sometimes below_the_fold lacks propertyHistoryInfo #11
Comments
I found setting listingId worked to get propertyHistoryInfo always: mls_data = Redfin().meta_property('belowTheFold', {'propertyId': property_id, "listingId":listing_id}, page=True) |
Haha, related to #6 -- I guess it's an optional parameter. |
Noted by newest commit (1696bee). |
My issue was the FWIW, I found passing a dummy
|
Sometimes, the below_the_fold API call doesn't return a propertyHistoryInfo key. I speculate it's because this house is off-market.
When I view the page on Redfin, the data is there.
I also tried to find this data in other API calls but couldn't find it.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: