redfin
redfin copied to clipboard
A Python wrapper around redfin's unofficial API.
Not an issue with the package, but I'm trying to track down the documentation for the Stingray API (like the kinds of requests I can make with it, and how...
Looks like RedFin started limiting you after 30 requests, no matter how fast you are pulling data. Any ideas?
Want to turn this module fully automatic, need some time to do it though. ``` [ { "urlPath": "/stingray/do/api-get-header-user-menu", "method": "GET", "queryParams": [], "postParams": null, "type": "json" }, { "urlPath":...
…_info_on_market(property_id, listing_id
Hi! Thank you so much for creating the following library. One minor improvement. Listing_ID is not required for the above_the_fold endpoint. It doesn't affect output. Please take a look at...
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: ```...
This stopped working at least 2 weeks ago. Running the code examples now returns a 403 Forbidden error. Whats odd is that if you just copy the url into a...
Today the API started throwing a new 403 Client error, it doesn't seem that updating the UA is solving it this time. Anyone with the same issue?