Skip to content

aswinshenoy/python-google-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages