Skip to main content

Documentation

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.com Restrict results to a specific domain. Supported by most providers natively; always enforced as a post-filter too.

  • -site:example.com Exclude 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:pdf Include or exclude results by file extension. Positive forms are translated to filetype: 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:word Passed through to providers that support it (Serper, Mojeek). Not post-filtered.

  • inurl:word Passed through to providers that support it (Serper, Mojeek). Not post-filtered.

  • before:YYYY-MM-DD / after:YYYY-MM-DD Passed through to providers that support it (Serper). For broader date filtering, use the w URL 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.

  • q The search query. The only required parameter.
  • p The page number to fetch. Default is 1 (first).
  • l The language to filter the search results by (uppercase ISO 639-1 code).
  • c The country to filter the search results by (uppercase ISO 3166-1 alpha-2 code).
  • s Whether to enable safe search results. 0 for no, 1 for yes. Default is 1/yes.
  • w Filter results by time on /search and /image-search: d for last day, w for last week, m for last month, y for last year, or a YYYY-MM-DD date. Use a for anytime (overrides your settings default); omit w to use that default.
  • v Whether 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.
  • mr Per-search override for malicious domain filtering on /search and /image-search. highlight to flag matches, remove to remove them, show to include them without flagging; omit to use your account setting.
  • sr Per-search override for AI slop filtering on /search and /image-search. label to flag matches, remove to remove them, show to include them without flagging; omit to use your account setting.
  • f The format of the search results. html for the standard HTML page, json for JSON-formatted results.
  • sp Comma-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 ).
  • il The interface language for Uruky (lowercase ISO 639-1 code).
  • it The interface theme for Uruky ( system , light , dark ).
  • i Incognito token for cookie-less access. Used with the JSON API.

Related