-
Notifications
You must be signed in to change notification settings - Fork 613
Expand file tree
/
Copy pathsearchproviders.yaml
More file actions
56 lines (50 loc) · 1.07 KB
/
searchproviders.yaml
File metadata and controls
56 lines (50 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
tiles:
id: tiles
name: Tiles
target: _blank
baidu:
id: baidu
url: https://www.baidu.com/s
name: Baidu
method: get
target: _blank
query: wd
bing:
id: bing
url: https://www.bing.com/search
name: Bing
method: get
target: _blank
query: q
autocomplete: https://api.bing.com/osjson.aspx?query={query}
ddg:
id: ddg
url: https://duckduckgo.com/
name: DuckDuckGo
method: get
target: _blank
query: q
autocomplete: https://duckduckgo.com/ac/?q={query}&type=list
google:
id: google
url: https://www.google.com/search
name: Google
method: get
target: _blank
query: q
autocomplete: https://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q={query}
startpage:
id: startpage
url: https://www.startpage.com/do/dsearch
name: Startpage
method: get
target: _blank
query: query
searx:
id: searx
url: https://searx.example.com/search
name: SearXNG
method: get
target: _blank
query: q
autocomplete: https://searx.example.com/autocompleter?format=x-suggestions&q={query}