Googlesearchcrawler

a tool for crawl Google search results
Alternatives To Googlesearchcrawler
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Googler5,488
a year ago1February 27, 20181gpl-3.0Python
:mag: Google from the terminal
Pagodo2,024
2 months ago1gpl-3.0Python
pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
Persistentsearch2,010
6 years ago1February 20, 201928Java
A clone of the Google Now/Maps/Play persistent search bar
React Native Google Places Autocomplete1,820272326 days ago76August 11, 2021109mitJavaScript
Customizable Google Places autocomplete component for iOS and Android React-Native apps
Search Engine Optimization1,604
2 years ago8mit
:mag: A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Google Unlocked1,262
a year ago7JavaScript
Google Unlocked browser extension uncensor google search results
Search By Image1,182
4 months ago28gpl-3.0JavaScript
Browser extension for reverse image search, available for Chrome, Edge and Safari
Google_dork_list1,082
6 months ago1
Google Dorks | Google helps you to find Vulnerable Websites that Indexed in Google Search Results. Here is the latest collection of Google Dorks. A collection of 13.760 Dorks. Author: Jolanda de Koff
Pygooglenews875
2 years ago5mitPython
If Google News had a Python library
Search Deflector813
a year ago134mitD
A small program that forwards searches from Cortana to your preferred browser and search engine.
Alternatives To Googlesearchcrawler
Select To Compare


Alternative Project Comparisons
Readme

Google Search Crawler

This is a simple google search results crawler. Before use this tool, please read these tips below.

Requirements

You may find requirements in requirements.txt which can be installed using pip install -r requirements.txt

More info:

  1. Python

    python should be installed in your computer. here is the official website: http://www.python.org

  2. BeautifulSoup

    A html parser to extract search results from Google. BeautifulSoup(version 4) is better.

    For more information about BeautifuleSoup, please visit: http://www.crummy.com/software/BeautifulSoup/

  3. dotenv (python-dotenv)

How to Use?

  1. Rename or copy .env.example into .env. Apply your own config in this file only.

  2. single key word

    python gsearch.py 'your query key words'

    It will return about 10 extracted results by default. if you need more results, just change the expect_num value.

  3. list of key words

    python gsearch.py

    First create a file named keywords, put your key words list into this file, one key word per line.

If there are any problems or bugs about this tool, please open an issue.

Popular Search Projects
Popular Google Projects
Popular Computer Science Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Google
Search
Crawl
Crawler
Beautifulsoup
Dotenv