Search operators and query parameters
All in-query operators and URL parameters available on Uruky search.
In-query operators
These operators are typed directly in the search box as part of your query.
-
site:example.comRestrict results to a specific domain. Supported by most providers natively; always enforced as a post-filter too. -
-site:example.comExclude results from a domain. Can be used multiple times. -
"exact phrase"Search for an exact phrase. Passed through to providers as-is. -
-word/-"exact phrase"Exclude results containing a word or phrase. Applied provider-side and as a post-filter. -
file:pdf/filetype:pdf/-file:pdf/-filetype:pdfInclude or exclude results by file extension. Positive forms are translated tofiletype:and negative forms to-filetype:for providers that support them, and always enforced as a post-filter on the result URL. Can be used multiple times (e.g.file:pdf file:doc). -
intitle:wordPassed through to providers that support it (Serper, Mojeek). Not post-filtered. -
inurl:wordPassed through to providers that support it (Serper, Mojeek). Not post-filtered. -
before:YYYY-MM-DD/after:YYYY-MM-DDPassed through to providers that support it (Serper). For broader date filtering, use thewURL parameter instead.
URL query parameters
These are added to the URL as
/search?q=...&p=2
and apply to both
/search
and
/image-search
unless noted otherwise.
-
qThe search query. The only required parameter. -
pThe page number to fetch. Default is 1 (first). -
lThe language to filter the search results by (uppercase ISO 639-1 code). -
cThe country to filter the search results by (uppercase ISO 3166-1 alpha-2 code). -
sWhether to enable safe search results. 0 for no, 1 for yes. Default is 1/yes. -
wFilter results by time on /search and /image-search:dfor last day,wfor last week,mfor last month,yfor last year, or aYYYY-MM-DDdate. Useafor anytime (overrides your settings default); omit w to use that default. -
vWhether to enable verbatim search on /search (quote each term). 0 for no, 1 for yes. Enable the Verbatim filter in settings first; omit v to use your account default. -
mrPer-search override for malicious domain filtering on /search and /image-search.highlightto flag matches,removeto remove them,showto include them without flagging; omit to use your account setting. -
srPer-search override for AI slop filtering on /search and /image-search.labelto flag matches,removeto remove them,showto include them without flagging; omit to use your account setting. -
fThe format of the search results.htmlfor the standard HTML page,jsonfor JSON-formatted results. -
spComma-separated list of providers for the page you call: on /search, web search providers (default:mojeek,eusp,linkup,marginalia,serper,prieco,mwmbl); on /image-search, image search providers (default:pixabay,serper). -
ilThe interface language for Uruky (lowercase ISO 639-1 code). -
itThe interface theme for Uruky (system,light,dark). -
iIncognito token for cookie-less access. Used with the JSON API.
Related