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 to structure them) and there's basically nothing online.
As an example, I found a stackoverflow question regarding stingray's API where one can download a CSV of searches:
https://stackoverflow.com/questions/73200792/convert-redfins-region-id-to-a-zip-code
This request doesn't seem to be part of this package, which is totally fine, but it'd be cool to understand how to access it.
In short, what I am trying to do is a large pull of MLS data (specifically characteristics of a property, such as bed/bath, exterior condition - all stuff in the below_the_fold part of the package) and I am curious if there are easier ways to grab that information than my current, non-scalable solution which is to iterate through each of the properties I am interested in.
Ideally Redfin would just let me export this data, but I don't think they want to do that even if it is publicly available via webscraping and APIs!
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 to structure them) and there's basically nothing online.
As an example, I found a stackoverflow question regarding stingray's API where one can download a CSV of searches:
https://stackoverflow.com/questions/73200792/convert-redfins-region-id-to-a-zip-code
This request doesn't seem to be part of this package, which is totally fine, but it'd be cool to understand how to access it.
In short, what I am trying to do is a large pull of MLS data (specifically characteristics of a property, such as bed/bath, exterior condition - all stuff in the
below_the_foldpart of the package) and I am curious if there are easier ways to grab that information than my current, non-scalable solution which is to iterate through each of the properties I am interested in.Ideally Redfin would just let me export this data, but I don't think they want to do that even if it is publicly available via webscraping and APIs!