An open API service indexing awesome lists of open source software.

https://github.com/blob42/pygooglesearch

Google Search data crawler using python
https://github.com/blob42/pygooglesearch

Last synced: about 1 month ago
JSON representation

Google Search data crawler using python

Awesome Lists containing this project

README

        

This project is released to the public domain.
It is based on Scrapy open source screen scrapping.
contact: [email protected]

PyGoogleSeach is a simple Google Data crawler. I created a simple command line
interface to make queries, it exports the results in json format to the file
data.json.

Requirements:
- you must install Scrapy.

USAGE:
$ ./pygs 'your query'

when the crawler finishes it will output data.json file on the base directory