This script scrapes google maps results and save the results in a csv file sorted by number of reviews.
Currently, the results only include "Name of the place", "Rating out of 5" , "Number of reviews" and "Link to restaurent page". This script was created to find best restaurents in city based on number of reviews they have received.
Example results file res_data.csv for search_string="indian restaurents in Brampton".
Change the search_string in the script file.
Other things can added in result by adding new columns to result database and adding paths to data required in scraping loop.