---
title: "Search like a pro: Google search operators"
date: 2019-04-25
language: en
topics: ["SEO", "cloud", "cyber-security", "hacking", "web", "webdesign"]
source_url: https://willem.com/en/2019-04-25_search-like-a-pro-google-search-operators/
---
# Search like a pro: Google search operators

*Comprehensive list of advanced search operators*

> You probably use the world's most famous search engine to find things everyday, but you might not know about some of its advanced search operators. You can use these special search phrases to find things that are otherwise burried in the search results. Read along for a comprehensive list of advanced Google search operators.

## Why use advanced search operators?

You may wonder why you might need the advanced search operators? Well, you can use them to narrow your search to very specific pages. This can be useful for things like:

- **subject research**: If you know about a specific product, company, club, competitor or subject and want to find pages that are related to it - but not necessarily featuring the same keyword. Like_pages_related_to_Ajax (https://www.google.com/search?q=related%3Aajax.nl), the Amsterdam soccer club. 

- **cyber-security reconaissance**: If you're a cyber-security (https://willem.com/en/self-hosting-running-your-own-infrastructure-on-linux/) specialist and you need to find a specific page on a given domain name. For instance to specifically find the login_page_of_a_certain_website (https://www.google.com/search?q=allintitle%3Alogin+site%3Aajax.nl). 

- **keyword analysis for search engine optimisation**: If you have your own website or blog, it can be very useful to learn about the popularity of a certain keyword. Sometimes choosing the right keyword can make all the difference in web traffic (and commercial success). 

- **find specific images**: If you're looking for a specific screenshot, photo or illustration you can use narrow your search to get what you want quicker. Like, for instance, to find_a_swimming_certificate_of_a_certain_person (https://www.google.com/search?q=site:willem.com+zwemdiploma&tbm=isch&tbs=isz:l&prmd=inv&biw=592&bih=663). 

### "search phrase"

Perform an exact-match search by encapsulating the search phrase in quotes. You can use this to refine search results, or to exclude partial matches.

*example: "Willem_Laurentz_Middelkoop"(https://www.google.com/search?q=%22Willem+Laurentz+Middelkoop%22)*

### AND

Search for both X and Y, the results will include pages that match both keywords.

*example: Ronaldo_AND_Juventus (https://www.google.com/search?q=Ronaldo+AND+Juventus)*

### OR

Search for X or Y, the results will include pages matching either or both keywords. You can use the pipe (|) operator instead of "OR".

*example: Apple_|_Samsung (https://www.google.com/search?q=Apple+%7C+Samsung)*

### Excluding/Minus: -

Exclude search results that match a given term or phrase preceded by the minus. This is useful when you are specifically looking for something that is not X or Y.

*example: Jackson_-Michael (https://www.google.com/search?q=jackson+-michael)*

### define:

Use Google's built-in dictionary to display the meaning of a word.

*example: define:hacker (http://google.com/search?q=define%3Ahacker)*

### cache:

Display the most recently crawled version of a given website. This can be useful when the actual website is offline or recently changed. This only works if the page is indexed by Google (most pages are).

*example: cache:formula1.com (https://www.google.com/search?q=cache%3Aformula1.com)*

### site:

Search within a given website (or partial website address).

*example: watch_band_site:www.apple.com (https://www.google.com/search?q=watch+band+site%3Awww.apple.com)*

### related:

Find website that are somehow related to a given website.

*example: related:ajax.nl (https://www.google.com/search?q=related%3Aajax.nl)*

### filetype:

Only show results that are a given file type, like PDF,   XLSX, TXT or DOCX.

*example: ascii_art_filetype:txt (https://www.google.com/search?q=ascii+art+filetype%3Atxt)*

### intitle:

Only show pages with a certain search phrase in the title.

*example: intitle:privacy (https://www.google.com/search?q=intitle%3Aprivacy)*

### allintitle:

Like 'intitle', but only shows pages with *all* of the specified words in the title tag.

*example: allintitle:privacy_statement (https://www.google.com/search?q=allintitle%3Aprivacy%20statement)*

### intext:

Shows pages containing a certain word somewhere in the content.

*example: intext:abacadabra (https://www.google.com/search?q=intext%3aabacadabra)*

### allintext

Like the *intext* filter, this filter only shows pages that contain all words on the page.

*example: allintext:open_sesame (https://www.google.com/search?q=allintext%3aopen%20sesame)*

### inurl:

Find pages that contain a given word in their URL. This is handy when you're looking for a specific kind of page on a website (like an upload or login page).

*example: inurl:upload (https://www.google.com/search?q=inurl%3Aupload)*

### allinurl:

Similar to 'inurl' the 'allinurl' filter only shows pages that contain all given words in their URL.

*example: allinurl:running_shoes_overview (https://www.google.com/search?q=allinurl%3Arunning%20shoes%20overview)*

## Conclusion

With these advanced search filters you can tune your search queries to deliver you more targeted results. This allows you to find things quicker, or find things that otherwise would remain burried in the numerous results.

When you combine these advanced search filters you can become a true 'search ninja'. Try these queries for good fun:

- allinurl:orwell_1984_filetype:pdf (https://www.google.com/search?q=allinurl%3Aorwell+1984+filetype%3Apdf) to find PDF versions of the classic book 1984 by George Orwell

- intitle:webcam_7_inurl:8080_-intext:8080 (https://www.google.com/search?q=intitle%3Awebcam+7+inurl%3A8080+-intext%3A8080) to find random online webcams from all over the world

- allintitle:snake_97 (https://www.google.com/search?q=allintitle%3Asnake+97) to find everyting written about a certain_retro_phone_game (https://snake97.com)
