Scrape the webpage below for used car data. http://www.goo-net.com/php/search/summary.php?price_range=&pref_c=08,
The python module splinter may be a good starting point. It calls an external browser (such as Firefox) and access the browser's DOM rather than dealing with HTML only.