Acquire List of Zillow Links from a list of addresses

325 Views Asked by At

I would like to acquire a list of Zillow links for each address that I have on a spreadsheet. Ultimately, I want to be able to access the Zillow listing for each address without having to input the address into Zillow manually.

What would you recommend?

1

There are 1 best solutions below

0
PaulProgrammer On

Zillow seems to have an API which might be the best way to get access to that data. Otherwise, using Selenium might be your next best mechanism.