Google Dorks
Build advanced Google searches with reserved operators
Google supports special operators ("dorks") that refine your results: restrict to a site, filter by file type, search the title or URL, exclude terms, and more. This tool assembles the query for you from the fields you fill in, previews it live, and lets you copy it or run it straight on Google.
Example: astro "static site" site:github.com filetype:pdf after:2023-01-01
Operator reference
| Operator | What it does | Example |
|---|---|---|
| "término" | Exact phrase match | "machine learning" |
| -término | Excludes results with that term | jaguar -coche |
| OR / | | Either of the terms | linux OR macos |
| AND | Both terms (implicit by default) | react AND astro |
| * | Wildcard: any word | "el mejor * de 2024" |
| ( ) | Groups terms | (linux OR macos) tutorial |
| site: | Restricts to a domain or site | site:github.com |
| -site: | Excludes a domain | astro -site:pinterest.com |
| filetype: / ext: | File type / extension | filetype:pdf |
| intitle: | Word in the title | intitle:curriculum |
| allintitle: | All words in the title | allintitle:hoja de vida |
| inurl: | Word in the URL | inurl:login |
| allinurl: | All words in the URL | allinurl:admin panel |
| intext: | Word in the page body | intext:contraseña |
| allintext: | All words in the body | allintext:usuario contraseña |
| inanchor: | Word in the link text | inanchor:descargar |
| before: | Results before a date | before:2020-01-01 |
| after: | Results after a date | after:2023-01-01 |
| related: | Sites related to a domain | related:nytimes.com |
| define: | Definition of a word | define:epistemología |
| AROUND(n) | Terms within n words of each other | tesla AROUND(3) batería |
| .. | Number range | cámara $200..$500 |
| source: | Source in Google News | astro source:hacker_news |
| cache: | Cached version (discontinued by Google; may not work) | cache:example.com |