GET THE MOST OUT OF A GOOGLE SEARCH TOOLS, EXTENSIONS, AUTOMATION METHODS.

going beyond the “filter bubble”!
set the language, country, device, and location you want to search from in detail.

and here is an analogue of the service mentioned above. it has fewer options for settings (for example, you can’t select a city), but you can search in @googlemaps, too


And this extension is for those who follow a topic and regularly look for a recurring set of words (for news writing, for example). It allows you to set up automatic searches for a specific sequence of queries
chrome.google.com/webstore/detail/a…

An extension to extract emails and other contact information from Google search results.
chrome.google.com/webstore/detail/g…

Infinite scrolling, keywords bright highlighting and other features.
chrome.google.com/webstore/detail/s…

By all means use Google’s advanced search operators to filter results. You will find a good article describing all of the search operators in this list:
github.com/cipher387/Advanced-searc…
And also search operators for Gmail, Hangouts, Groups, Chat, Voice.

An extension that helps you construct complex queries for advanced searches and then save them for reuse.
chrome.google.com/webstore/detail/a…

The aforementioned advanced search operators have been used for years by cybersecurity researchers to find vulnerabilities in web sites.
Examples with explanations can be found here:
exploit-db.com/google-hacking-datab…

Google (Universal Dork Builder)
Vulnerability queries are lingo called "dorks. They can be copied from GHDB, manually typed, or with a special extension builder.
addons.mozilla.org/ru/firefox/addon…
You can automate the work with dorks using the command line. For example, you can simply run this script for a specific domain and it will check it for vulnerabilities using 45 types of Google Dorks.
github.com/IvanGlinkin/Fast-Google-…

And this tool allows you to automate work with individual dorks or an arbitrary list of dorks from a text file.
github.com/rlyonheart/0xdork
And here you will find lists of different types of dorks (gaming, carding, CMS):
github.com/cipher387/Dorks-collecti…

When using various tools to automate work with Google, keep in mind that the service can get you banned. Therefore:
Google Autocomplete Scraper
And this tool will help you find out what search terms people usually enter along with the name of a company, the name of a settlement, or the name of some famous person.
tools.digitalmethods.net/beta/scrap…

if you google something for more than half an hour a day, shortcuts to move search results around will give a huge boost to your #productivity.
you can set them up with a special extension:
github.com/infokiller/web-search-na…

If you regularly google some repetitive queries or have a lot of research to do, you should consider automating the googling and saving the results by using the command line.
github.com/jarun/googler

here’s another tool for automating google searches using the command line. it is notable because it also automates searches for #YouTube, #Amazon, #Wikipedia, #Facebook, #Github, and a hundred other popular services.
github.com/zquestz/s

If you haven’t used command line tools yet, but you want to automate your Google search, you can practice a little on this online simulator. And then go on to the serious tools mentioned above.
goosh.org

Google Programmable Search Engine
Google gives users the ability to create their own search engines to search for a specific group of sites
programmablesearchengine.google.com…
A famous example (search by Telegram content agregators):cse.google.com/cse?q=+&cx=006368593…


Unfortunately, with the free version of API, Google allows to add no more than 10 sites to a single CSE
But CSEs can be embedded into your own sites and combine several on the same page. Example:
cipher387.github.io/pastebinsearche…

before you create a cse for everyday #osint tasks (for example, for searching social networks or job sites), check to see if someone has already created the cse you need

start.me/p/b5ynOQ/sprp77-search-eng…

this thread is complete. most importantly, remember that google is not suitable for every search and there are usually specialized tools for every osint task.