UNPKG

web-search

Version:

A package to provide search URLs for websites from a search term.

153 lines (152 loc) 4.29 kB
{ "websites": [ { "name": "AliExpress", "url_prefix": "https://aliexpress.com/wholesale?SearchText=" }, { "name": "Amazon", "url_prefix": "https://amazon.com/s?k=" }, { "name": "Amazon Brasil", "url_prefix": "https://amazon.com.br/s?k=" }, { "name": "Arch Wiki", "url_prefix": "https://wiki.archlinux.org/index.php/" }, { "name": "Bandcamp", "url_prefix": "https://bandcamp.com/search?q=" }, { "name": "Bing", "url_prefix": "https://bing.com/search?q=" }, { "name": "Crates.io", "url_prefix": "https://crates.io/search?q=" }, { "name": "DEV Community", "url_prefix": "https://dev.to/search?q=" }, { "name": "DuckDuckGo", "url_prefix": "https://duckduckgo.com/?q=" }, { "name": "Ecosia", "url_prefix": "https://ecosia.org/search?q=" }, { "name": "Figma Community", "url_prefix": "https://figma.com/community/search?q=" }, { "name": "Flathub", "url_prefix": "https://flathub.org/apps/search/" }, { "name": "G1", "url_prefix": "https://g1.globo.com/busca/?q=" }, { "name": "GitHub", "url_prefix": "https://github.com/search?q=" }, { "name": "GitHub Gist", "url_prefix": "https://gist.github.com/search?q=" }, { "name": "Google", "url_prefix": "https://google.com/search?q=" }, { "name": "Google Photos", "url_prefix": "https://photos.google.com/search/" }, { "name": "Libraries.io", "url_prefix": "https://libraries.io/search?q=" }, { "name": "MDN Web Docs", "url_prefix": "https://developer.mozilla.org/search?q=" }, { "name": "Medium", "url_prefix": "https://medium.com/search?q=" }, { "name": "Mercado Livre", "url_prefix": "https://lista.mercadolivre.com.br/" }, { "name": "Nexo Jornal", "url_prefix": "https://nexojornal.com.br/util/busca/?q=" }, { "name": "npm", "url_prefix": "https://npmjs.com/search?q=" }, { "name": "Pexels", "url_prefix": "https://pexels.com/search/" }, { "name": "Pop!_Planet", "url_prefix": "https://pop-planet.info/forums/search/1/?q=" }, { "name": "Pop!_Planet Wiki", "url_prefix": "https://pop-planet.info/wiki/?search=" }, { "name": "reddit", "url_prefix": "https://reddit.com/search/?q=" }, { "name": "SoundCloud", "url_prefix": "https://soundcloud.com/search?q=" }, { "name": "Spotify", "url_prefix": "https://open.spotify.com/search/" }, { "name": "Stack Overflow", "url_prefix": "https://stackoverflow.com/search?q=" }, { "name": "Towards Data Science", "url_prefix": "https://towardsdatascience.com/search?q=" }, { "name": "Twitch", "url_prefix": "https://twitch.tv/search?term=" }, { "name": "Twitter", "url_prefix": "https://twitter.com/search?q=" }, { "name": "Unsplash", "url_prefix": "https://unsplash.com/s/photos/" }, { "name": "Wikipedia", "url_prefix": "https://wikipedia.org/w/index.php?search=" }, { "name": "Yahoo!", "url_prefix": "https://search.yahoo.com/search?p=" }, { "name": "YouTube", "url_prefix": "https://youtube.com/results?search_query=" } ] }