Skip to content

Specialized tools designed to quickly extract data from a google page.

Notifications You must be signed in to change notification settings

jagadyudha/google-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Specialized tools designed to quickly extract data from a google page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages