The Car Buyer Bot was created for users who are in the market for a used car. The bots helps you compare vehicle listings across model years by using a formula to determine the price per mile of the expected remaining life of a car. The output of the bot is the creation of a make/model specific CSV that includes all relevant information about each matching vehicle listing.
The only input values are make, model, zip code, search radius, expected life of a car (in miles), and page retry count. The bot will read these values from the input directory and execute the corresponding search on CarGurus.com
Example: Honda,Civic,45459,100000,3
(Note: please make sure the make and model are valid via CarGurus.com by performing a manual search before running the bot.)
Once the bot starts running its search, it will scrape all the matching listings from CarGurus.com and save them to an excel spreadsheet in the Output Folder directory. The bot will also apply the Price Per Remaining Mile calculation for listing to listing comparisons. Once the bot execution is complete, it will close the Chrome window, and users may review the results.