Guide | Vivaldi Search and Suggestion URL explanation and tutorial (simple).
-
Vivaldi Search and Suggestion URL explanation and tutorial (simple).
When I did setup my Search Engines URLs in Vivaldi, it took me a lot of time (and I haven't finished yet at the time of creation of this topic) because there isn't easily accessible informations available, and when they are, they are scattered around or complicated as you require background knowledge.
So here is a post to explain some of the things about how to setup your search engines.So, on your Search Engine page in Vivaldi's settings, when you add one :
Well the basics, the Name is simply how you want to call it, this is how, when searching with it, Vivaldi will call it, so you are free to call it how you want.
The Nickname is basically what you will type to search with this particular search engine.
By default, any research will be done with your default search engine, and when you are in private mode, the one set as default for private navigation will be used (DuckDuckGo by default).
If you search "Kitten" your default search engine will be summoned and will search for "Kitten", but, if you use Startpage with nickname g (by default) and you type "g Kitten" then Vivaldi will bring you to Startpage with the search for "Kitten"
If you add any search engine with a "i" or a "a" as first letter of their name and you add any of those as nickname letter, just keep in mind that if you do a search starting with one of those letter, you will actually search with those search engine.
So if your default search engine is Startpage and you search "i want to believe" while having a search engine with "i" as nickname, you will endup searching "want to believe" in this search engine rather than "i want to believe" in Startpage.
And the nickname isn't case sensitive, meaning the letter will enable the search with this engine regardless if you are in lowercase or uppercase.
A simple solution for this would be to add a sign, for example "*a" or "!a" for your search engine starting with the letter "a".
For adding a search engine, the easy way is to go to said search engine, right click on the search field (where you type the stuff you want to search) and you normally have an option for adding as a search engine, but it won't work with everything, some search engine don't have this menu option available.
In this case, you need to go the "hard way" which actually isn't that hard (and that I prefer as I get clean link, understand what happen and can be fine tuned).
-First step : Go to your search engine
-Second step : Search for something simple, a single word easily readable, like "Kitten"
-Third step : Copy the URL of the search, paste it as Search URL for your search engine in Vivaldi, and replace the word you used with "%s"
Warning, this would only work with search engine where the search is performed with an URL, meaning Discord for example where the search is dynamic and only show search as you type and don't have any search result page won't work.
On the other hand, this mean you can add anything you want which have a result page, not just search engine.
-Fourth step : If you know a Suggestion URL for your search engine, add it and as usual, put "%s" where the searched word goes.
-Fifth step : Finalise your link by changing some settings on them if you know how to do it and need it.
An example of a non search engine which can be added is literally this forum with the link :
https://forum.vivaldi.net/search?term=%s&in=titlesposts
Now to setup a link, we will go with the most documented, Google, I won't cover everything, just the basic.
Here is the simplest search URL of google :
https://www.google.com/search?q=%s
Here is an example of a more customised one :
https://www.google.com/search?hl=fr&q=%s&lr=lang_en&cr=countryUS
Don't be afraid this is simpler than it look.
The parameter "search" is made to bring the search page, but it require arguments which follow the question mark "?" and between different parameters (after the first one, which itself don't need it between itself and the question mark) you need the "&" sign.
The parameter "q='your text here'" basically is what you want to search, I think "q" stand for Query.
Then "hl=fr" simply set the language of the interface (text of the search buttons and link's text for Google's service like Gmail, Translation, map etc and the search options on the search page), "fr" will make it French, "hl=en" will set it in English, "hl=ru" in Russian etc.
It work with the main page of google too, also don't forget the question mark :https://www.google.com/?hl="your language"
Now "lr=lang_en" basically is the language the search will prioritise the results of you research, with with "lr=lang_ru" will get Russian results and "lr=lang_en" will get you English results.
And "cr=countryUS" is for where the research will base your result on, so with "cr=countryUS" you'll get relevant things for US while "cr=countryIT" you'll get Italian based result, but don't expect much from this as there isn't many things that share the same key word(s) who are country based and where it could be relevant.
Of course you can combine all those and do this :
https://www.google.com/search?hl=es&q=Flugzeug&lr=lang_pl&cr=countryko
Basically you have a Spanish google interface searching the German word for Airplane "Flugzeug" with Polish language results and Korean location, as you see you aren't forced to use the same language for each parameters.
Also they are not case sensitive, so even cR=cOunTrYuK will work, but you can put only one of those parameters.If you don't put any parameters, by default Google detect where your IP come from and simply adapt the page language, result language and location relevance.
Though for the "lr" parameter, the language of the key word(s) you search with might have the priority, so if you search a German word with Japanese language result parameter, your results can vary, depending on what ou wrote, from having Japanese results of website with German words translation in them (most common I think), to simply German language website or Japanese websites with German word(s) on them.
For example if you search for :https://www.google.com/search?lr=lang_en&cr=countryUS&hl=en&q=猫
(note that the order of the parameters don't matter)
Where 猫 mean "Cat" in Japanese, you'll endup with mostly Japanese language results even though every parameters are set to English.
Even with the parameters, Google will still sort results based on your location, even the language you set for the interface change what results you'll get, including what datas Google gathered from you, so don't expect previsible results even with those parameters, just more targeted than usual.Then Google offer another useful parameter which is the type of service you will use :
https://www.google.com/search?hl=fr&tbm=isch&q=Kitten
will search image with the relevant keyword (Kitten here) with a French interface.
The parameter "tbm=isch" is for Google image (Image SearCh), "nws" is for news, "vid" for video, "shop" for shopping, "bks" for books and "fin" for finance (there are more).
Now for the Suggestions URL, often called Autocomplete API, you can find some of the same set of parameters for language and other parameters, and basically there isn't much you can do other than taking one of those I'll list or try and search for each search engine which have suggestion.
Google have multiples Suggestion URL, here are two of them :https://www.google.com/complete/search?output=opera&q=%s http://suggestqueries.google.com/complete/search?&client=opera&q=%s
The "Output/Client" part is really important and can't be skipped, it determine what format the suggestion will be send as, Vivaldi require Json format, so setting a browser (like Opera) as value who also use Json is enough, no need to specifically state "Vivaldi", and to be honest most search engine won't even have it as a registered parameter setting.
Each search engine is free to use their own name to set how the format are being send, Google use "client=opera" while DuckDuckGo use "type=list" and Startpage use "format=json", so you will need to search for which engine, if they are doc available, what to use.Another possible parameter would be the number of results displayed, Vivaldi only display suggestions 5 maximum anyway, so if available, limit this list to 5 elements (setting it higher won't make more suggestions appear), an example with Startpage who use this parameter and argument "limit=5" to set the number of suggestions to return.
Note that you can basically paste the suggestion URL in your browser address bar, you'll get either a page or a file with the results (depending on the search engine).
For Google you can actually use "client=toolbar" to have the results in the page rather than receiving a file each time you send the URL/refresh.
Also note that the way it work is basically, you type words and the API you set the URL for will return suggestions, once you click on it, what happen is basically the text of the suggestion will be sent to the search URL you put in Vivaldi, replacing the "%s" sign, meaning you can create an hybrid using x1 language for suggestions and x2 language for your research.
Actually you can go even further and create a Chimera by puting DuckDuckGo (or any other Suggestion URL you have) to Bing search (also any other search engine you have) and it will work.
Though it might be useful to crossbreed search engine, you won't really get relevant results if you use Google Suggestions API with Vivaldi's Forum search as the context is totally different.Of course there are many more parameters to play with, Google for example with advanced search allow for exact word(s), date, exclude word(s), Safe Search and many more for both Search and Suggestion, but each search engine having their own code, it would be way too long to list it here, and to be honest I don't know many much more...
Also as you saw with the Vivaldi's Forum link I wrote just before, you can add more than Search Engines.
Now here are some examples and links, this is basically my whole list I set on Search Settings so it can give you an idea of what you can add other than Search Engines and also it will list some useful URLs :
They are all listed on this post this way :
Search name, search nickname, details
Search URL
Suggestion URL
(optional) Additional informations
Google, g, nothing particular, just google set to search in English based on US to get as many international results as possible.
Search URL : https://www.google.com/search?hl=EN&lr=Lang_EN&cr=CountryUS&q=%s Suggestion URL : https://www.google.com/complete/search?output=Opera&hl=EN&lr=Lang_EN&cr=countryUS&q=%s
Google Français, gf, Google set to give French results with French location.
Search URL : https://www.google.fr/search?hl=FR&lr=Lang_FR&cr=CountryFR&q=%s Suggestion URL : https://www.google.com/complete/search?output=Opera&hl=FR&lr=Lang_FR&cr=countryFR&q=%s
Google Image, gi, Google Image, note that the Suggestion URL being different, the parameters are also different, image search is set with "ds=i".
Search URL : https://www.google.com/search?tbm=isch&hl=EN&lr=Lang_EN&cr=countryUS&q=%s Suggestion URL : https://suggestqueries.google.com/complete/search?client=Opera&ds=i&hl=EN&lr=Lang_EN&cr=CountryUS&q=%s
The following are available :
Regular Search "ds=" or remove "ds=" | Images "ds=i" | News "ds=n" | Shopping "ds=sh" | Books "ds=bo" | Recipes "ds=r" | Youtube "ds=yt".
Yes, you can add Youtube too !
Youtube, y, Youtube with his Suggestion API as explained previously.
Search URL : https://www.youtube.com/results?search_query=%s Suggestion URL : https://suggestqueries.google.com/complete/search?client=Opera&ds=YT&hl=EN&lr=Lang_EN&cr=CountryUS&q=%s
Wikipedia, w, Yes Wikipedia can be added too, the language subdomains determine what language Suggestion and Search will be, clicking on a suggestion will directly bring you to that page, "limit=5" make Wikipedia only send 5 suggestions at each key word(s) change.
Search URL : https://en.wikipedia.org/wiki/Special:Search?search=%s Suggestion URL : https://en.wikipedia.org/w/api.php?action=opensearch&search=%s&limit=5
Wikipedia Français (Well, I am French, so you know...), wf, just Wikipedia with French Suggestions and results.
Search URL : https://fr.wikipedia.org/wiki/Special:Search?search=%s Suggestion URL : https://fr.wikipedia.org/w/api.php?action=opensearch&search=%s&limit=5
DuckDuckGo, d, already in Vivaldi, but I'll still put default Search engine anyway, could be useful.
Search URL : https://duckduckgo.com/?q=%s&t=vivaldi Suggestion URL : https://ac.duckduckgo.com/ac/?q=%s&type=list
Qwant, q,
Search URL : https://www.qwant.com/?client=brz-vivaldi&q=%s Suggestion URL : https://api.qwant.com/api/suggest/?q=%s&client=opensearch&lang=fr_fr
Bing, b,
Search URL : https://www.bing.com/search?q=%s Suggestion URL : https://www.bing.com/osjson.aspx?query=%s
Yahoo!, yh,
Search URL : https://search.yahoo.com/search?p=%s Suggestion URL : https://sugg.search.yahoo.net/sg/?output=fxjson&nresults=5&command=test
Startpage, s,
Search URL : https://www.startpage.com/rvd/search?query=%s&language=auto Suggestion URL : https://www.startpage.com/cgi-bin/csuggest?query=%s&limit=5&lang=english&format=json
Ecosia, e,
Search URL : https://www.ecosia.org/search?tt=vivaldi&q=%s Suggestion URL : https://ac.ecosia.org/autocomplete?q=%s&type=list
Youcare, yc, Like Ecosia this is a (French) caritative search engine which feed animals with revenue from ads/sponsored links, they don't communicate their Suggestion API URL though, so I use Google.
Search URL : https://youcare.world/all?l=fr&q=%s&o=0 Suggestion URL : https://www.google.com/complete/search?output=Opera&q=%s
I use Ecosia and Youcare when I do small (easy for a search engine) research, otherwise I use google which is more powerful and relevant, this is why I did not set specific language to Google Suggestion API for Youcare.
Amazon, *a, Yes Amazon can be added, in my case I have no use to use the English/US version, so just change ".fr" to ".com" and you are clear to go, also the nickname is "*a" rather than "a" as a sentence can begin with the letter "a".
Search URL : https://www.amazon.fr/s?k=%s Suggestion URL : https://completion.amazon.com/search/complete?search-alias=aps&client=amazon-search-ui&mkt=1&q=%s
This is the English Suggestion, I did not yet found how to make it in other language, I'll update it when I found.
Stack Overflow, so, that famous huge website for code and other computer related questions.
Search URL : https://stackoverflow.com/search?q=%s
Suggestion URL : None.
TVDB, t, a website which give many useful informations (like the episodes, their name, number and order) on tv series or animes (no movies though)
Search URL : https://www.thetvdb.com/search?q=%s&l=en
Suggestion URL : None.
TVDB Français, tf, same but with French results
Search URL : https://www.thetvdb.com/search?q=%s&l=fr
Suggestion URL : None.
IMDb, i, another website for getting movies informations, I needed to put a star sign "" because there are many sentences starting with "i".
Search URL : https://www.imdb.com/find?ref_=nv_sr_fn&q=%s&s=all
Suggestion URL : There is one but Vivaldi is not compatible as it include images, might search latter if there is a way to disable images.
Metacritic, m, one of the most popular media rating website
Search URL : https://www.metacritic.com/search/all/%s/results
Suggestion URL : There is one here too but I haven't really searched it yet.
Steam Store, ss, yes we can add Steam too.
Search URL : https://store.steampowered.com/search/?term=%s
Suggestion URL : None
Reddit, r, Obviously I had to have Reddit !
Search URL : https://www.reddit.com/search/?q=%s
Suggestion URL : There is one here too but I haven't really searched it yet.
Pinterest, p, this popular image website, replace ".fr" by ".com" for English and International version of the website.
Search URL : https://www.pinterest.fr/search/pins/?rs=ac&len=2&q=%s
Suggestion URL : There is one here too but I haven't really searched it yet.
Flickr, f, another popular image website.
Search URL : https://www.flickr.com/search/?safe_search=3&advanced=1&text=%s
Suggestion URL : None.
Imgur, im, yet another popular image website.
Search URL : https://imgur.com/search?q=%s
Suggestion URL : There is one here too but I haven't really searched it yet.
Tumblr, tu, yes again another popular image website.
Search URL : https://www.tumblr.com/search/%s
Suggestion URL : There is one here too but I haven't really searched it yet.
Everypixel, ep, the last popular image website and search engine I have for the moment.
Search URL : https://www.everypixel.com/search?q=%s
Suggestion URL : There is one here too but I haven't really searched it yet.
I hope it helped.
--
ModEdit: Title
-
@Demongornot Job well done, congrats.
Thank you. -
@Demongornot fantastic post! Thanks for taking the time writing it.
-
Great and thorough guide, well done!
Even though it might not always give the perfect results, I often combine Google autocomplete with other searches where no autocomplete is available.
Sometimes I try to add new autocomplete URLs by looking at Developer Tools but if the results don't confirm to the standard specs for browser autocomplete it won't work.
Here are some I use regularly:
All Music Guide, amg - music database https://www.allmusic.com/search/all/%s Discogs, di - music database https://www.discogs.com/search/?q=%s&type=all Bandcamp, b - music shop for independent artists https://bandcamp.com/search?q=%s Vimeo, v - video site for quality content https://vimeo.com/search?q=%s IMDB, i - movie database https://www.imdb.com/find?q=%s Gmail search, m https://mail.google.com/mail/u/0/?subset=all#search/%s Gmail compose to, cm https://mail.google.com/?view=cm&to=%s Google Maps. gm https://maps.google.com/maps?q=%s Google "I feel lucky", gl - go automatically to first result https://www.google.com/search?q=%s&btnI=1 Google Translate, tr https://translate.google.com/#auto|auto|%s Internet Archive Wayback Machine, ar http://web.archive.org/web/%s Urban Dictionary, u - slang dictionary https://www.urbandictionary.com/define.php?term=%s Wolfram Alpha, wa - calculation engine http://www.wolframalpha.com/input/?i=%s
If anyone's got working autocomplete for any of these I'd appreciate it, as most of them have non-standard implementations.
-
beside the fact, that we now have two almost similar threads, can someone please help me to get the right searchstring for https://reports.exodus-privacy.eu.org/en/ ?
probably it's a post search.until now I had a bookmarklet from @QuHno which he describes here but it doesn't work at this site (perhaps it doesn't work any longer?)
-
It is true that not all search engines can be added in a described way. But ultimately, if I can't add them to the list, I simply add them to the web panel.
Adding some search engines to the web panel can even result in advantages, for example for this one
https://www.alltheinternet.com -
@derDay That site uses an
ìnput
field without aform
element, and they use fancy http requests to return results. IMO such practices break the web... so we can't make a search engine with it. -
@Pathduck thanks for your investigation
-
Another possible parameter would be the number of results displayed, Vivaldi only display suggestions 5 maximum anyway, so if available, limit this list to 5 elements (setting it higher won't make more suggestions appear)
Is this 5 maximum suggestions limitation still in place?
-
The suggestion url for the Startpage seems to not work:
https://www.startpage.com/cgi-bin/csuggest?query=%s&limit=5&lang=english&format=jsonAfter little investigation, seems to me that:
https://www.startpage.com/suggestions?q=%s&segment=startpage.vivaldi
should work, but it also doesn't... -
@tealing said in Guide | Vivaldi Search and Suggestion URL explanation and tutorial (simple).:
5 maximum suggestions
Yes, Seems like 5 maximum suggestions.
-
Edits
2025-06-04: Update URL for SMC USA
2025-06-04: @Pathduck recovered this post originally in Search Suggestion URLs at https://forum.vivaldi.net/post/338066 and/or https://forum.vivaldi.net/topic/16991/guide-search-suggestion-url/ using the Wayback Machine.
2024-12-25: Add TMDB
2024-12-16: Update Siemens search URLs
2024-08-28: Add Presearch search+suggest URLs from @wintercoast
2024-05-22: Add OpenAI ChatGPT search URL. No suggest URL as I don't think OpenAI even does that?
2024-01-29: Update Startpage suggest URL from Pathduck
2023-08-26: Add working Yahoo! suggest URLs from @Barruel and @Pathduck, including language-specific suggest URLs. Update default engines with strings per latest 6.1.3035.302. Most engines now contain {referral} variable instead of the old hardcoded information. Neeva move out of default search engines section. Yelp move into default search engines section.
2023-01-07: Add Brave, You suggest URLs from @JonesBones
2022-10-11: Update suggest URL per @wudini
2022-10-06: Add Spotify (no suggest URL though)
2022-03-28: Add Swisscows from @bizarro andfor suggest URLs which Vivaldi does not currently support
2021-12-17: Fix broken LinkedIn, add Siemens Industry Online Support Forums
2021-12-09: Update to Vivaldi's new default Bing, Yahoo, Startpage, and Neeva URLs; add Marginalia Search, Siemens Industry Online Support, Siemens Industry Mall, and Intel ARK (Automated Relational Knowledgebase), Update SMC USA and add note that Wolfram|Alpha suggestURL isn't currently supported by Vivaldi
2020-07-10: Add Digi-Key, SMC USA, and Rockwell Automation
2020-06-15: Add Balluff
2020-06-03: Remove Qwant from default Vivaldi search engines, add suggest URLs from Pathduck including YouTube, Startpage, Wolfram|Alpha, Finn, and Torrentz2.
2020-04-01: Add Reddit, change Rhinospike keyword fromr
tors
to avoid conflict with Reddit. Formatting change on Yahoo and Bing table rows to use newly-supported newlines
2020-03-19: Add links to related Vivaldi threads
2020-03-18: Add alternate language/country info. Also add more suggest and search URLs, including ones for Yahoo which unfortunately don't work with Vivaldi as of 2.11.1811.47.
2020-02-28: Add info for customizing Qwant (like defaulting to Dark Mode), added Searx, and added additional search aggregations above.
2020-01-08: Add incorrect search engine from 2.10.1745.21
2019-12-19: Move "Comment" column to be first, since this forum doesn't seem to support very wide tables.Something caused my search suggestion engines to all get wiped out (this could have been me if I did it a few months ago and forgot). Anyway, figured while I'm adding everything back I might as well make a comprehensive list for my future reference and anyone else who might be interested. Now I only wish there were an easy way to import/export items from this list...
Note that in my table of engines below, the default Vivaldi engines are all first. The remaining search engines are organized in alphabetical order. Even though the "url" column is cut off, you can still triple click to select the entire line of the search/suggestion URLs.
Comment keyword name suggestUrl url [Default] Comments on this Vivaldi blog post list https://www.bing.com/search?q=%s
as another option, but use the default URL to help financially support Vivaldi. Image Search URL:https://www.bing.com/images/detail/search?iss=sbiupload&{bing:Referral}#enterInsights
, Image Search POST Parameters:imageBin={google:imageThumbnailBase64}
b Bing https://www.bing.com/osjson.aspx?query=%s&language={language}
https://www.bing.com/search?q=%s&{bing:Referral}
<br>• [Obsolete] These URLs are previous official versions: <br>~https://www.bing.com/search?FORM=INCOH2&PC=1VIV&PTAG=ICO-c9d0fc87&q=%s
before 6.1~ <br>~https://www.bing.com/search?FORM=INCOH2&PC=IFJ1&PTAG=ICO-c9d0fc87&q=%s
before 4.3.2439.63~ <br>• [Obsolete] This URL was apparently mistakenly included in version 2.10.1745.21, and reverted in 2.10.1745.23 (see this blog post and its comments): <br>~https://www.bing.com/search?FORM=VBRO01&PC=ATVB&q=%s
~[Default] d DuckDuckGo https://ac.duckduckgo.com/ac/?q=%s&type=list
<br>• [Obsolete] This URL is a previous official version: <br>~https://ac.duckduckgo.com/ac/?q=%s&type=list
~https://duckduckgo.com/?q=%s&{ddg:Referral}
<br>• [Obsolete] This URL is a previous official version: <br>~https://duckduckgo.com/?q=%s&t=vivaldi
~ before 6.1[Default] Suggest URL included by default in Vivaldi v3.0.1874.38 (was not included in older versions, reason is/was unknown) e Ecosia https://ac.ecosia.org/autocomplete?q=%s&type=list
https://www.ecosia.org/search?q=%s&{ecosia:Referral_US}
<br>• [Obsolete] This URL is a previous official version: <br>~https://www.ecosia.org/search?tt=vivaldi&q=%s
~[Default] Vivaldi did not have a license to pre-package search suggestions from Google, see Vivaldi is not showing search suggestions in the address bar (Google provider). Another option is https://www.google.com/search?q=%s
, but use the default URL to (maybe?) help financially support Vivaldi. Image Search URL:https://www.google.com/searchbyimage/upload
, Image Search POST Parametersencoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}
g Google https://www.google.com/complete/search?client=firefox&q=%s
{google:baseURL}search?q=%s&{google:originalQueryForSuggestion}{google:prefetchSource}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
[Default] See prascal's comment on changing the search url to include your favorite settings, e.g. dark mode. Removed as default search engine without an official reason starting with release version 3.0, but back in by 6.1 q Qwant https://api.qwant.com/api/suggest/?client=opensearch&lang=en_gb&q=%s
• https://www.qwant.com/?q=%s
<br>• ~https://www.qwant.com/?client=brz-vivaldi&q=%s
~[Default] Suggest URL not included with Vivaldi, not sure why (fairly certain it was included in older versions). s Startpage.com • https://www.startpage.com/suggestions?q=%s&segment=startpage.vivaldi&format=opensearch
<br>• ~https://www.startpage.com/suggestions?q=%s&segment=startpage.vivaldi&format=json
~ <br>• ~https://www.startpage.com/cgi-bin/csuggest?limit=10&format=json&lang=english&query=%s
~ <br>• ~https://www.startpage.com/do/suggest?limit=10&format=json&query=%s
~https://www.startpage.com/do/search?q=%s&segment=startpage.vivaldi
<br>• [Obsolete] This URL was the previous official version (I noticed the change in 4.3.2439.63, but it probably happened earlier): <br>• ~https://www.startpage.com/rvd/search?language=auto&query=%s
~[Default] w Wikipedia https://en.wikipedia.org/w/api.php?action=opensearch&search=%s
https://en.wikipedia.org/wiki/Special:Search?search=%s
[Default] Thanks to replies from Barruel and Pathduck y Yahoo! • https://search.yahoo.com/sugg/ff?output=fxjson&command=%s
<br>•https://ff.search.yahoo.com/gossip?output=fxjson&command=%s
<br>• ~http://sugg.search.yahoo.net/sg/?output=jsonp&nresults=10&command=%s
~ <br>• ~http://sugg.search.yahoo.net/sg/?output=json&nresults=10&command=%
~ <br>• ~http://sugg.search.yahoo.net/sg/?output=xml&nresults=10&command=%s
~https://us.search.yahoo.com/yhs/search?hspart=iry&hsimp=yhs-fullyhosted_009&type=dpp_vvldnu_00_00¶m1=1¶m2=pa%3Ddowncoll%26b%3DVivaldi&p=%s
<br>• [Obsolete] This URL was the previous official version (I noticed the change in 4.3.2439.63, but it probably happened earlier): <br>•~https://us.search.yahoo.com/yhs/search?hspart=iry&hsimp=yhs-fullyhosted_009&type=dpp_vvldnu_00_00¶m1=1¶m2=pa%3Ddowncoll&p=%s
~[Default] Another option is https://www.yelp.com/search?find_desc=%s&src=opensearch
, but use the default URL to help financially support Vivaldiye Yelp https://www.yelp.com/search?find_desc=%s&utm_source=Vivaldi&utm_medium=Partner&utm_campaign=vivaldi_search_widget&utm_content=speeddial
[Default] Thanks to JonesBones' reply u You https://you.com/api/ac?q=%s
https://you.com/search?q=%s&utm_source=vivaldi_browser
Change https://smile.
tohttps://www.
to use regular Amazon instead of Amazon Smilea Amazon https://completion.amazon.com/search/complete?method=completion&search-alias=aps&client=amazon-search-ui&mkt=1&q=%s
https://smile.amazon.com/s?k=%s
Thanks to Useful custom searches for using with URLs ar Archive.org View URL Snapshot https://web.archive.org/web/submit?url=%s&type=urlquery
ba Balluff https://www.balluff.com/local/us/productfinder/product/?key=%s
bg BibleGateway https://www.biblegateway.com/quicksearch/?quicksearch=%s
No HTTPS unfortunately bmn BugMeNot http://bugmenot.com/view/%s
Thanks to JonesBones' reply br Brave https://search.brave.com/api/suggest?q=%s
https://search.brave.com/search?q=%s
gpt ChatGPT by OpenAI https://chatgpt.com/?q=%s
Not sure why, but favicon won't load for this search for me c Craigslist https://www.craigslist.org/search/sss?query=%s&sort=rel
dk Digi-Key https://www.digikey.com/products/en?keywords=%s
No HTTPS unfortunately dc Discogs http://www.discogs.com/search?q=%s&type=all
eb eBay https://www.ebay.com/sch/i.html?&_nkw=%s
Thanks to Pathduck's reply, although I am unable to personally test it (I assume it is geo-restricted) finn Finn https://www.finn.no/search/autocomplete/xhr?responseType=json&searchKey=SEARCH_ID_BAP_ALL&term=%s
https://www.finn.no/bap/forsale/search.html?q=%s
gh GitHub https://github.com/search?q=%s
You must log in to GitHub to use this, otherwise you'll get an error page. ghi GitHub Issues with Help Wanted https://github.com/issues?utf8=?&q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22++%s
gr Goodreads https://www.goodreads.com/search?q=%s
Thanks to zaibon's reply ge Google Extensions and Themes from Chrome Web Store https://chrome.google.com/webstore/search?q=%s
gi Google Images https://suggestqueries.google.com/complete/search?client=firefox&ds=i&q=%s
https://www.google.com/search?tbm=isch&q=%s
Uses regular Google completion, but prepends the text "map of" to the query. It works okay for places, countries, states, geographical regions and the like, but will not perform address search. gm Google Maps https://www.google.com/complete/search?client=firefox&q=map%20of%20%s
https://www.google.com/maps?q=%s
gt Google Translate: Auto→En https://translate.google.com/#auto/en/%s
Would be much more powerful if Useful custom searches for using with URLs were implemented gtj Google Translate: Jp→En https://translate.google.com/#ja/en/%s
A suggest URL exists, but doesn't currently work with Vivaldi. Thanks to zaibon's reply and to zhuixinjian (not from Vivaldi forums)
gp Google Play ~ https://market.android.com/suggest/SuggRequest?json=1&c=3&query=%s
~https://play.google.com/store/search?q=%s
Search for e.g. "i9-9900KS" to get CPU specifications ia Intel ARK (Automated Relational Knowledgebase) http://ark.intel.com/search?q=%s
ip Intel Product Search https://www.intel.com/content/www/us/en/search.html?ws=text#q=%s&t=Products
imdb IMDB https://www.imdb.com/find?s=all&q=%s
j Jisho https://jisho.org/search?utf8=%E2%9C%93&keyword=%s
k Kanji Koohii https://kanji.koohii.com/study/kanji/%s
li LinkedIn • https://www.linkedin.com/search/results/all/?keywords=%s
<br>•~https://www.linkedin.com/search/results/index/?keywords=%s
~ma Marginalia Search https://search.marginalia.nu/search?query=%s
mm McMaster-Carr https://www.mcmaster.com/#%s
A suggest URL exists, but doesn't currently work with Vivaldi
m Merriam-Webster Dictionary ~ https://www.merriam-webster.com/lapi/v1/mwol-search/autocomplete?search=%s
~https://www.merriam-webster.com/dictionary/%s
A suggest URL exists, but doesn't currently work with Vivaldi
mt Merriam-Webster Thesaurus ~ https://www.merriam-webster.com/lapi/v1/mwol-search/autocomplete?search=%s
~https://www.merriam-webster.com/thesaurus/%s
Used to be a default Vivaldi engine but not as of Vivaldi 6.1 n <br>ne Neeva <br>Newegg https://neeva.com/suggest?q=%s&src=opensearch&pk_source=vivaldi
https://neeva.com/search?q=%s&src=opensearch&pk_source=vivaldi&pk_medium=external_product&pk_campaign=neeva_vivaldi_o
<br>https://www.newegg.com/p/pl?d=%s
p Plugged In https://www.pluggedin.com/search/?i=titles&p=0&l=20&c={}&q=%s
Thanks to wintercoast's reply Presearch https://presearch.com/search?q=%s
https://presearch.com/api/suggest?q=%s
Various suggest URLs exist, but none currently work with Vivaldi. See this post.
r Reddit ~ https://www.reddit.com/api/subreddit_autocomplete_v2.json?query=%s
~https://www.reddit.com/search/?q=%s
rs Rhinospike (Japanese) https://rhinospike.com/search/?language=4&q=%s
ra Rockwell Automation https://rockwellautomation.custhelp.com/app/results/kw/%s
See last paragraph of prascal's post for setting this up, it's intended for advanced users s Searx https://a.searx.space/?preferences=eJxlVEGv0zAM_jX0Ug0B78CpBwRCPAnpPbE9rpGXuG1oEhcn3VZ-Pc62btl2aKU49ufPnx1rSNgRW4xNhwEZXOUgdBN02GBYva0rRxpcPlQwJdLkR4cJm8p68VEj02FuNjxh5TH1ZJrXl_WmitBiRGDdNx-q1KPHhqIGrhjj5FJUFFTAvUqwbb6Di1gZskouye2QGwI5vifuqmPUKqZZKDjqrCaDu8rYCFuHRmHobMjciTqH9ehgrmEco1KtdRjfffo6Q0-k1Lk4McA41N4yEytlkxgGqweIRQgmIhfLGGTaW1NayoSedqKfUjtrkDJAomGmRLGnAUJhb4EzFyk8nxiNsUmpSNqCqz0aC9mJEetIbdoDY20so07E8z1ZP0WrxaC1XqXdY5IrVWe3DDzX2RLtTV2nFmVN6_w752jZhsGClmPucQb9-PT0-VAkwTR7Ck60L-F2BI_1dLaTXkFMpWfL4CETW3J6-oM4lC5m0kP-upti7qRdVOhscrA9Yy3CnnW-aVX2v4aFGeDa961NW0mI6YwTRn-HeNHjjsaCkNW0O6xvVaYRA-NIxYhdi6tPmAW2DVAovaQuBlh3kaZrEX_3ENKtcgbDzbCKtMn6Y5ZcTg8yEfl3PscEnMb8nIugGYLBQ2k5qXXhufBYajpdL6z87NHL3NaJIUQna8Y8Yl2qXLAuBmO62mBrg02Wwt3Q_gvgS8vHQ0GrNUz5rS60phCl9bEvXC6P6CH_yaXCcLtergtndJOYYvPb-pWzA6qe0oBzxngOR7qoomZymdeLNF590Rol17eXZ9lvexaH5ea0C5W8ouGyELeyaSJyXoxXGkvSNbpWSRpiD0dZBGl9fMI5XJ9W-awiOtkZcvdjs3ldF1k3DDLerN5-_RSrrC3kSiYZBfo_stVFIg==&q=%s
si Siemens SiePortal Knowledgebase * https://sieportal.siemens.com/en-us/search?scope=knowledgebase&SearchTerm=%s
<br>* ~https://support.industry.siemens.com/cs/search?search=%s
~sif Siemens SiePortal Forum * https://sieportal.siemens.com/en-us/search?scope=forum&SearchTerm=%s
<br>* ~https://support.industry.siemens.com/cs/search?search=%s&type=Forum
~simp Siemens SiePortal Catalog https://sieportal.siemens.com/en-us/search?scope=catalog&SearchTerm=%s
sim Siemens Industry Mall https://mall.industry.siemens.com/mall/en/WW/Catalog/Search?searchTerm=%s
smcusa SMC USA https://www.smcusa.com/api/FusionSearch/CheckIfExactMatch?q=%s
<br>https://www.smcusa.com/search/?q=%s
<br>https://www.smcusa.com/search?q=%s
<br>First of the above URLs is best, but all worksp Spotify https://open.spotify.com/search/%s
se Stack Exchange https://stackexchange.com/search?q=%s
No HTTPS unfortunately sh SymbolHound http://symbolhound.com/?q=%s
so Stack Overflow https://stackoverflow.com/search?q=%s
su Super User https://superuser.com/search?q=%s
A suggest URL exists, but doesn't currently work with Vivaldi. The region/itemsCount parameters are optional. Thanks to bizarro's reply
sc Swisscows • https://swisscows.com/api/suggest?query=%s
<br>•https://swisscows.com/api/suggest?query=%s®ion=en-US&itemsCount=5
https://swisscows.com/web?query=%s
tmdb TMDB https://www.themoviedb.org/search?query=%s
Thanks to Pathduck's reply t2 Torrentz2 https://torrentz2.eu/suggestions/%s
https://torrentz2.eu/search?f=%s
ud Urban Dictionary https://www.urbandictionary.com/define.php?term=%s
A suggest URL exists, but doesn't currently work with Vivaldi. Thanks to Pathduck's reply
wa Wolfram|Alpha ~ https://www.wolframalpha.com/n/v1/api/autocomplete?i=%s
~https://www.wolframalpha.com/input/?i=%s
I cannot find an English-language suggest URL ya Yandex https://suggest.yandex.com/suggest-ya.cgi?part=%s
https://yandex.com/search/?text=%s
Both suggest URLs work in Vivaldi, but return slightly different results. Unsure which is better or why two even exist. yt YouTube • https://suggestqueries.google.com/complete/search?client=firefox&ds=yt&q=%s
<br>•https://www.google.com/complete/search?client=chrome&ds=yt&q=%s
https://www.youtube.com/results?search_query=%s
Search for e.g. "索" to see it written in many styles 文字拡大 moji https://moji.tekkai.com/zoom/%s/page.html
Alternate languages/countries for suggestUrl
Comment name Example suggestUrl Both .com
andmkt=1
are changed for the Japanese market as shown, but it's unclear how to adjust these for other marketsAmazon https://completion.amazon.co.jp/search/complete?method=completion&search-alias=aps&client=amazon-search-ui&mkt=6&q=%s
After search?
, addhl=languagecode&
(see Supported Languages for hl parameter) and/or addgl=countrycode
(see Supported Country Codes for gl parameter. See official docs on a different but related search.Google Images https://www.google.com/complete/search?hl=jp&gl=cn&ds=i&output=firefox&q=%s
See note for Google Images Google Play https://market.android.com/suggest/SuggRequest?json=1&c=3&query=billy&hl=ne&gl=us
Change www.
tocountrycode.
Wikipedia https://ru.wikipedia.org/w/api.php?action=opensearch&search=%s
Add countrycode.
prefix. Thanks to replies from Barruel and PathduckYahoo! https://de.search.yahoo.com/sugg/ff?output=fxjson&command=%s
You would thinking changing .com
to.ru
or.ur
would work, but all variants seem to return the same Russian search suggestions. Also, Turkey is strangely.com.tr
Yandex https://suggest.yandex.com/suggest-ya.cgi?part=%s
See note for Google Images, also it appears one can change .com
to.countrycode
if desiredYouTube https://www.google.ru/complete/search?hl=ru&ds=yt&output=firefox&q=%s
Alternate languages/countries for search URL
Comment name Example searchUrl Change .com
to.co.countrycode
Amazon https://www.amazon.co.jp/s?k=%s
Change .com
to.co.countrycode
and/or adjust in https://www.google.com/preferencesGoogle https://www.google.co.jp/search?q=%s
Change .com
to.countrycode
works for some, but Turkey is strangely.com.tr
Yandex https://yandex.ua/search/?text=%s
Many thanks to the Vimium project and Search, which helped me find these massive collections of search engines (far more than fit in my list) and sources for possible search engines:
- Search suggestions / search completions
- Vimium Search Suggestion / Search Complete URLs - Wiki and completion_engines.coffee and completion_engines.js
- Search engines
- Metasearch engines (combining results from other search engines)
- Other
- Related Vivaldi threads
- 2020-05
Vivaldi search engines collection
- 2019-09 Blog post titled Three search engines that don’t track you and associated 10/2018 forum post titled Search engines: Time to take a stand (original 2018 blog post is on archive.org)
- 2019-03 Backup Search Engines
- 2019-03 Sync search engines
- 2018-03 Placeholders as Commands on Custom Search Engines
- 2017-12 Blog post and forum post for How to get the most out of search engines in Vivaldi
- 2017-05 Search Suggestion URL (this thread)
- 2016-03 Vivaldi is not showing search suggestions in the address bar (Google provider)
- 2015-11 Useful custom searches for using with URLs
- 2020-05
Search Engine Inclusion Criteria
Search engines belong on this list if they are either:- Have any custom suggest URL (whether or not Vivaldi currently supports it), or
- Are used by me personally
- Search suggestions / search completions
-
@Demongornot Nice post! I definitely prefer your formatting in this forum compared to my table formatting which is cut off on the right. Very low priority for me to fix though at this time, especially as the info is still accessible with clever selection and copy-and-paste.