/python-google-scraping

Google Scraping Using Python

Primary LanguagePython

Google Scraping Using Python

A simple python script which uses BeautifulSoup module to extract headings/titles of the first page google search results of a user-inputed search query.

Requires: Python 3, BeautifulSoup 4

Note: It has been assumed that Google uses <h3> tag only on result headings, and all content in <h3> tag would be treated as result headings.