Categories
Scripts

Listings2CSV

This quick-and-dirty script uses BeautifulSoup 4 (Python needed) to pull data from a website search and save it to a CSV. It was initially created to save search results from a popular accommodation search service to help with house-hunting (to create a quick way to compare different properties), but with minor changes could be used to save a table from any search results.

Please remove the html boilerplate and convert to a .py file before using.