Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.31 KB

Google Scraper

Google scraper is a specialized tool designed to quickly extract data from a google page.

Getting Started

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

image

  • Input Pages is the number of pages that you want to scrap.
  • Input Data is the data you want to find.

Basic Google Dork

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.