All Projects → DanMcInerney → Search Google

DanMcInerney / Search Google

Licence: apache-2.0
Scrape google search results

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].