There seem to be some well-documented Google Sheets web-scraping hacks using the IMPORTXML()
function. Your xpath_query
parameter may look something like:
//div[contains(@class, 'zestimate-value')]
.
You’d have to experiment.
And review the Zillow ToS before using…