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-scraperInstall the libraries that are required :
# Python 3
$ pip3 install -r requirements.txt
# or
# Python 2
$ pip2 install -r requirements.txtRun the Project :
$ python3 main.py
# or
$ python2 main.pyInput Pagesis the number of pages that you want to scrap.Input Datais 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.
