Finds pages with the specified word in the URL. Example: inurl:news
finds pages with "news" in the URL.
Finds pages with all specified words in the URL. Example: allinurl:news technology
finds pages with both "news" and "technology" in the URL.
Finds pages with the specified word in the title. Example: intitle:recipe
finds pages with "recipe" in the title.
Finds pages with all specified words in the title. Example: allintitle:pasta recipe
finds pages with both "pasta" and "recipe" in the title.
Finds pages containing the specified word in the text. Example: intext:nutrition
finds pages containing "nutrition" in their text.
Restricts results to a specific site or domain. Example: site:wikipedia.org
finds pages only from wikipedia.org.
Finds files of a specific type. Example: filetype:pdf
finds PDF files.
Finds pages that include either of the specified terms. Example: coffee OR tea
finds pages about either coffee or tea.
Excludes pages containing the specified term. Example: jaguar -car
finds pages about jaguar (the animal) but excludes those about cars.
Finds the exact phrase. Example: "to be or not to be"
finds that exact Shakespeare quote.
Finds words within X words of each other. Example: apple AROUND(3) pie
finds "apple" and "pie" within 3 words of each other.
Finds results from before or after a specific date (YYYY-MM-DD format). Example: Olympics after:2020-01-01 before:2020-12-31
finds Olympics content from 2020.
Finds numbers in a range (use two numbers separated by two periods). Example: camera $100..$200
finds cameras priced between $100 and $200.