Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Dhavalu585/python-google-scraping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.

About

Google Scraping Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 84.3%
  • Shell 15.7%