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
- Host: GitHub
- URL: https://github.com/blob42/pygooglesearch
- Owner: blob42
- Created: 2011-05-14T12:58:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-14T14:45:21.000Z (about 14 years ago)
- Last Synced: 2025-04-11T04:43:14.957Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
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