Google scraper is a specialized tool designed to quickly extract data from a google page.
Clone this repository by executing the following command :
https://github.com/jagadyudha/google-scraper
Install the libraries that are required :
# Python 3
$ pip3 install -r requirements.txt
# or
# Python 2
$ pip2 install -r requirements.txt
Run the Project :
$ python3 main.py
# or
$ python2 main.py
Input Pages
is the number of pages that you want to scrap.Input Data
is the data you want to find.
Name | Description |
---|---|
site: | find specific sites like jagad.dev. |
intext: | find pages containing a certain word in the content. |
filetype: | find certain file types such as PDF and DOCX. |
intitle: | find a website by title. |
inurl: | find the URL of a website based on its keywords. |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.