How do I iterate a Zillow API call / output parse function in R over a list of addresses and zip codes?
问题 I've been working on a project where the goal is to take a two-column CSV of street addresses and zip codes, read it into R, then perform a Zillow query for each one (GetSearchResults, specifically), parse the output, and store the parsed output in a dataframe to be written to a CSV (and placed right next to the existing data). caveat: I can only call one address/zip combo at a time through the zillow API, so anything that violates that is off the table immediately. As of this point, I have