Rarely used by regular users, but powerful for automation, parsing, and intelligence gathering. Add these to the "Advanced Settings" of your search workflow.
Disable Auto-Correction
Different from Verbatim (tbs=li:1). This only disables "Did you mean...?" auto-corrections but still allows synonym matching. Essential for OSINT when searching specific surnames or company names that Google stubbornly tries to correct to dictionary words.
google.com/search?q=Raytheon+defence&nfpr=1
&tbs=cdr:1,cd_min:…,cd_max:…
SEO
OSINT
Exact Calendar Date Range
The most reliable way to restrict results to a specific time period. Solves all issues with the daterange: operator. Date format is MM/DD/YYYY.
google.com/search?q=budget+report&tbs=cdr:1,cd_min:01/01/2025,cd_max:12/31/2025
Content Language Filter (Strict)
Not to be confused with &hl= (which changes Google's menu language). The lr parameter (Language Restrict) forces Google to show results exclusively in the specified language. Useful for finding results in a specific language — for example, Spanish-only results on an English query.
google.com/search?q=cybersecurity&lr=lang_es
Hosting Country Filter (Strict)
Unlike &gl= (which simulates your location), cr shows results only from sites belonging to the specified country (by IP or domain). Ideal for OSINT when you need mentions exclusively from a specific country's web infrastructure.
google.com/search?q=government+contracts&cr=countryUS
Exact Phrase (Alternative to Quotes)
Instead of placing phrases in quotes ("..." operator) inside the q= parameter, you can move exact phrase matching to a separate URL parameter. Simplifies URL encoding and parsing.
google.com/search?q=seo&as_epq=link+building
Exclude Word (Alternative to Minus Operator)
A safer alternative to the minus (-) operator. Excludes specified words from results via the URL. Easier for managing stop-word lists programmatically.
google.com/search?q=apple&as_eq=iphone
Pagination Offset
Determines which result number to start from. With &num=100, using &start=100 shows page 2 (results 101–200). Essential for APIs and automated page loading.
google.com/search?q=site:example.com&num=100&start=100
Search Vertical Switcher
Switches the search type (the tabs below Google's search bar) without changing the query. "To Be Matched" — selects which Google search database to use.
Values for the tbm search vertical parameter
| Value |
Search Type |
nws |
News only — ideal for PR and SERM |
isch |
Image search |
vid |
Video search |
bks |
Books — powerful for finding quotes and citations |
google.com/search?q=climate+change&tbm=nws
Prevent Country Redirect
Prevents Google from redirecting you to a regional mirror (google.com.ua, google.de, etc.). Use together with &gl=us&hl=en to guarantee "American" results without any regional interference.
google.com/search?q=seo+tools&gl=us&hl=en&gws_rd=cr
SafeSearch Control
Google SafeSearch hides results it considers suspicious or NSFW by default. For OSINT investigations, safe=off ensures Google does not suppress results through internal safety filters.
Values for the safe parameter
| Value |
Effect |
off |
Disable SafeSearch (show all results) |
active |
Enable SafeSearch (filter sensitive content) |
google.com/search?q=leaked+documents&safe=off