Skip to content

DanMcInerney/search-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

search-google

Scrape Google search results with Selenium. No obfuscation other than random Firefox user-agents, just a simple scraper that returns however many pages of results you want. 1 page = 100 results.

Dependencies

  • python 2.7
  • Selenium

Installation

pip install --user selenium
git clone https://github.com/DanMcInerney/search-google
cd search-google

Usage

python search-google.py -p 3 -s '"Dan McInerney"'

Will open an instance of Firefox and search 3 pages of 100 results each for "Dan McInerney" (quotes included) in Google then print the title and url of each result.

About

Scrape google search results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages