jobs-referer-parser 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2a7373a0be06188c97b10cf347575a3f1e328cbe
4
+ data.tar.gz: ae186d680804c24805b5734bfd8dbfbe8cc67527
5
+ SHA512:
6
+ metadata.gz: 21dd1004aa53e961e7961f8adaf733a5243e8c8304f8010f4bae177c17e48b538b10017ff5faf70c5e39043d1a1929da0d57702d6b0c906ce747c678a123219d
7
+ data.tar.gz: d31f3cf0d73186610bb38104d7486e542429c11ccd6f4cfacb93f3019792859f2e0b843b561420ef1653037ef13e355395e81dde43a9331c57d8ecd7daa223de
data/.DS_Store ADDED
Binary file
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in attlib.gemspec
4
+ gemspec
data/LICENSE-2.0.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,98 @@
1
+ # referer-parser Ruby library
2
+
3
+ This is the Ruby implementation of [referer-parser] [referer-parser], the library for extracting search marketing data from referer _(sic)_ URLs.
4
+
5
+ The implementation uses the shared 'database' of known referers found in [`referers.yml`] [referers-yml].
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ gem 'referer-parser'
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install referer-parser
20
+
21
+ ## Usage
22
+
23
+ ### To include referer-parser:
24
+
25
+ ```ruby
26
+ require 'referer-parser'
27
+ ```
28
+
29
+ ### To create a parser
30
+
31
+ Parsers are created by default with the set of included referers but they can also be loaded from another file(s) either during or after instantiation
32
+
33
+ Creating and modifying the parser:
34
+
35
+ ```ruby
36
+ # Default parser
37
+ parser = RefererParser::Parser.new
38
+
39
+ # Custom parser with local file
40
+ parser = RefererParser::Parser.new('/path/to/other/referers.yml')
41
+
42
+ # From a URI
43
+ parser = RefererParser::Parser.new('http://example.com/path/to/other/referers.yml')
44
+
45
+ # Default referers, then merge in a set of custom internal domains
46
+ parser = RefererParser::Parser.new
47
+ parser.update('/path/to/internal.yml')
48
+
49
+ # Default referers, then add your own internal domain inline instead of from a file
50
+ parser = RefererParser::Parser.new
51
+ parser.add_referer('internal', 'SnowPlow', 'snowplowanalytics.com')
52
+
53
+ # Clear all of the existing referers
54
+ parser.clear!
55
+ ```
56
+
57
+ ### Using a parser
58
+
59
+ The parser returns a hash of matching data if it can be found including search terms, medium, and nicely-formatted source name.
60
+ If there is no match, :known will be false.
61
+
62
+ ```ruby
63
+ parser = RefererParser::Parser.new
64
+ parser.parse('http://www.google.com/search?q=gateway+oracle+cards+denise+linn&hl=en&client=safari')
65
+ # => {
66
+ :known=>true,
67
+ :uri=>"http://www.google.com/search?q=gateway+oracle+cards+denise+linn&hl=en&client=safari",
68
+ :source=>"Google",
69
+ :medium=>"search",
70
+ :term=>"gateway oracle cards denise linn"
71
+ }
72
+ ```
73
+
74
+ ## Contributing
75
+
76
+ 1. Fork it
77
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
78
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
79
+ 4. Push to the branch (`git push origin my-new-feature`)
80
+ 5. Create new Pull Request
81
+
82
+ ## Copyright and license
83
+
84
+ The referer-parser Ruby library is copyright 2014 Inside Systems, Inc.
85
+
86
+ Licensed under the [Apache License, Version 2.0] [license] (the "License");
87
+ you may not use this software except in compliance with the License.
88
+
89
+ Unless required by applicable law or agreed to in writing, software
90
+ distributed under the License is distributed on an "AS IS" BASIS,
91
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
92
+ See the License for the specific language governing permissions and
93
+ limitations under the License.
94
+
95
+ [referer-parser]: https://github.com/snowplow/referer-parser
96
+ [referers-yml]: https://github.com/snowplow/referer-parser/blob/master/referers.yml
97
+
98
+ [license]: http://www.apache.org/licenses/LICENSE-2.0
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ require 'rspec/core'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec) do |spec|
7
+ spec.pattern = FileList['spec/**/*_spec.rb']
8
+ end
9
+
10
+ task :default => :spec
@@ -0,0 +1,4090 @@
1
+ {
2
+ "unknown": {
3
+ "Outbrain": {
4
+ "domains": [
5
+ "paid.outbrain.com"
6
+ ]
7
+ },
8
+ "Google": {
9
+ "domains": [
10
+ "support.google.com",
11
+ "developers.google.com",
12
+ "maps.google.com",
13
+ "accounts.google.com",
14
+ "drive.google.com",
15
+ "sites.google.com",
16
+ "groups.google.com",
17
+ "groups.google.co.uk",
18
+ "news.google.co.uk"
19
+ ]
20
+ },
21
+ "Taboola": {
22
+ "domains": [
23
+ "trc.taboola.com",
24
+ "api.taboola.com"
25
+ ]
26
+ },
27
+ "Yahoo!": {
28
+ "domains": [
29
+ "finance.yahoo.com",
30
+ "news.yahoo.com",
31
+ "eurosport.yahoo.com",
32
+ "sports.yahoo.com",
33
+ "astrology.yahoo.com",
34
+ "travel.yahoo.com",
35
+ "answers.yahoo.com",
36
+ "screen.yahoo.com",
37
+ "weather.yahoo.com",
38
+ "messenger.yahoo.com",
39
+ "games.yahoo.com",
40
+ "shopping.yahoo.net",
41
+ "movies.yahoo.com",
42
+ "cars.yahoo.com",
43
+ "lifestyle.yahoo.com",
44
+ "omg.yahoo.com",
45
+ "match.yahoo.net"
46
+ ]
47
+ }
48
+ },
49
+ "search": {
50
+ "TalkTalk": {
51
+ "domains": [
52
+ "www.talktalk.co.uk"
53
+ ],
54
+ "parameters": [
55
+ "query"
56
+ ]
57
+ },
58
+ "1.cz": {
59
+ "domains": [
60
+ "1.cz"
61
+ ],
62
+ "parameters": [
63
+ "q"
64
+ ]
65
+ },
66
+ "Softonic": {
67
+ "domains": [
68
+ "search.softonic.com"
69
+ ],
70
+ "parameters": [
71
+ "q"
72
+ ]
73
+ },
74
+ "GAIS": {
75
+ "domains": [
76
+ "gais.cs.ccu.edu.tw"
77
+ ],
78
+ "parameters": [
79
+ "q"
80
+ ]
81
+ },
82
+ "Freecause": {
83
+ "domains": [
84
+ "search.freecause.com"
85
+ ],
86
+ "parameters": [
87
+ "p"
88
+ ]
89
+ },
90
+ "360.cn": {
91
+ "domains": [
92
+ "so.360.cn",
93
+ "www.so.com"
94
+ ],
95
+ "parameters": [
96
+ "q"
97
+ ]
98
+ },
99
+ "RPMFind": {
100
+ "domains": [
101
+ "rpmfind.net",
102
+ "fr2.rpmfind.net"
103
+ ],
104
+ "parameters": [
105
+ "query"
106
+ ]
107
+ },
108
+ "Comcast": {
109
+ "domains": [
110
+ "serach.comcast.net"
111
+ ],
112
+ "parameters": [
113
+ "q"
114
+ ]
115
+ },
116
+ "Voila": {
117
+ "domains": [
118
+ "search.ke.voila.fr",
119
+ "www.lemoteur.fr"
120
+ ],
121
+ "parameters": [
122
+ "rdata",
123
+ "kw"
124
+ ]
125
+ },
126
+ "Nifty": {
127
+ "domains": [
128
+ "search.nifty.com"
129
+ ],
130
+ "parameters": [
131
+ "q"
132
+ ]
133
+ },
134
+ "Atlas": {
135
+ "domains": [
136
+ "searchatlas.centrum.cz"
137
+ ],
138
+ "parameters": [
139
+ "q"
140
+ ]
141
+ },
142
+ "Lo.st": {
143
+ "domains": [
144
+ "lo.st"
145
+ ],
146
+ "parameters": [
147
+ "x_query"
148
+ ]
149
+ },
150
+ "DasTelefonbuch": {
151
+ "domains": [
152
+ "www1.dastelefonbuch.de"
153
+ ],
154
+ "parameters": [
155
+ "kw"
156
+ ]
157
+ },
158
+ "Fireball": {
159
+ "domains": [
160
+ "www.fireball.de"
161
+ ],
162
+ "parameters": [
163
+ "q"
164
+ ]
165
+ },
166
+ "1und1": {
167
+ "domains": [
168
+ "search.1und1.de"
169
+ ],
170
+ "parameters": [
171
+ "su"
172
+ ]
173
+ },
174
+ "Virgilio": {
175
+ "domains": [
176
+ "ricerca.virgilio.it",
177
+ "ricercaimmagini.virgilio.it",
178
+ "ricercavideo.virgilio.it",
179
+ "ricercanews.virgilio.it",
180
+ "mobile.virgilio.it"
181
+ ],
182
+ "parameters": [
183
+ "qs"
184
+ ]
185
+ },
186
+ "Web.nl": {
187
+ "domains": [
188
+ "www.web.nl"
189
+ ],
190
+ "parameters": [
191
+ "zoekwoord"
192
+ ]
193
+ },
194
+ "Plazoo": {
195
+ "domains": [
196
+ "www.plazoo.com"
197
+ ],
198
+ "parameters": [
199
+ "q"
200
+ ]
201
+ },
202
+ "Goyellow.de": {
203
+ "domains": [
204
+ "www.goyellow.de"
205
+ ],
206
+ "parameters": [
207
+ "MDN"
208
+ ]
209
+ },
210
+ "AOL": {
211
+ "domains": [
212
+ "search.aol.com",
213
+ "search.aol.it",
214
+ "aolsearch.aol.com",
215
+ "aolsearch.com",
216
+ "www.aolrecherche.aol.fr",
217
+ "www.aolrecherches.aol.fr",
218
+ "www.aolimages.aol.fr",
219
+ "aim.search.aol.com",
220
+ "www.recherche.aol.fr",
221
+ "find.web.aol.com",
222
+ "recherche.aol.ca",
223
+ "aolsearch.aol.co.uk",
224
+ "search.aol.co.uk",
225
+ "aolrecherche.aol.fr",
226
+ "sucheaol.aol.de",
227
+ "suche.aol.de",
228
+ "suche.aolsvc.de",
229
+ "aolbusqueda.aol.com.mx",
230
+ "alicesuche.aol.de",
231
+ "alicesuchet.aol.de",
232
+ "suchet2.aol.de",
233
+ "search.hp.my.aol.com.au",
234
+ "search.hp.my.aol.de",
235
+ "search.hp.my.aol.it",
236
+ "search-intl.netscape.com"
237
+ ],
238
+ "parameters": [
239
+ "q",
240
+ "query"
241
+ ]
242
+ },
243
+ "Acoon": {
244
+ "domains": [
245
+ "www.acoon.de"
246
+ ],
247
+ "parameters": [
248
+ "begriff"
249
+ ]
250
+ },
251
+ "Free": {
252
+ "domains": [
253
+ "search.free.fr",
254
+ "search1-2.free.fr",
255
+ "search1-1.free.fr"
256
+ ],
257
+ "parameters": [
258
+ "q"
259
+ ]
260
+ },
261
+ "Apollo Latvia": {
262
+ "domains": [
263
+ "apollo.lv/portal/search/"
264
+ ],
265
+ "parameters": [
266
+ "q"
267
+ ]
268
+ },
269
+ "HighBeam": {
270
+ "domains": [
271
+ "www.highbeam.com"
272
+ ],
273
+ "parameters": [
274
+ "q"
275
+ ]
276
+ },
277
+ "I-play": {
278
+ "domains": [
279
+ "start.iplay.com"
280
+ ],
281
+ "parameters": [
282
+ "q"
283
+ ]
284
+ },
285
+ "FriendFeed": {
286
+ "domains": [
287
+ "friendfeed.com"
288
+ ],
289
+ "parameters": [
290
+ "q"
291
+ ]
292
+ },
293
+ "Yasni": {
294
+ "domains": [
295
+ "www.yasni.de",
296
+ "www.yasni.com",
297
+ "www.yasni.co.uk",
298
+ "www.yasni.ch",
299
+ "www.yasni.at"
300
+ ],
301
+ "parameters": [
302
+ "query"
303
+ ]
304
+ },
305
+ "Gigablast": {
306
+ "domains": [
307
+ "www.gigablast.com",
308
+ "dir.gigablast.com"
309
+ ],
310
+ "parameters": [
311
+ "q"
312
+ ]
313
+ },
314
+ "arama": {
315
+ "domains": [
316
+ "arama.com"
317
+ ],
318
+ "parameters": [
319
+ "q"
320
+ ]
321
+ },
322
+ "Fixsuche": {
323
+ "domains": [
324
+ "www.fixsuche.de"
325
+ ],
326
+ "parameters": [
327
+ "q"
328
+ ]
329
+ },
330
+ "Apontador": {
331
+ "domains": [
332
+ "apontador.com.br",
333
+ "www.apontador.com.br"
334
+ ],
335
+ "parameters": [
336
+ "q"
337
+ ]
338
+ },
339
+ "Search.com": {
340
+ "domains": [
341
+ "www.search.com"
342
+ ],
343
+ "parameters": [
344
+ "q"
345
+ ]
346
+ },
347
+ "Monstercrawler": {
348
+ "domains": [
349
+ "www.monstercrawler.com"
350
+ ],
351
+ "parameters": [
352
+ "qry"
353
+ ]
354
+ },
355
+ "Google Images": {
356
+ "domains": [
357
+ "google.ac/imgres",
358
+ "google.ad/imgres",
359
+ "google.ae/imgres",
360
+ "google.am/imgres",
361
+ "google.as/imgres",
362
+ "google.at/imgres",
363
+ "google.az/imgres",
364
+ "google.ba/imgres",
365
+ "google.be/imgres",
366
+ "google.bf/imgres",
367
+ "google.bg/imgres",
368
+ "google.bi/imgres",
369
+ "google.bj/imgres",
370
+ "google.bs/imgres",
371
+ "google.by/imgres",
372
+ "google.ca/imgres",
373
+ "google.cat/imgres",
374
+ "google.cc/imgres",
375
+ "google.cd/imgres",
376
+ "google.cf/imgres",
377
+ "google.cg/imgres",
378
+ "google.ch/imgres",
379
+ "google.ci/imgres",
380
+ "google.cl/imgres",
381
+ "google.cm/imgres",
382
+ "google.cn/imgres",
383
+ "google.co.bw/imgres",
384
+ "google.co.ck/imgres",
385
+ "google.co.cr/imgres",
386
+ "google.co.id/imgres",
387
+ "google.co.il/imgres",
388
+ "google.co.in/imgres",
389
+ "google.co.jp/imgres",
390
+ "google.co.ke/imgres",
391
+ "google.co.kr/imgres",
392
+ "google.co.ls/imgres",
393
+ "google.co.ma/imgres",
394
+ "google.co.mz/imgres",
395
+ "google.co.nz/imgres",
396
+ "google.co.th/imgres",
397
+ "google.co.tz/imgres",
398
+ "google.co.ug/imgres",
399
+ "google.co.uk/imgres",
400
+ "google.co.uz/imgres",
401
+ "google.co.ve/imgres",
402
+ "google.co.vi/imgres",
403
+ "google.co.za/imgres",
404
+ "google.co.zm/imgres",
405
+ "google.co.zw/imgres",
406
+ "google.com/imgres",
407
+ "google.com.af/imgres",
408
+ "google.com.ag/imgres",
409
+ "google.com.ai/imgres",
410
+ "google.com.ar/imgres",
411
+ "google.com.au/imgres",
412
+ "google.com.bd/imgres",
413
+ "google.com.bh/imgres",
414
+ "google.com.bn/imgres",
415
+ "google.com.bo/imgres",
416
+ "google.com.br/imgres",
417
+ "google.com.by/imgres",
418
+ "google.com.bz/imgres",
419
+ "google.com.co/imgres",
420
+ "google.com.cu/imgres",
421
+ "google.com.cy/imgres",
422
+ "google.com.do/imgres",
423
+ "google.com.ec/imgres",
424
+ "google.com.eg/imgres",
425
+ "google.com.et/imgres",
426
+ "google.com.fj/imgres",
427
+ "google.com.gh/imgres",
428
+ "google.com.gi/imgres",
429
+ "google.com.gt/imgres",
430
+ "google.com.hk/imgres",
431
+ "google.com.jm/imgres",
432
+ "google.com.kh/imgres",
433
+ "google.com.kw/imgres",
434
+ "google.com.lb/imgres",
435
+ "google.com.lc/imgres",
436
+ "google.com.ly/imgres",
437
+ "google.com.mt/imgres",
438
+ "google.com.mx/imgres",
439
+ "google.com.my/imgres",
440
+ "google.com.na/imgres",
441
+ "google.com.nf/imgres",
442
+ "google.com.ng/imgres",
443
+ "google.com.ni/imgres",
444
+ "google.com.np/imgres",
445
+ "google.com.om/imgres",
446
+ "google.com.pa/imgres",
447
+ "google.com.pe/imgres",
448
+ "google.com.ph/imgres",
449
+ "google.com.pk/imgres",
450
+ "google.com.pr/imgres",
451
+ "google.com.py/imgres",
452
+ "google.com.qa/imgres",
453
+ "google.com.sa/imgres",
454
+ "google.com.sb/imgres",
455
+ "google.com.sg/imgres",
456
+ "google.com.sl/imgres",
457
+ "google.com.sv/imgres",
458
+ "google.com.tj/imgres",
459
+ "google.com.tn/imgres",
460
+ "google.com.tr/imgres",
461
+ "google.com.tw/imgres",
462
+ "google.com.ua/imgres",
463
+ "google.com.uy/imgres",
464
+ "google.com.vc/imgres",
465
+ "google.com.vn/imgres",
466
+ "google.cv/imgres",
467
+ "google.cz/imgres",
468
+ "google.de/imgres",
469
+ "google.dj/imgres",
470
+ "google.dk/imgres",
471
+ "google.dm/imgres",
472
+ "google.dz/imgres",
473
+ "google.ee/imgres",
474
+ "google.es/imgres",
475
+ "google.fi/imgres",
476
+ "google.fm/imgres",
477
+ "google.fr/imgres",
478
+ "google.ga/imgres",
479
+ "google.gd/imgres",
480
+ "google.ge/imgres",
481
+ "google.gf/imgres",
482
+ "google.gg/imgres",
483
+ "google.gl/imgres",
484
+ "google.gm/imgres",
485
+ "google.gp/imgres",
486
+ "google.gr/imgres",
487
+ "google.gy/imgres",
488
+ "google.hn/imgres",
489
+ "google.hr/imgres",
490
+ "google.ht/imgres",
491
+ "google.hu/imgres",
492
+ "google.ie/imgres",
493
+ "google.im/imgres",
494
+ "google.io/imgres",
495
+ "google.iq/imgres",
496
+ "google.is/imgres",
497
+ "google.it/imgres",
498
+ "google.it.ao/imgres",
499
+ "google.je/imgres",
500
+ "google.jo/imgres",
501
+ "google.kg/imgres",
502
+ "google.ki/imgres",
503
+ "google.kz/imgres",
504
+ "google.la/imgres",
505
+ "google.li/imgres",
506
+ "google.lk/imgres",
507
+ "google.lt/imgres",
508
+ "google.lu/imgres",
509
+ "google.lv/imgres",
510
+ "google.md/imgres",
511
+ "google.me/imgres",
512
+ "google.mg/imgres",
513
+ "google.mk/imgres",
514
+ "google.ml/imgres",
515
+ "google.mn/imgres",
516
+ "google.ms/imgres",
517
+ "google.mu/imgres",
518
+ "google.mv/imgres",
519
+ "google.mw/imgres",
520
+ "google.ne/imgres",
521
+ "google.nl/imgres",
522
+ "google.no/imgres",
523
+ "google.nr/imgres",
524
+ "google.nu/imgres",
525
+ "google.pl/imgres",
526
+ "google.pn/imgres",
527
+ "google.ps/imgres",
528
+ "google.pt/imgres",
529
+ "google.ro/imgres",
530
+ "google.rs/imgres",
531
+ "google.ru/imgres",
532
+ "google.rw/imgres",
533
+ "google.sc/imgres",
534
+ "google.se/imgres",
535
+ "google.sh/imgres",
536
+ "google.si/imgres",
537
+ "google.sk/imgres",
538
+ "google.sm/imgres",
539
+ "google.sn/imgres",
540
+ "google.so/imgres",
541
+ "google.st/imgres",
542
+ "google.td/imgres",
543
+ "google.tg/imgres",
544
+ "google.tk/imgres",
545
+ "google.tl/imgres",
546
+ "google.tm/imgres",
547
+ "google.to/imgres",
548
+ "google.tt/imgres",
549
+ "google.us/imgres",
550
+ "google.vg/imgres",
551
+ "google.vu/imgres",
552
+ "images.google.ws",
553
+ "images.google.ac",
554
+ "images.google.ad",
555
+ "images.google.ae",
556
+ "images.google.am",
557
+ "images.google.as",
558
+ "images.google.at",
559
+ "images.google.az",
560
+ "images.google.ba",
561
+ "images.google.be",
562
+ "images.google.bf",
563
+ "images.google.bg",
564
+ "images.google.bi",
565
+ "images.google.bj",
566
+ "images.google.bs",
567
+ "images.google.by",
568
+ "images.google.ca",
569
+ "images.google.cat",
570
+ "images.google.cc",
571
+ "images.google.cd",
572
+ "images.google.cf",
573
+ "images.google.cg",
574
+ "images.google.ch",
575
+ "images.google.ci",
576
+ "images.google.cl",
577
+ "images.google.cm",
578
+ "images.google.cn",
579
+ "images.google.co.bw",
580
+ "images.google.co.ck",
581
+ "images.google.co.cr",
582
+ "images.google.co.id",
583
+ "images.google.co.il",
584
+ "images.google.co.in",
585
+ "images.google.co.jp",
586
+ "images.google.co.ke",
587
+ "images.google.co.kr",
588
+ "images.google.co.ls",
589
+ "images.google.co.ma",
590
+ "images.google.co.mz",
591
+ "images.google.co.nz",
592
+ "images.google.co.th",
593
+ "images.google.co.tz",
594
+ "images.google.co.ug",
595
+ "images.google.co.uk",
596
+ "images.google.co.uz",
597
+ "images.google.co.ve",
598
+ "images.google.co.vi",
599
+ "images.google.co.za",
600
+ "images.google.co.zm",
601
+ "images.google.co.zw",
602
+ "images.google.com",
603
+ "images.google.com.af",
604
+ "images.google.com.ag",
605
+ "images.google.com.ai",
606
+ "images.google.com.ar",
607
+ "images.google.com.au",
608
+ "images.google.com.bd",
609
+ "images.google.com.bh",
610
+ "images.google.com.bn",
611
+ "images.google.com.bo",
612
+ "images.google.com.br",
613
+ "images.google.com.by",
614
+ "images.google.com.bz",
615
+ "images.google.com.co",
616
+ "images.google.com.cu",
617
+ "images.google.com.cy",
618
+ "images.google.com.do",
619
+ "images.google.com.ec",
620
+ "images.google.com.eg",
621
+ "images.google.com.et",
622
+ "images.google.com.fj",
623
+ "images.google.com.gh",
624
+ "images.google.com.gi",
625
+ "images.google.com.gt",
626
+ "images.google.com.hk",
627
+ "images.google.com.jm",
628
+ "images.google.com.kh",
629
+ "images.google.com.kh",
630
+ "images.google.com.kw",
631
+ "images.google.com.lb",
632
+ "images.google.com.lc",
633
+ "images.google.com.ly",
634
+ "images.google.com.mt",
635
+ "images.google.com.mx",
636
+ "images.google.com.my",
637
+ "images.google.com.na",
638
+ "images.google.com.nf",
639
+ "images.google.com.ng",
640
+ "images.google.com.ni",
641
+ "images.google.com.np",
642
+ "images.google.com.om",
643
+ "images.google.com.pa",
644
+ "images.google.com.pe",
645
+ "images.google.com.ph",
646
+ "images.google.com.pk",
647
+ "images.google.com.pr",
648
+ "images.google.com.py",
649
+ "images.google.com.qa",
650
+ "images.google.com.sa",
651
+ "images.google.com.sb",
652
+ "images.google.com.sg",
653
+ "images.google.com.sl",
654
+ "images.google.com.sv",
655
+ "images.google.com.tj",
656
+ "images.google.com.tn",
657
+ "images.google.com.tr",
658
+ "images.google.com.tw",
659
+ "images.google.com.ua",
660
+ "images.google.com.uy",
661
+ "images.google.com.vc",
662
+ "images.google.com.vn",
663
+ "images.google.cv",
664
+ "images.google.cz",
665
+ "images.google.de",
666
+ "images.google.dj",
667
+ "images.google.dk",
668
+ "images.google.dm",
669
+ "images.google.dz",
670
+ "images.google.ee",
671
+ "images.google.es",
672
+ "images.google.fi",
673
+ "images.google.fm",
674
+ "images.google.fr",
675
+ "images.google.ga",
676
+ "images.google.gd",
677
+ "images.google.ge",
678
+ "images.google.gf",
679
+ "images.google.gg",
680
+ "images.google.gl",
681
+ "images.google.gm",
682
+ "images.google.gp",
683
+ "images.google.gr",
684
+ "images.google.gy",
685
+ "images.google.hn",
686
+ "images.google.hr",
687
+ "images.google.ht",
688
+ "images.google.hu",
689
+ "images.google.ie",
690
+ "images.google.im",
691
+ "images.google.io",
692
+ "images.google.iq",
693
+ "images.google.is",
694
+ "images.google.it",
695
+ "images.google.it.ao",
696
+ "images.google.je",
697
+ "images.google.jo",
698
+ "images.google.kg",
699
+ "images.google.ki",
700
+ "images.google.kz",
701
+ "images.google.la",
702
+ "images.google.li",
703
+ "images.google.lk",
704
+ "images.google.lt",
705
+ "images.google.lu",
706
+ "images.google.lv",
707
+ "images.google.md",
708
+ "images.google.me",
709
+ "images.google.mg",
710
+ "images.google.mk",
711
+ "images.google.ml",
712
+ "images.google.mn",
713
+ "images.google.ms",
714
+ "images.google.mu",
715
+ "images.google.mv",
716
+ "images.google.mw",
717
+ "images.google.ne",
718
+ "images.google.nl",
719
+ "images.google.no",
720
+ "images.google.nr",
721
+ "images.google.nu",
722
+ "images.google.pl",
723
+ "images.google.pn",
724
+ "images.google.ps",
725
+ "images.google.pt",
726
+ "images.google.ro",
727
+ "images.google.rs",
728
+ "images.google.ru",
729
+ "images.google.rw",
730
+ "images.google.sc",
731
+ "images.google.se",
732
+ "images.google.sh",
733
+ "images.google.si",
734
+ "images.google.sk",
735
+ "images.google.sm",
736
+ "images.google.sn",
737
+ "images.google.so",
738
+ "images.google.st",
739
+ "images.google.td",
740
+ "images.google.tg",
741
+ "images.google.tk",
742
+ "images.google.tl",
743
+ "images.google.tm",
744
+ "images.google.to",
745
+ "images.google.tt",
746
+ "images.google.us",
747
+ "images.google.vg",
748
+ "images.google.vu",
749
+ "images.google.ws"
750
+ ],
751
+ "parameters": [
752
+ "q"
753
+ ]
754
+ },
755
+ "ABCs\u00f8k": {
756
+ "domains": [
757
+ "abcsolk.no",
758
+ "verden.abcsok.no"
759
+ ],
760
+ "parameters": [
761
+ "q"
762
+ ]
763
+ },
764
+ "Google Product Search": {
765
+ "domains": [
766
+ "google.ac/products",
767
+ "google.ad/products",
768
+ "google.ae/products",
769
+ "google.am/products",
770
+ "google.as/products",
771
+ "google.at/products",
772
+ "google.az/products",
773
+ "google.ba/products",
774
+ "google.be/products",
775
+ "google.bf/products",
776
+ "google.bg/products",
777
+ "google.bi/products",
778
+ "google.bj/products",
779
+ "google.bs/products",
780
+ "google.by/products",
781
+ "google.ca/products",
782
+ "google.cat/products",
783
+ "google.cc/products",
784
+ "google.cd/products",
785
+ "google.cf/products",
786
+ "google.cg/products",
787
+ "google.ch/products",
788
+ "google.ci/products",
789
+ "google.cl/products",
790
+ "google.cm/products",
791
+ "google.cn/products",
792
+ "google.co.bw/products",
793
+ "google.co.ck/products",
794
+ "google.co.cr/products",
795
+ "google.co.id/products",
796
+ "google.co.il/products",
797
+ "google.co.in/products",
798
+ "google.co.jp/products",
799
+ "google.co.ke/products",
800
+ "google.co.kr/products",
801
+ "google.co.ls/products",
802
+ "google.co.ma/products",
803
+ "google.co.mz/products",
804
+ "google.co.nz/products",
805
+ "google.co.th/products",
806
+ "google.co.tz/products",
807
+ "google.co.ug/products",
808
+ "google.co.uk/products",
809
+ "google.co.uz/products",
810
+ "google.co.ve/products",
811
+ "google.co.vi/products",
812
+ "google.co.za/products",
813
+ "google.co.zm/products",
814
+ "google.co.zw/products",
815
+ "google.com/products",
816
+ "google.com.af/products",
817
+ "google.com.ag/products",
818
+ "google.com.ai/products",
819
+ "google.com.ar/products",
820
+ "google.com.au/products",
821
+ "google.com.bd/products",
822
+ "google.com.bh/products",
823
+ "google.com.bn/products",
824
+ "google.com.bo/products",
825
+ "google.com.br/products",
826
+ "google.com.by/products",
827
+ "google.com.bz/products",
828
+ "google.com.co/products",
829
+ "google.com.cu/products",
830
+ "google.com.cy/products",
831
+ "google.com.do/products",
832
+ "google.com.ec/products",
833
+ "google.com.eg/products",
834
+ "google.com.et/products",
835
+ "google.com.fj/products",
836
+ "google.com.gh/products",
837
+ "google.com.gi/products",
838
+ "google.com.gt/products",
839
+ "google.com.hk/products",
840
+ "google.com.jm/products",
841
+ "google.com.kh/products",
842
+ "google.com.kh/products",
843
+ "google.com.kw/products",
844
+ "google.com.lb/products",
845
+ "google.com.lc/products",
846
+ "google.com.ly/products",
847
+ "google.com.mt/products",
848
+ "google.com.mx/products",
849
+ "google.com.my/products",
850
+ "google.com.na/products",
851
+ "google.com.nf/products",
852
+ "google.com.ng/products",
853
+ "google.com.ni/products",
854
+ "google.com.np/products",
855
+ "google.com.om/products",
856
+ "google.com.pa/products",
857
+ "google.com.pe/products",
858
+ "google.com.ph/products",
859
+ "google.com.pk/products",
860
+ "google.com.pr/products",
861
+ "google.com.py/products",
862
+ "google.com.qa/products",
863
+ "google.com.sa/products",
864
+ "google.com.sb/products",
865
+ "google.com.sg/products",
866
+ "google.com.sl/products",
867
+ "google.com.sv/products",
868
+ "google.com.tj/products",
869
+ "google.com.tn/products",
870
+ "google.com.tr/products",
871
+ "google.com.tw/products",
872
+ "google.com.ua/products",
873
+ "google.com.uy/products",
874
+ "google.com.vc/products",
875
+ "google.com.vn/products",
876
+ "google.cv/products",
877
+ "google.cz/products",
878
+ "google.de/products",
879
+ "google.dj/products",
880
+ "google.dk/products",
881
+ "google.dm/products",
882
+ "google.dz/products",
883
+ "google.ee/products",
884
+ "google.es/products",
885
+ "google.fi/products",
886
+ "google.fm/products",
887
+ "google.fr/products",
888
+ "google.ga/products",
889
+ "google.gd/products",
890
+ "google.ge/products",
891
+ "google.gf/products",
892
+ "google.gg/products",
893
+ "google.gl/products",
894
+ "google.gm/products",
895
+ "google.gp/products",
896
+ "google.gr/products",
897
+ "google.gy/products",
898
+ "google.hn/products",
899
+ "google.hr/products",
900
+ "google.ht/products",
901
+ "google.hu/products",
902
+ "google.ie/products",
903
+ "google.im/products",
904
+ "google.io/products",
905
+ "google.iq/products",
906
+ "google.is/products",
907
+ "google.it/products",
908
+ "google.it.ao/products",
909
+ "google.je/products",
910
+ "google.jo/products",
911
+ "google.kg/products",
912
+ "google.ki/products",
913
+ "google.kz/products",
914
+ "google.la/products",
915
+ "google.li/products",
916
+ "google.lk/products",
917
+ "google.lt/products",
918
+ "google.lu/products",
919
+ "google.lv/products",
920
+ "google.md/products",
921
+ "google.me/products",
922
+ "google.mg/products",
923
+ "google.mk/products",
924
+ "google.ml/products",
925
+ "google.mn/products",
926
+ "google.ms/products",
927
+ "google.mu/products",
928
+ "google.mv/products",
929
+ "google.mw/products",
930
+ "google.ne/products",
931
+ "google.nl/products",
932
+ "google.no/products",
933
+ "google.nr/products",
934
+ "google.nu/products",
935
+ "google.pl/products",
936
+ "google.pn/products",
937
+ "google.ps/products",
938
+ "google.pt/products",
939
+ "google.ro/products",
940
+ "google.rs/products",
941
+ "google.ru/products",
942
+ "google.rw/products",
943
+ "google.sc/products",
944
+ "google.se/products",
945
+ "google.sh/products",
946
+ "google.si/products",
947
+ "google.sk/products",
948
+ "google.sm/products",
949
+ "google.sn/products",
950
+ "google.so/products",
951
+ "google.st/products",
952
+ "google.td/products",
953
+ "google.tg/products",
954
+ "google.tk/products",
955
+ "google.tl/products",
956
+ "google.tm/products",
957
+ "google.to/products",
958
+ "google.tt/products",
959
+ "google.us/products",
960
+ "google.vg/products",
961
+ "google.vu/products",
962
+ "google.ws/products",
963
+ "www.google.ac/products",
964
+ "www.google.ad/products",
965
+ "www.google.ae/products",
966
+ "www.google.am/products",
967
+ "www.google.as/products",
968
+ "www.google.at/products",
969
+ "www.google.az/products",
970
+ "www.google.ba/products",
971
+ "www.google.be/products",
972
+ "www.google.bf/products",
973
+ "www.google.bg/products",
974
+ "www.google.bi/products",
975
+ "www.google.bj/products",
976
+ "www.google.bs/products",
977
+ "www.google.by/products",
978
+ "www.google.ca/products",
979
+ "www.google.cat/products",
980
+ "www.google.cc/products",
981
+ "www.google.cd/products",
982
+ "www.google.cf/products",
983
+ "www.google.cg/products",
984
+ "www.google.ch/products",
985
+ "www.google.ci/products",
986
+ "www.google.cl/products",
987
+ "www.google.cm/products",
988
+ "www.google.cn/products",
989
+ "www.google.co.bw/products",
990
+ "www.google.co.ck/products",
991
+ "www.google.co.cr/products",
992
+ "www.google.co.id/products",
993
+ "www.google.co.il/products",
994
+ "www.google.co.in/products",
995
+ "www.google.co.jp/products",
996
+ "www.google.co.ke/products",
997
+ "www.google.co.kr/products",
998
+ "www.google.co.ls/products",
999
+ "www.google.co.ma/products",
1000
+ "www.google.co.mz/products",
1001
+ "www.google.co.nz/products",
1002
+ "www.google.co.th/products",
1003
+ "www.google.co.tz/products",
1004
+ "www.google.co.ug/products",
1005
+ "www.google.co.uk/products",
1006
+ "www.google.co.uz/products",
1007
+ "www.google.co.ve/products",
1008
+ "www.google.co.vi/products",
1009
+ "www.google.co.za/products",
1010
+ "www.google.co.zm/products",
1011
+ "www.google.co.zw/products",
1012
+ "www.google.com/products",
1013
+ "www.google.com.af/products",
1014
+ "www.google.com.ag/products",
1015
+ "www.google.com.ai/products",
1016
+ "www.google.com.ar/products",
1017
+ "www.google.com.au/products",
1018
+ "www.google.com.bd/products",
1019
+ "www.google.com.bh/products",
1020
+ "www.google.com.bn/products",
1021
+ "www.google.com.bo/products",
1022
+ "www.google.com.br/products",
1023
+ "www.google.com.by/products",
1024
+ "www.google.com.bz/products",
1025
+ "www.google.com.co/products",
1026
+ "www.google.com.cu/products",
1027
+ "www.google.com.cy/products",
1028
+ "www.google.com.do/products",
1029
+ "www.google.com.ec/products",
1030
+ "www.google.com.eg/products",
1031
+ "www.google.com.et/products",
1032
+ "www.google.com.fj/products",
1033
+ "www.google.com.gh/products",
1034
+ "www.google.com.gi/products",
1035
+ "www.google.com.gt/products",
1036
+ "www.google.com.hk/products",
1037
+ "www.google.com.jm/products",
1038
+ "www.google.com.kh/products",
1039
+ "www.google.com.kh/products",
1040
+ "www.google.com.kw/products",
1041
+ "www.google.com.lb/products",
1042
+ "www.google.com.lc/products",
1043
+ "www.google.com.ly/products",
1044
+ "www.google.com.mt/products",
1045
+ "www.google.com.mx/products",
1046
+ "www.google.com.my/products",
1047
+ "www.google.com.na/products",
1048
+ "www.google.com.nf/products",
1049
+ "www.google.com.ng/products",
1050
+ "www.google.com.ni/products",
1051
+ "www.google.com.np/products",
1052
+ "www.google.com.om/products",
1053
+ "www.google.com.pa/products",
1054
+ "www.google.com.pe/products",
1055
+ "www.google.com.ph/products",
1056
+ "www.google.com.pk/products",
1057
+ "www.google.com.pr/products",
1058
+ "www.google.com.py/products",
1059
+ "www.google.com.qa/products",
1060
+ "www.google.com.sa/products",
1061
+ "www.google.com.sb/products",
1062
+ "www.google.com.sg/products",
1063
+ "www.google.com.sl/products",
1064
+ "www.google.com.sv/products",
1065
+ "www.google.com.tj/products",
1066
+ "www.google.com.tn/products",
1067
+ "www.google.com.tr/products",
1068
+ "www.google.com.tw/products",
1069
+ "www.google.com.ua/products",
1070
+ "www.google.com.uy/products",
1071
+ "www.google.com.vc/products",
1072
+ "www.google.com.vn/products",
1073
+ "www.google.cv/products",
1074
+ "www.google.cz/products",
1075
+ "www.google.de/products",
1076
+ "www.google.dj/products",
1077
+ "www.google.dk/products",
1078
+ "www.google.dm/products",
1079
+ "www.google.dz/products",
1080
+ "www.google.ee/products",
1081
+ "www.google.es/products",
1082
+ "www.google.fi/products",
1083
+ "www.google.fm/products",
1084
+ "www.google.fr/products",
1085
+ "www.google.ga/products",
1086
+ "www.google.gd/products",
1087
+ "www.google.ge/products",
1088
+ "www.google.gf/products",
1089
+ "www.google.gg/products",
1090
+ "www.google.gl/products",
1091
+ "www.google.gm/products",
1092
+ "www.google.gp/products",
1093
+ "www.google.gr/products",
1094
+ "www.google.gy/products",
1095
+ "www.google.hn/products",
1096
+ "www.google.hr/products",
1097
+ "www.google.ht/products",
1098
+ "www.google.hu/products",
1099
+ "www.google.ie/products",
1100
+ "www.google.im/products",
1101
+ "www.google.io/products",
1102
+ "www.google.iq/products",
1103
+ "www.google.is/products",
1104
+ "www.google.it/products",
1105
+ "www.google.it.ao/products",
1106
+ "www.google.je/products",
1107
+ "www.google.jo/products",
1108
+ "www.google.kg/products",
1109
+ "www.google.ki/products",
1110
+ "www.google.kz/products",
1111
+ "www.google.la/products",
1112
+ "www.google.li/products",
1113
+ "www.google.lk/products",
1114
+ "www.google.lt/products",
1115
+ "www.google.lu/products",
1116
+ "www.google.lv/products",
1117
+ "www.google.md/products",
1118
+ "www.google.me/products",
1119
+ "www.google.mg/products",
1120
+ "www.google.mk/products",
1121
+ "www.google.ml/products",
1122
+ "www.google.mn/products",
1123
+ "www.google.ms/products",
1124
+ "www.google.mu/products",
1125
+ "www.google.mv/products",
1126
+ "www.google.mw/products",
1127
+ "www.google.ne/products",
1128
+ "www.google.nl/products",
1129
+ "www.google.no/products",
1130
+ "www.google.nr/products",
1131
+ "www.google.nu/products",
1132
+ "www.google.pl/products",
1133
+ "www.google.pn/products",
1134
+ "www.google.ps/products",
1135
+ "www.google.pt/products",
1136
+ "www.google.ro/products",
1137
+ "www.google.rs/products",
1138
+ "www.google.ru/products",
1139
+ "www.google.rw/products",
1140
+ "www.google.sc/products",
1141
+ "www.google.se/products",
1142
+ "www.google.sh/products",
1143
+ "www.google.si/products",
1144
+ "www.google.sk/products",
1145
+ "www.google.sm/products",
1146
+ "www.google.sn/products",
1147
+ "www.google.so/products",
1148
+ "www.google.st/products",
1149
+ "www.google.td/products",
1150
+ "www.google.tg/products",
1151
+ "www.google.tk/products",
1152
+ "www.google.tl/products",
1153
+ "www.google.tm/products",
1154
+ "www.google.to/products",
1155
+ "www.google.tt/products",
1156
+ "www.google.us/products",
1157
+ "www.google.vg/products",
1158
+ "www.google.vu/products",
1159
+ "www.google.ws/products"
1160
+ ],
1161
+ "parameters": [
1162
+ "q"
1163
+ ]
1164
+ },
1165
+ "DasOertliche": {
1166
+ "domains": [
1167
+ "www.dasoertliche.de"
1168
+ ],
1169
+ "parameters": [
1170
+ "kw"
1171
+ ]
1172
+ },
1173
+ "InfoSpace": {
1174
+ "domains": [
1175
+ "infospace.com",
1176
+ "dogpile.com",
1177
+ "www.dogpile.com",
1178
+ "metacrawler.com",
1179
+ "webfetch.com",
1180
+ "webcrawler.com",
1181
+ "search.kiwee.com",
1182
+ "isearch.babylon.com",
1183
+ "start.facemoods.com",
1184
+ "search.magnetic.com",
1185
+ "search.searchcompletion.com",
1186
+ "clusty.com"
1187
+ ],
1188
+ "parameters": [
1189
+ "q",
1190
+ "s"
1191
+ ]
1192
+ },
1193
+ "Weborama": {
1194
+ "domains": [
1195
+ "www.weborama.com"
1196
+ ],
1197
+ "parameters": [
1198
+ "QUERY"
1199
+ ]
1200
+ },
1201
+ "Bluewin": {
1202
+ "domains": [
1203
+ "search.bluewin.ch"
1204
+ ],
1205
+ "parameters": [
1206
+ "searchTerm"
1207
+ ]
1208
+ },
1209
+ "Neti": {
1210
+ "domains": [
1211
+ "www.neti.ee"
1212
+ ],
1213
+ "parameters": [
1214
+ "query"
1215
+ ]
1216
+ },
1217
+ "Winamp": {
1218
+ "domains": [
1219
+ "search.winamp.com"
1220
+ ],
1221
+ "parameters": [
1222
+ "q"
1223
+ ]
1224
+ },
1225
+ "Nigma": {
1226
+ "domains": [
1227
+ "nigma.ru"
1228
+ ],
1229
+ "parameters": [
1230
+ "s"
1231
+ ]
1232
+ },
1233
+ "Yahoo! Images": {
1234
+ "domains": [
1235
+ "image.yahoo.cn",
1236
+ "images.search.yahoo.com"
1237
+ ],
1238
+ "parameters": [
1239
+ "p",
1240
+ "q"
1241
+ ]
1242
+ },
1243
+ "Exalead": {
1244
+ "domains": [
1245
+ "www.exalead.fr",
1246
+ "www.exalead.com"
1247
+ ],
1248
+ "parameters": [
1249
+ "q"
1250
+ ]
1251
+ },
1252
+ "Teoma": {
1253
+ "domains": [
1254
+ "www.teoma.com"
1255
+ ],
1256
+ "parameters": [
1257
+ "q"
1258
+ ]
1259
+ },
1260
+ "Needtofind": {
1261
+ "domains": [
1262
+ "ko.search.need2find.com"
1263
+ ],
1264
+ "parameters": [
1265
+ "searchfor"
1266
+ ]
1267
+ },
1268
+ "Looksmart": {
1269
+ "domains": [
1270
+ "www.looksmart.com"
1271
+ ],
1272
+ "parameters": [
1273
+ "key"
1274
+ ]
1275
+ },
1276
+ "Wirtualna Polska": {
1277
+ "domains": [
1278
+ "szukaj.wp.pl"
1279
+ ],
1280
+ "parameters": [
1281
+ "szukaj"
1282
+ ]
1283
+ },
1284
+ "Toolbarhome": {
1285
+ "domains": [
1286
+ "www.toolbarhome.com",
1287
+ "vshare.toolbarhome.com"
1288
+ ],
1289
+ "parameters": [
1290
+ "q"
1291
+ ]
1292
+ },
1293
+ "Searchalot": {
1294
+ "domains": [
1295
+ "searchalot.com"
1296
+ ],
1297
+ "parameters": [
1298
+ "q"
1299
+ ]
1300
+ },
1301
+ "Yandex": {
1302
+ "domains": [
1303
+ "yandex.ru",
1304
+ "yandex.ua",
1305
+ "yandex.com",
1306
+ "yandex.by",
1307
+ "www.yandex.ru",
1308
+ "www.yandex.ua",
1309
+ "www.yandex.com",
1310
+ "www.yandex.by"
1311
+ ],
1312
+ "parameters": [
1313
+ "text"
1314
+ ]
1315
+ },
1316
+ "canoe.ca": {
1317
+ "domains": [
1318
+ "web.canoe.ca"
1319
+ ],
1320
+ "parameters": [
1321
+ "q"
1322
+ ]
1323
+ },
1324
+ "Compuserve": {
1325
+ "domains": [
1326
+ "websearch.cs.com"
1327
+ ],
1328
+ "parameters": [
1329
+ "query"
1330
+ ]
1331
+ },
1332
+ "Blogdigger": {
1333
+ "domains": [
1334
+ "www.blogdigger.com"
1335
+ ],
1336
+ "parameters": [
1337
+ "q"
1338
+ ]
1339
+ },
1340
+ "Startpagina": {
1341
+ "domains": [
1342
+ "startgoogle.startpagina.nl"
1343
+ ],
1344
+ "parameters": [
1345
+ "q"
1346
+ ]
1347
+ },
1348
+ "eo": {
1349
+ "domains": [
1350
+ "eo.st"
1351
+ ],
1352
+ "parameters": [
1353
+ "x_query"
1354
+ ]
1355
+ },
1356
+ "Zhongsou": {
1357
+ "domains": [
1358
+ "p.zhongsou.com"
1359
+ ],
1360
+ "parameters": [
1361
+ "w"
1362
+ ]
1363
+ },
1364
+ "La Toile Du Quebec Via Google": {
1365
+ "domains": [
1366
+ "www.toile.com",
1367
+ "web.toile.com"
1368
+ ],
1369
+ "parameters": [
1370
+ "q"
1371
+ ]
1372
+ },
1373
+ "Paperball": {
1374
+ "domains": [
1375
+ "www.paperball.de"
1376
+ ],
1377
+ "parameters": [
1378
+ "q"
1379
+ ]
1380
+ },
1381
+ "Jungle Spider": {
1382
+ "domains": [
1383
+ "www.jungle-spider.de"
1384
+ ],
1385
+ "parameters": [
1386
+ "q"
1387
+ ]
1388
+ },
1389
+ "PeoplePC": {
1390
+ "domains": [
1391
+ "search.peoplepc.com"
1392
+ ],
1393
+ "parameters": [
1394
+ "q"
1395
+ ]
1396
+ },
1397
+ "MetaCrawler.de": {
1398
+ "domains": [
1399
+ "s1.metacrawler.de",
1400
+ "s2.metacrawler.de",
1401
+ "s3.metacrawler.de"
1402
+ ],
1403
+ "parameters": [
1404
+ "qry"
1405
+ ]
1406
+ },
1407
+ "Orange": {
1408
+ "domains": [
1409
+ "busca.orange.es",
1410
+ "search.orange.co.uk"
1411
+ ],
1412
+ "parameters": [
1413
+ "q"
1414
+ ]
1415
+ },
1416
+ "Gule Sider": {
1417
+ "domains": [
1418
+ "www.gulesider.no"
1419
+ ],
1420
+ "parameters": [
1421
+ "q"
1422
+ ]
1423
+ },
1424
+ "Francite": {
1425
+ "domains": [
1426
+ "recherche.francite.com"
1427
+ ],
1428
+ "parameters": [
1429
+ "name"
1430
+ ]
1431
+ },
1432
+ "Ask Toolbar": {
1433
+ "domains": [
1434
+ "search.tb.ask.com"
1435
+ ],
1436
+ "parameters": [
1437
+ "searchfor"
1438
+ ]
1439
+ },
1440
+ "Trusted-Search": {
1441
+ "domains": [
1442
+ "www.trusted--search.com"
1443
+ ],
1444
+ "parameters": [
1445
+ "w"
1446
+ ]
1447
+ },
1448
+ "goo": {
1449
+ "domains": [
1450
+ "search.goo.ne.jp",
1451
+ "ocnsearch.goo.ne.jp"
1452
+ ],
1453
+ "parameters": [
1454
+ "MT"
1455
+ ]
1456
+ },
1457
+ "Fast Browser Search": {
1458
+ "domains": [
1459
+ "www.fastbrowsersearch.com"
1460
+ ],
1461
+ "parameters": [
1462
+ "q"
1463
+ ]
1464
+ },
1465
+ "Blogpulse": {
1466
+ "domains": [
1467
+ "www.blogpulse.com"
1468
+ ],
1469
+ "parameters": [
1470
+ "query"
1471
+ ]
1472
+ },
1473
+ "Volny": {
1474
+ "domains": [
1475
+ "web.volny.cz"
1476
+ ],
1477
+ "parameters": [
1478
+ "search"
1479
+ ]
1480
+ },
1481
+ "Icerockeet": {
1482
+ "domains": [
1483
+ "blogs.icerocket.com"
1484
+ ],
1485
+ "parameters": [
1486
+ "q"
1487
+ ]
1488
+ },
1489
+ "Terra": {
1490
+ "domains": [
1491
+ "buscador.terra.es",
1492
+ "buscador.terra.cl",
1493
+ "buscador.terra.com.br"
1494
+ ],
1495
+ "parameters": [
1496
+ "query"
1497
+ ]
1498
+ },
1499
+ "Amazon": {
1500
+ "domains": [
1501
+ "amazon.com",
1502
+ "www.amazon.com"
1503
+ ],
1504
+ "parameters": [
1505
+ "keywords"
1506
+ ]
1507
+ },
1508
+ "Onet": {
1509
+ "domains": [
1510
+ "szukaj.onet.pl"
1511
+ ],
1512
+ "parameters": [
1513
+ "qt"
1514
+ ]
1515
+ },
1516
+ "Digg": {
1517
+ "domains": [
1518
+ "digg.com"
1519
+ ],
1520
+ "parameters": [
1521
+ "s"
1522
+ ]
1523
+ },
1524
+ "Abacho": {
1525
+ "domains": [
1526
+ "www.abacho.de",
1527
+ "www.abacho.com",
1528
+ "www.abacho.co.uk",
1529
+ "www.se.abacho.com",
1530
+ "www.tr.abacho.com",
1531
+ "www.abacho.at",
1532
+ "www.abacho.fr",
1533
+ "www.abacho.es",
1534
+ "www.abacho.ch",
1535
+ "www.abacho.it"
1536
+ ],
1537
+ "parameters": [
1538
+ "q"
1539
+ ]
1540
+ },
1541
+ "maailm": {
1542
+ "domains": [
1543
+ "www.maailm.com"
1544
+ ],
1545
+ "parameters": [
1546
+ "tekst"
1547
+ ]
1548
+ },
1549
+ "Flix": {
1550
+ "domains": [
1551
+ "www.flix.de"
1552
+ ],
1553
+ "parameters": [
1554
+ "keyword"
1555
+ ]
1556
+ },
1557
+ "Suchnase": {
1558
+ "domains": [
1559
+ "www.suchnase.de"
1560
+ ],
1561
+ "parameters": [
1562
+ "q"
1563
+ ]
1564
+ },
1565
+ "Freenet": {
1566
+ "domains": [
1567
+ "suche.freenet.de"
1568
+ ],
1569
+ "parameters": [
1570
+ "query",
1571
+ "Keywords"
1572
+ ]
1573
+ },
1574
+ "Poisk.ru": {
1575
+ "domains": [
1576
+ "www.plazoo.com"
1577
+ ],
1578
+ "parameters": [
1579
+ "q"
1580
+ ]
1581
+ },
1582
+ "Sharelook": {
1583
+ "domains": [
1584
+ "www.sharelook.fr"
1585
+ ],
1586
+ "parameters": [
1587
+ "keyword"
1588
+ ]
1589
+ },
1590
+ "Najdi": {
1591
+ "domains": [
1592
+ "www.najdi.si"
1593
+ ],
1594
+ "parameters": [
1595
+ "q"
1596
+ ]
1597
+ },
1598
+ "Picsearch": {
1599
+ "domains": [
1600
+ "www.picsearch.com"
1601
+ ],
1602
+ "parameters": [
1603
+ "q"
1604
+ ]
1605
+ },
1606
+ "Mail.ru": {
1607
+ "domains": [
1608
+ "go.mail.ru"
1609
+ ],
1610
+ "parameters": [
1611
+ "q"
1612
+ ]
1613
+ },
1614
+ "Alexa": {
1615
+ "domains": [
1616
+ "alexa.com",
1617
+ "search.toolbars.alexa.com"
1618
+ ],
1619
+ "parameters": [
1620
+ "q"
1621
+ ]
1622
+ },
1623
+ "Metager": {
1624
+ "domains": [
1625
+ "meta.rrzn.uni-hannover.de",
1626
+ "www.metager.de"
1627
+ ],
1628
+ "parameters": [
1629
+ "eingabe"
1630
+ ]
1631
+ },
1632
+ "Technorati": {
1633
+ "domains": [
1634
+ "technorati.com"
1635
+ ],
1636
+ "parameters": [
1637
+ "q"
1638
+ ]
1639
+ },
1640
+ "Globososo": {
1641
+ "domains": [
1642
+ "searches.globososo.com",
1643
+ "search.globososo.com"
1644
+ ],
1645
+ "parameters": [
1646
+ "q"
1647
+ ]
1648
+ },
1649
+ "WWW": {
1650
+ "domains": [
1651
+ "search.www.ee"
1652
+ ],
1653
+ "parameters": [
1654
+ "query"
1655
+ ]
1656
+ },
1657
+ "Trouvez.com": {
1658
+ "domains": [
1659
+ "www.trouvez.com"
1660
+ ],
1661
+ "parameters": [
1662
+ "query"
1663
+ ]
1664
+ },
1665
+ "IXquick": {
1666
+ "domains": [
1667
+ "ixquick.com",
1668
+ "www.eu.ixquick.com",
1669
+ "ixquick.de",
1670
+ "www.ixquick.de",
1671
+ "us.ixquick.com",
1672
+ "s1.us.ixquick.com",
1673
+ "s2.us.ixquick.com",
1674
+ "s3.us.ixquick.com",
1675
+ "s4.us.ixquick.com",
1676
+ "s5.us.ixquick.com",
1677
+ "eu.ixquick.com",
1678
+ "s8-eu.ixquick.com",
1679
+ "s1-eu.ixquick.de"
1680
+ ],
1681
+ "parameters": [
1682
+ "query"
1683
+ ]
1684
+ },
1685
+ "Naver Images": {
1686
+ "domains": [
1687
+ "image.search.naver.com",
1688
+ "imagesearch.naver.com"
1689
+ ],
1690
+ "parameters": [
1691
+ "query"
1692
+ ]
1693
+ },
1694
+ "Zapmeta": {
1695
+ "domains": [
1696
+ "www.zapmeta.com",
1697
+ "www.zapmeta.nl",
1698
+ "www.zapmeta.de",
1699
+ "uk.zapmeta.com"
1700
+ ],
1701
+ "parameters": [
1702
+ "q",
1703
+ "query"
1704
+ ]
1705
+ },
1706
+ "Yippy": {
1707
+ "domains": [
1708
+ "search.yippy.com"
1709
+ ],
1710
+ "parameters": [
1711
+ "q",
1712
+ "query"
1713
+ ]
1714
+ },
1715
+ "Gomeo": {
1716
+ "domains": [
1717
+ "www.gomeo.com"
1718
+ ],
1719
+ "parameters": [
1720
+ "Keywords"
1721
+ ]
1722
+ },
1723
+ "Walhello": {
1724
+ "domains": [
1725
+ "www.walhello.info",
1726
+ "www.walhello.com",
1727
+ "www.walhello.de",
1728
+ "www.walhello.nl"
1729
+ ],
1730
+ "parameters": [
1731
+ "key"
1732
+ ]
1733
+ },
1734
+ "Meta": {
1735
+ "domains": [
1736
+ "meta.ua"
1737
+ ],
1738
+ "parameters": [
1739
+ "q"
1740
+ ]
1741
+ },
1742
+ "Skynet": {
1743
+ "domains": [
1744
+ "www.skynet.be"
1745
+ ],
1746
+ "parameters": [
1747
+ "q"
1748
+ ]
1749
+ },
1750
+ "Searchy": {
1751
+ "domains": [
1752
+ "www.searchy.co.uk"
1753
+ ],
1754
+ "parameters": [
1755
+ "q"
1756
+ ]
1757
+ },
1758
+ "Findwide": {
1759
+ "domains": [
1760
+ "search.findwide.com"
1761
+ ],
1762
+ "parameters": [
1763
+ "k"
1764
+ ]
1765
+ },
1766
+ "WebSearch": {
1767
+ "domains": [
1768
+ "www.websearch.com"
1769
+ ],
1770
+ "parameters": [
1771
+ "qkw",
1772
+ "q"
1773
+ ]
1774
+ },
1775
+ "Rambler": {
1776
+ "domains": [
1777
+ "nova.rambler.ru"
1778
+ ],
1779
+ "parameters": [
1780
+ "query",
1781
+ "words"
1782
+ ]
1783
+ },
1784
+ "Latne": {
1785
+ "domains": [
1786
+ "www.latne.lv"
1787
+ ],
1788
+ "parameters": [
1789
+ "q"
1790
+ ]
1791
+ },
1792
+ "MySearch": {
1793
+ "domains": [
1794
+ "www.mysearch.com",
1795
+ "ms114.mysearch.com",
1796
+ "ms146.mysearch.com",
1797
+ "kf.mysearch.myway.com",
1798
+ "ki.mysearch.myway.com",
1799
+ "search.myway.com",
1800
+ "search.mywebsearch.com"
1801
+ ],
1802
+ "parameters": [
1803
+ "searchfor",
1804
+ "searchFor"
1805
+ ]
1806
+ },
1807
+ "Cuil": {
1808
+ "domains": [
1809
+ "www.cuil.com"
1810
+ ],
1811
+ "parameters": [
1812
+ "q"
1813
+ ]
1814
+ },
1815
+ "Tixuma": {
1816
+ "domains": [
1817
+ "www.tixuma.de"
1818
+ ],
1819
+ "parameters": [
1820
+ "sc"
1821
+ ]
1822
+ },
1823
+ "Sapo": {
1824
+ "domains": [
1825
+ "pesquisa.sapo.pt"
1826
+ ],
1827
+ "parameters": [
1828
+ "q"
1829
+ ]
1830
+ },
1831
+ "Gnadenmeer": {
1832
+ "domains": [
1833
+ "www.gnadenmeer.de"
1834
+ ],
1835
+ "parameters": [
1836
+ "keyword"
1837
+ ]
1838
+ },
1839
+ "Arcor": {
1840
+ "domains": [
1841
+ "www.arcor.de"
1842
+ ],
1843
+ "parameters": [
1844
+ "Keywords"
1845
+ ]
1846
+ },
1847
+ "Naver": {
1848
+ "domains": [
1849
+ "search.naver.com"
1850
+ ],
1851
+ "parameters": [
1852
+ "query"
1853
+ ]
1854
+ },
1855
+ "Zoeken": {
1856
+ "domains": [
1857
+ "www.zoeken.nl"
1858
+ ],
1859
+ "parameters": [
1860
+ "q"
1861
+ ]
1862
+ },
1863
+ "Startsiden": {
1864
+ "domains": [
1865
+ "www.startsiden.no"
1866
+ ],
1867
+ "parameters": [
1868
+ "q"
1869
+ ]
1870
+ },
1871
+ "Yam": {
1872
+ "domains": [
1873
+ "search.yam.com"
1874
+ ],
1875
+ "parameters": [
1876
+ "k"
1877
+ ]
1878
+ },
1879
+ "Eniro": {
1880
+ "domains": [
1881
+ "www.eniro.se"
1882
+ ],
1883
+ "parameters": [
1884
+ "q",
1885
+ "search_word"
1886
+ ]
1887
+ },
1888
+ "APOLL07": {
1889
+ "domains": [
1890
+ "apollo7.de"
1891
+ ],
1892
+ "parameters": [
1893
+ "query"
1894
+ ]
1895
+ },
1896
+ "Biglobe": {
1897
+ "domains": [
1898
+ "cgi.search.biglobe.ne.jp"
1899
+ ],
1900
+ "parameters": [
1901
+ "q"
1902
+ ]
1903
+ },
1904
+ "Mozbot": {
1905
+ "domains": [
1906
+ "www.mozbot.fr",
1907
+ "www.mozbot.co.uk",
1908
+ "www.mozbot.com"
1909
+ ],
1910
+ "parameters": [
1911
+ "q"
1912
+ ]
1913
+ },
1914
+ "ICQ": {
1915
+ "domains": [
1916
+ "www.icq.com",
1917
+ "search.icq.com"
1918
+ ],
1919
+ "parameters": [
1920
+ "q"
1921
+ ]
1922
+ },
1923
+ "Baidu": {
1924
+ "domains": [
1925
+ "www.baidu.com",
1926
+ "www1.baidu.com",
1927
+ "zhidao.baidu.com",
1928
+ "tieba.baidu.com",
1929
+ "news.baidu.com",
1930
+ "web.gougou.com"
1931
+ ],
1932
+ "parameters": [
1933
+ "wd",
1934
+ "word",
1935
+ "kw",
1936
+ "k"
1937
+ ]
1938
+ },
1939
+ "Conduit": {
1940
+ "domains": [
1941
+ "search.conduit.com"
1942
+ ],
1943
+ "parameters": [
1944
+ "q"
1945
+ ]
1946
+ },
1947
+ "Vindex": {
1948
+ "domains": [
1949
+ "www.vindex.nl",
1950
+ "search.vindex.nl"
1951
+ ],
1952
+ "parameters": [
1953
+ "search_for"
1954
+ ]
1955
+ },
1956
+ "Babylon": {
1957
+ "domains": [
1958
+ "search.babylon.com",
1959
+ "searchassist.babylon.com"
1960
+ ],
1961
+ "parameters": [
1962
+ "q"
1963
+ ]
1964
+ },
1965
+ "TrovaRapido": {
1966
+ "domains": [
1967
+ "www.trovarapido.com"
1968
+ ],
1969
+ "parameters": [
1970
+ "q"
1971
+ ]
1972
+ },
1973
+ "Suchmaschine.com": {
1974
+ "domains": [
1975
+ "www.suchmaschine.com"
1976
+ ],
1977
+ "parameters": [
1978
+ "suchstr"
1979
+ ]
1980
+ },
1981
+ "Lycos": {
1982
+ "domains": [
1983
+ "search.lycos.com",
1984
+ "www.lycos.com",
1985
+ "lycos.com"
1986
+ ],
1987
+ "parameters": [
1988
+ "query"
1989
+ ]
1990
+ },
1991
+ "Vinden": {
1992
+ "domains": [
1993
+ "www.vinden.nl"
1994
+ ],
1995
+ "parameters": [
1996
+ "q"
1997
+ ]
1998
+ },
1999
+ "Altavista": {
2000
+ "domains": [
2001
+ "www.altavista.com",
2002
+ "search.altavista.com",
2003
+ "listings.altavista.com",
2004
+ "altavista.de",
2005
+ "altavista.fr",
2006
+ "be-nl.altavista.com",
2007
+ "be-fr.altavista.com"
2008
+ ],
2009
+ "parameters": [
2010
+ "q"
2011
+ ]
2012
+ },
2013
+ "dmoz": {
2014
+ "domains": [
2015
+ "dmoz.org",
2016
+ "editors.dmoz.org"
2017
+ ],
2018
+ "parameters": [
2019
+ "q"
2020
+ ]
2021
+ },
2022
+ "Ecosia": {
2023
+ "domains": [
2024
+ "ecosia.org"
2025
+ ],
2026
+ "parameters": [
2027
+ "q"
2028
+ ]
2029
+ },
2030
+ "Maxwebsearch": {
2031
+ "domains": [
2032
+ "maxwebsearch.com"
2033
+ ],
2034
+ "parameters": [
2035
+ "query"
2036
+ ]
2037
+ },
2038
+ "Euroseek": {
2039
+ "domains": [
2040
+ "www.euroseek.com"
2041
+ ],
2042
+ "parameters": [
2043
+ "string"
2044
+ ]
2045
+ },
2046
+ "Bing": {
2047
+ "domains": [
2048
+ "bing.com",
2049
+ "www.bing.com",
2050
+ "msnbc.msn.com",
2051
+ "dizionario.it.msn.com",
2052
+ "cc.bingj.com",
2053
+ "m.bing.com"
2054
+ ],
2055
+ "parameters": [
2056
+ "q",
2057
+ "Q"
2058
+ ]
2059
+ },
2060
+ "X-recherche": {
2061
+ "domains": [
2062
+ "www.x-recherche.com"
2063
+ ],
2064
+ "parameters": [
2065
+ "MOTS"
2066
+ ]
2067
+ },
2068
+ "Yandex Images": {
2069
+ "domains": [
2070
+ "images.yandex.ru",
2071
+ "images.yandex.ua",
2072
+ "images.yandex.com"
2073
+ ],
2074
+ "parameters": [
2075
+ "text"
2076
+ ]
2077
+ },
2078
+ "GMX": {
2079
+ "domains": [
2080
+ "suche.gmx.net"
2081
+ ],
2082
+ "parameters": [
2083
+ "su"
2084
+ ]
2085
+ },
2086
+ "Daemon search": {
2087
+ "domains": [
2088
+ "daemon-search.com",
2089
+ "my.daemon-search.com"
2090
+ ],
2091
+ "parameters": [
2092
+ "q"
2093
+ ]
2094
+ },
2095
+ "Jungle Key": {
2096
+ "domains": [
2097
+ "junglekey.com",
2098
+ "junglekey.fr"
2099
+ ],
2100
+ "parameters": [
2101
+ "query"
2102
+ ]
2103
+ },
2104
+ "Firstfind": {
2105
+ "domains": [
2106
+ "www.firstsfind.com"
2107
+ ],
2108
+ "parameters": [
2109
+ "qry"
2110
+ ]
2111
+ },
2112
+ "Crawler": {
2113
+ "domains": [
2114
+ "www.crawler.com"
2115
+ ],
2116
+ "parameters": [
2117
+ "q"
2118
+ ]
2119
+ },
2120
+ "Holmes": {
2121
+ "domains": [
2122
+ "holmes.ge"
2123
+ ],
2124
+ "parameters": [
2125
+ "q"
2126
+ ]
2127
+ },
2128
+ "Charter": {
2129
+ "domains": [
2130
+ "www.charter.net"
2131
+ ],
2132
+ "parameters": [
2133
+ "q"
2134
+ ]
2135
+ },
2136
+ "Ilse": {
2137
+ "domains": [
2138
+ "www.ilse.nl"
2139
+ ],
2140
+ "parameters": [
2141
+ "search_for"
2142
+ ]
2143
+ },
2144
+ "earthlink": {
2145
+ "domains": [
2146
+ "search.earthlink.net"
2147
+ ],
2148
+ "parameters": [
2149
+ "q"
2150
+ ]
2151
+ },
2152
+ "Qualigo": {
2153
+ "domains": [
2154
+ "www.qualigo.at",
2155
+ "www.qualigo.ch",
2156
+ "www.qualigo.de",
2157
+ "www.qualigo.nl"
2158
+ ],
2159
+ "parameters": [
2160
+ "q"
2161
+ ]
2162
+ },
2163
+ "El Mundo": {
2164
+ "domains": [
2165
+ "ariadna.elmundo.es"
2166
+ ],
2167
+ "parameters": [
2168
+ "q"
2169
+ ]
2170
+ },
2171
+ "Metager2": {
2172
+ "domains": [
2173
+ "metager2.de"
2174
+ ],
2175
+ "parameters": [
2176
+ "q"
2177
+ ]
2178
+ },
2179
+ "Forestle": {
2180
+ "domains": [
2181
+ "forestle.org",
2182
+ "www.forestle.org",
2183
+ "forestle.mobi"
2184
+ ],
2185
+ "parameters": [
2186
+ "q"
2187
+ ]
2188
+ },
2189
+ "Search.ch": {
2190
+ "domains": [
2191
+ "www.search.ch"
2192
+ ],
2193
+ "parameters": [
2194
+ "q"
2195
+ ]
2196
+ },
2197
+ "Meinestadt": {
2198
+ "domains": [
2199
+ "www.meinestadt.de"
2200
+ ],
2201
+ "parameters": [
2202
+ "words"
2203
+ ]
2204
+ },
2205
+ "Freshweather": {
2206
+ "domains": [
2207
+ "www.fresh-weather.com"
2208
+ ],
2209
+ "parameters": [
2210
+ "q"
2211
+ ]
2212
+ },
2213
+ "AllTheWeb": {
2214
+ "domains": [
2215
+ "www.alltheweb.com"
2216
+ ],
2217
+ "parameters": [
2218
+ "q"
2219
+ ]
2220
+ },
2221
+ "Snapdo": {
2222
+ "domains": [
2223
+ "search.snapdo.com"
2224
+ ],
2225
+ "parameters": [
2226
+ "q"
2227
+ ]
2228
+ },
2229
+ "Zoek": {
2230
+ "domains": [
2231
+ "www3.zoek.nl"
2232
+ ],
2233
+ "parameters": [
2234
+ "q"
2235
+ ]
2236
+ },
2237
+ "Daum": {
2238
+ "domains": [
2239
+ "search.daum.net"
2240
+ ],
2241
+ "parameters": [
2242
+ "q"
2243
+ ]
2244
+ },
2245
+ "Marktplaats": {
2246
+ "domains": [
2247
+ "www.marktplaats.nl"
2248
+ ],
2249
+ "parameters": [
2250
+ "query"
2251
+ ]
2252
+ },
2253
+ "suche.info": {
2254
+ "domains": [
2255
+ "suche.info"
2256
+ ],
2257
+ "parameters": [
2258
+ "q"
2259
+ ]
2260
+ },
2261
+ "Google News": {
2262
+ "domains": [
2263
+ "news.google.ac",
2264
+ "news.google.ad",
2265
+ "news.google.ae",
2266
+ "news.google.am",
2267
+ "news.google.as",
2268
+ "news.google.at",
2269
+ "news.google.az",
2270
+ "news.google.ba",
2271
+ "news.google.be",
2272
+ "news.google.bf",
2273
+ "news.google.bg",
2274
+ "news.google.bi",
2275
+ "news.google.bj",
2276
+ "news.google.bs",
2277
+ "news.google.by",
2278
+ "news.google.ca",
2279
+ "news.google.cat",
2280
+ "news.google.cc",
2281
+ "news.google.cd",
2282
+ "news.google.cf",
2283
+ "news.google.cg",
2284
+ "news.google.ch",
2285
+ "news.google.ci",
2286
+ "news.google.cl",
2287
+ "news.google.cm",
2288
+ "news.google.cn",
2289
+ "news.google.co.bw",
2290
+ "news.google.co.ck",
2291
+ "news.google.co.cr",
2292
+ "news.google.co.id",
2293
+ "news.google.co.il",
2294
+ "news.google.co.in",
2295
+ "news.google.co.jp",
2296
+ "news.google.co.ke",
2297
+ "news.google.co.kr",
2298
+ "news.google.co.ls",
2299
+ "news.google.co.ma",
2300
+ "news.google.co.mz",
2301
+ "news.google.co.nz",
2302
+ "news.google.co.th",
2303
+ "news.google.co.tz",
2304
+ "news.google.co.ug",
2305
+ "news.google.co.uk",
2306
+ "news.google.co.uz",
2307
+ "news.google.co.ve",
2308
+ "news.google.co.vi",
2309
+ "news.google.co.za",
2310
+ "news.google.co.zm",
2311
+ "news.google.co.zw",
2312
+ "news.google.com",
2313
+ "news.google.com.af",
2314
+ "news.google.com.ag",
2315
+ "news.google.com.ai",
2316
+ "news.google.com.ar",
2317
+ "news.google.com.au",
2318
+ "news.google.com.bd",
2319
+ "news.google.com.bh",
2320
+ "news.google.com.bn",
2321
+ "news.google.com.bo",
2322
+ "news.google.com.br",
2323
+ "news.google.com.by",
2324
+ "news.google.com.bz",
2325
+ "news.google.com.co",
2326
+ "news.google.com.cu",
2327
+ "news.google.com.cy",
2328
+ "news.google.com.do",
2329
+ "news.google.com.ec",
2330
+ "news.google.com.eg",
2331
+ "news.google.com.et",
2332
+ "news.google.com.fj",
2333
+ "news.google.com.gh",
2334
+ "news.google.com.gi",
2335
+ "news.google.com.gt",
2336
+ "news.google.com.hk",
2337
+ "news.google.com.jm",
2338
+ "news.google.com.kh",
2339
+ "news.google.com.kh",
2340
+ "news.google.com.kw",
2341
+ "news.google.com.lb",
2342
+ "news.google.com.lc",
2343
+ "news.google.com.ly",
2344
+ "news.google.com.mt",
2345
+ "news.google.com.mx",
2346
+ "news.google.com.my",
2347
+ "news.google.com.na",
2348
+ "news.google.com.nf",
2349
+ "news.google.com.ng",
2350
+ "news.google.com.ni",
2351
+ "news.google.com.np",
2352
+ "news.google.com.om",
2353
+ "news.google.com.pa",
2354
+ "news.google.com.pe",
2355
+ "news.google.com.ph",
2356
+ "news.google.com.pk",
2357
+ "news.google.com.pr",
2358
+ "news.google.com.py",
2359
+ "news.google.com.qa",
2360
+ "news.google.com.sa",
2361
+ "news.google.com.sb",
2362
+ "news.google.com.sg",
2363
+ "news.google.com.sl",
2364
+ "news.google.com.sv",
2365
+ "news.google.com.tj",
2366
+ "news.google.com.tn",
2367
+ "news.google.com.tr",
2368
+ "news.google.com.tw",
2369
+ "news.google.com.ua",
2370
+ "news.google.com.uy",
2371
+ "news.google.com.vc",
2372
+ "news.google.com.vn",
2373
+ "news.google.cv",
2374
+ "news.google.cz",
2375
+ "news.google.de",
2376
+ "news.google.dj",
2377
+ "news.google.dk",
2378
+ "news.google.dm",
2379
+ "news.google.dz",
2380
+ "news.google.ee",
2381
+ "news.google.es",
2382
+ "news.google.fi",
2383
+ "news.google.fm",
2384
+ "news.google.fr",
2385
+ "news.google.ga",
2386
+ "news.google.gd",
2387
+ "news.google.ge",
2388
+ "news.google.gf",
2389
+ "news.google.gg",
2390
+ "news.google.gl",
2391
+ "news.google.gm",
2392
+ "news.google.gp",
2393
+ "news.google.gr",
2394
+ "news.google.gy",
2395
+ "news.google.hn",
2396
+ "news.google.hr",
2397
+ "news.google.ht",
2398
+ "news.google.hu",
2399
+ "news.google.ie",
2400
+ "news.google.im",
2401
+ "news.google.io",
2402
+ "news.google.iq",
2403
+ "news.google.is",
2404
+ "news.google.it",
2405
+ "news.google.it.ao",
2406
+ "news.google.je",
2407
+ "news.google.jo",
2408
+ "news.google.kg",
2409
+ "news.google.ki",
2410
+ "news.google.kz",
2411
+ "news.google.la",
2412
+ "news.google.li",
2413
+ "news.google.lk",
2414
+ "news.google.lt",
2415
+ "news.google.lu",
2416
+ "news.google.lv",
2417
+ "news.google.md",
2418
+ "news.google.me",
2419
+ "news.google.mg",
2420
+ "news.google.mk",
2421
+ "news.google.ml",
2422
+ "news.google.mn",
2423
+ "news.google.ms",
2424
+ "news.google.mu",
2425
+ "news.google.mv",
2426
+ "news.google.mw",
2427
+ "news.google.ne",
2428
+ "news.google.nl",
2429
+ "news.google.no",
2430
+ "news.google.nr",
2431
+ "news.google.nu",
2432
+ "news.google.pl",
2433
+ "news.google.pn",
2434
+ "news.google.ps",
2435
+ "news.google.pt",
2436
+ "news.google.ro",
2437
+ "news.google.rs",
2438
+ "news.google.ru",
2439
+ "news.google.rw",
2440
+ "news.google.sc",
2441
+ "news.google.se",
2442
+ "news.google.sh",
2443
+ "news.google.si",
2444
+ "news.google.sk",
2445
+ "news.google.sm",
2446
+ "news.google.sn",
2447
+ "news.google.so",
2448
+ "news.google.st",
2449
+ "news.google.td",
2450
+ "news.google.tg",
2451
+ "news.google.tk",
2452
+ "news.google.tl",
2453
+ "news.google.tm",
2454
+ "news.google.to",
2455
+ "news.google.tt",
2456
+ "news.google.us",
2457
+ "news.google.vg",
2458
+ "news.google.vu",
2459
+ "news.google.ws"
2460
+ ],
2461
+ "parameters": [
2462
+ "q"
2463
+ ]
2464
+ },
2465
+ "Zoohoo": {
2466
+ "domains": [
2467
+ "zoohoo.cz"
2468
+ ],
2469
+ "parameters": [
2470
+ "q"
2471
+ ]
2472
+ },
2473
+ "Seznam": {
2474
+ "domains": [
2475
+ "search.seznam.cz"
2476
+ ],
2477
+ "parameters": [
2478
+ "q"
2479
+ ]
2480
+ },
2481
+ "Online.no": {
2482
+ "domains": [
2483
+ "online.no"
2484
+ ],
2485
+ "parameters": [
2486
+ "q"
2487
+ ]
2488
+ },
2489
+ "Eurip": {
2490
+ "domains": [
2491
+ "www.eurip.com"
2492
+ ],
2493
+ "parameters": [
2494
+ "q"
2495
+ ]
2496
+ },
2497
+ "all.by": {
2498
+ "domains": [
2499
+ "all.by"
2500
+ ],
2501
+ "parameters": [
2502
+ "query"
2503
+ ]
2504
+ },
2505
+ "Road Runner Search": {
2506
+ "domains": [
2507
+ "search.rr.com"
2508
+ ],
2509
+ "parameters": [
2510
+ "q"
2511
+ ]
2512
+ },
2513
+ "Opplysningen 1881": {
2514
+ "domains": [
2515
+ "www.1881.no"
2516
+ ],
2517
+ "parameters": [
2518
+ "Query"
2519
+ ]
2520
+ },
2521
+ "YouGoo": {
2522
+ "domains": [
2523
+ "www.yougoo.fr"
2524
+ ],
2525
+ "parameters": [
2526
+ "q"
2527
+ ]
2528
+ },
2529
+ "Bing Images": {
2530
+ "domains": [
2531
+ "bing.com/images/search",
2532
+ "www.bing.com/images/search"
2533
+ ],
2534
+ "parameters": [
2535
+ "q",
2536
+ "Q"
2537
+ ]
2538
+ },
2539
+ "Geona": {
2540
+ "domains": [
2541
+ "geona.net"
2542
+ ],
2543
+ "parameters": [
2544
+ "q"
2545
+ ]
2546
+ },
2547
+ "Nate": {
2548
+ "domains": [
2549
+ "search.nate.com"
2550
+ ],
2551
+ "parameters": [
2552
+ "q"
2553
+ ]
2554
+ },
2555
+ "DuckDuckGo": {
2556
+ "domains": [
2557
+ "duckduckgo.com"
2558
+ ],
2559
+ "parameters": [
2560
+ "q"
2561
+ ]
2562
+ },
2563
+ "Hotbot": {
2564
+ "domains": [
2565
+ "www.hotbot.com"
2566
+ ],
2567
+ "parameters": [
2568
+ "query"
2569
+ ]
2570
+ },
2571
+ "Kvasir": {
2572
+ "domains": [
2573
+ "www.kvasir.no"
2574
+ ],
2575
+ "parameters": [
2576
+ "q"
2577
+ ]
2578
+ },
2579
+ "Austronaut": {
2580
+ "domains": [
2581
+ "www2.austronaut.at",
2582
+ "www1.astronaut.at"
2583
+ ],
2584
+ "parameters": [
2585
+ "q"
2586
+ ]
2587
+ },
2588
+ "Excite": {
2589
+ "domains": [
2590
+ "search.excite.it",
2591
+ "search.excite.fr",
2592
+ "search.excite.de",
2593
+ "search.excite.co.uk",
2594
+ "serach.excite.es",
2595
+ "search.excite.nl",
2596
+ "msxml.excite.com",
2597
+ "www.excite.co.jp"
2598
+ ],
2599
+ "parameters": [
2600
+ "q",
2601
+ "search"
2602
+ ]
2603
+ },
2604
+ "qip": {
2605
+ "domains": [
2606
+ "search.qip.ru"
2607
+ ],
2608
+ "parameters": [
2609
+ "query"
2610
+ ]
2611
+ },
2612
+ "Certified-Toolbar": {
2613
+ "domains": [
2614
+ "search.certified-toolbar.com"
2615
+ ],
2616
+ "parameters": [
2617
+ "q"
2618
+ ]
2619
+ },
2620
+ "Yahoo!": {
2621
+ "domains": [
2622
+ "search.yahoo.com",
2623
+ "yahoo.com",
2624
+ "ar.search.yahoo.com",
2625
+ "ar.yahoo.com",
2626
+ "au.search.yahoo.com",
2627
+ "au.yahoo.com",
2628
+ "br.search.yahoo.com",
2629
+ "br.yahoo.com",
2630
+ "cade.searchde.yahoo.com",
2631
+ "cade.yahoo.com",
2632
+ "chinese.searchinese.yahoo.com",
2633
+ "chinese.yahoo.com",
2634
+ "cn.search.yahoo.com",
2635
+ "cn.yahoo.com",
2636
+ "de.search.yahoo.com",
2637
+ "de.yahoo.com",
2638
+ "dk.search.yahoo.com",
2639
+ "dk.yahoo.com",
2640
+ "es.search.yahoo.com",
2641
+ "es.yahoo.com",
2642
+ "espanol.searchpanol.yahoo.com",
2643
+ "espanol.searchpanol.yahoo.com",
2644
+ "espanol.yahoo.com",
2645
+ "espanol.yahoo.com",
2646
+ "fr.search.yahoo.com",
2647
+ "fr.yahoo.com",
2648
+ "ie.search.yahoo.com",
2649
+ "ie.yahoo.com",
2650
+ "it.search.yahoo.com",
2651
+ "it.yahoo.com",
2652
+ "kr.search.yahoo.com",
2653
+ "kr.yahoo.com",
2654
+ "mx.search.yahoo.com",
2655
+ "mx.yahoo.com",
2656
+ "no.search.yahoo.com",
2657
+ "no.yahoo.com",
2658
+ "nz.search.yahoo.com",
2659
+ "nz.yahoo.com",
2660
+ "one.cn.yahoo.com",
2661
+ "one.searchn.yahoo.com",
2662
+ "qc.search.yahoo.com",
2663
+ "qc.search.yahoo.com",
2664
+ "qc.search.yahoo.com",
2665
+ "qc.yahoo.com",
2666
+ "qc.yahoo.com",
2667
+ "se.search.yahoo.com",
2668
+ "se.search.yahoo.com",
2669
+ "se.yahoo.com",
2670
+ "search.searcharch.yahoo.com",
2671
+ "search.yahoo.com",
2672
+ "uk.search.yahoo.com",
2673
+ "uk.yahoo.com",
2674
+ "www.yahoo.co.jp",
2675
+ "search.yahoo.co.jp",
2676
+ "www.cercato.it",
2677
+ "search.offerbox.com",
2678
+ "ys.mirostart.com"
2679
+ ],
2680
+ "parameters": [
2681
+ "p",
2682
+ "q"
2683
+ ]
2684
+ },
2685
+ "URL.ORGanizier": {
2686
+ "domains": [
2687
+ "www.url.org"
2688
+ ],
2689
+ "parameters": [
2690
+ "q"
2691
+ ]
2692
+ },
2693
+ "Witch": {
2694
+ "domains": [
2695
+ "www.witch.de"
2696
+ ],
2697
+ "parameters": [
2698
+ "search"
2699
+ ]
2700
+ },
2701
+ "Mister Wong": {
2702
+ "domains": [
2703
+ "www.mister-wong.com",
2704
+ "www.mister-wong.de"
2705
+ ],
2706
+ "parameters": [
2707
+ "Keywords"
2708
+ ]
2709
+ },
2710
+ "Aport": {
2711
+ "domains": [
2712
+ "sm.aport.ru"
2713
+ ],
2714
+ "parameters": [
2715
+ "r"
2716
+ ]
2717
+ },
2718
+ "Web.de": {
2719
+ "domains": [
2720
+ "suche.web.de"
2721
+ ],
2722
+ "parameters": [
2723
+ "su"
2724
+ ]
2725
+ },
2726
+ "Ask": {
2727
+ "domains": [
2728
+ "ask.com",
2729
+ "www.ask.com",
2730
+ "web.ask.com",
2731
+ "int.ask.com",
2732
+ "mws.ask.com",
2733
+ "uk.ask.com",
2734
+ "images.ask.com",
2735
+ "ask.reference.com",
2736
+ "www.askkids.com",
2737
+ "iwon.ask.com",
2738
+ "www.ask.co.uk",
2739
+ "www.qbyrd.com",
2740
+ "search-results.com",
2741
+ "uk.search-results.com",
2742
+ "www.search-results.com",
2743
+ "int.search-results.com"
2744
+ ],
2745
+ "parameters": [
2746
+ "q"
2747
+ ]
2748
+ },
2749
+ "Centrum": {
2750
+ "domains": [
2751
+ "serach.centrum.cz",
2752
+ "morfeo.centrum.cz"
2753
+ ],
2754
+ "parameters": [
2755
+ "q"
2756
+ ]
2757
+ },
2758
+ "Everyclick": {
2759
+ "domains": [
2760
+ "www.everyclick.com"
2761
+ ],
2762
+ "parameters": [
2763
+ "keyword"
2764
+ ]
2765
+ },
2766
+ "Google Video": {
2767
+ "domains": [
2768
+ "video.google.com"
2769
+ ],
2770
+ "parameters": [
2771
+ "q"
2772
+ ]
2773
+ },
2774
+ "Delfi": {
2775
+ "domains": [
2776
+ "otsing.delfi.ee"
2777
+ ],
2778
+ "parameters": [
2779
+ "q"
2780
+ ]
2781
+ },
2782
+ "blekko": {
2783
+ "domains": [
2784
+ "blekko.com"
2785
+ ],
2786
+ "parameters": [
2787
+ "q"
2788
+ ]
2789
+ },
2790
+ "Jyxo": {
2791
+ "domains": [
2792
+ "jyxo.1188.cz"
2793
+ ],
2794
+ "parameters": [
2795
+ "q"
2796
+ ]
2797
+ },
2798
+ "Kataweb": {
2799
+ "domains": [
2800
+ "www.kataweb.it"
2801
+ ],
2802
+ "parameters": [
2803
+ "q"
2804
+ ]
2805
+ },
2806
+ "uol.com.br": {
2807
+ "domains": [
2808
+ "busca.uol.com.br"
2809
+ ],
2810
+ "parameters": [
2811
+ "q"
2812
+ ]
2813
+ },
2814
+ "Arianna": {
2815
+ "domains": [
2816
+ "arianna.libero.it",
2817
+ "www.arianna.com"
2818
+ ],
2819
+ "parameters": [
2820
+ "query"
2821
+ ]
2822
+ },
2823
+ "Mamma": {
2824
+ "domains": [
2825
+ "www.mamma.com",
2826
+ "mamma75.mamma.com"
2827
+ ],
2828
+ "parameters": [
2829
+ "query"
2830
+ ]
2831
+ },
2832
+ "Yatedo": {
2833
+ "domains": [
2834
+ "www.yatedo.com",
2835
+ "www.yatedo.fr"
2836
+ ],
2837
+ "parameters": [
2838
+ "q"
2839
+ ]
2840
+ },
2841
+ "Twingly": {
2842
+ "domains": [
2843
+ "www.twingly.com"
2844
+ ],
2845
+ "parameters": [
2846
+ "q"
2847
+ ]
2848
+ },
2849
+ "Delfi latvia": {
2850
+ "domains": [
2851
+ "smart.delfi.lv"
2852
+ ],
2853
+ "parameters": [
2854
+ "q"
2855
+ ]
2856
+ },
2857
+ "PriceRunner": {
2858
+ "domains": [
2859
+ "www.pricerunner.co.uk"
2860
+ ],
2861
+ "parameters": [
2862
+ "q"
2863
+ ]
2864
+ },
2865
+ "Rakuten": {
2866
+ "domains": [
2867
+ "websearch.rakuten.co.jp"
2868
+ ],
2869
+ "parameters": [
2870
+ "qt"
2871
+ ]
2872
+ },
2873
+ "Google": {
2874
+ "domains": [
2875
+ "www.google.com",
2876
+ "www.google.ac",
2877
+ "www.google.ad",
2878
+ "www.google.com.af",
2879
+ "www.google.com.ag",
2880
+ "www.google.com.ai",
2881
+ "www.google.am",
2882
+ "www.google.it.ao",
2883
+ "www.google.com.ar",
2884
+ "www.google.as",
2885
+ "www.google.at",
2886
+ "www.google.com.au",
2887
+ "www.google.az",
2888
+ "www.google.ba",
2889
+ "www.google.com.bd",
2890
+ "www.google.be",
2891
+ "www.google.bf",
2892
+ "www.google.bg",
2893
+ "www.google.com.bh",
2894
+ "www.google.bi",
2895
+ "www.google.bj",
2896
+ "www.google.com.bn",
2897
+ "www.google.com.bo",
2898
+ "www.google.com.br",
2899
+ "www.google.bs",
2900
+ "www.google.co.bw",
2901
+ "www.google.com.by",
2902
+ "www.google.by",
2903
+ "www.google.com.bz",
2904
+ "www.google.ca",
2905
+ "www.google.com.kh",
2906
+ "www.google.cc",
2907
+ "www.google.cd",
2908
+ "www.google.cf",
2909
+ "www.google.cat",
2910
+ "www.google.cg",
2911
+ "www.google.ch",
2912
+ "www.google.ci",
2913
+ "www.google.co.ck",
2914
+ "www.google.cl",
2915
+ "www.google.cm",
2916
+ "www.google.cn",
2917
+ "www.google.com.co",
2918
+ "www.google.co.cr",
2919
+ "www.google.com.cu",
2920
+ "www.google.cv",
2921
+ "www.google.com.cy",
2922
+ "www.google.cz",
2923
+ "www.google.de",
2924
+ "www.google.dj",
2925
+ "www.google.dk",
2926
+ "www.google.dm",
2927
+ "www.google.com.do",
2928
+ "www.google.dz",
2929
+ "www.google.com.ec",
2930
+ "www.google.ee",
2931
+ "www.google.com.eg",
2932
+ "www.google.es",
2933
+ "www.google.com.et",
2934
+ "www.google.fi",
2935
+ "www.google.com.fj",
2936
+ "www.google.fm",
2937
+ "www.google.fr",
2938
+ "www.google.ga",
2939
+ "www.google.gd",
2940
+ "www.google.ge",
2941
+ "www.google.gf",
2942
+ "www.google.gg",
2943
+ "www.google.com.gh",
2944
+ "www.google.com.gi",
2945
+ "www.google.gl",
2946
+ "www.google.gm",
2947
+ "www.google.gp",
2948
+ "www.google.gr",
2949
+ "www.google.com.gt",
2950
+ "www.google.gy",
2951
+ "www.google.com.hk",
2952
+ "www.google.hn",
2953
+ "www.google.hr",
2954
+ "www.google.ht",
2955
+ "www.google.hu",
2956
+ "www.google.co.id",
2957
+ "www.google.iq",
2958
+ "www.google.ie",
2959
+ "www.google.co.il",
2960
+ "www.google.im",
2961
+ "www.google.co.in",
2962
+ "www.google.io",
2963
+ "www.google.is",
2964
+ "www.google.it",
2965
+ "www.google.je",
2966
+ "www.google.com.jm",
2967
+ "www.google.jo",
2968
+ "www.google.co.jp",
2969
+ "www.google.co.ke",
2970
+ "www.google.com.kh",
2971
+ "www.google.ki",
2972
+ "www.google.kg",
2973
+ "www.google.co.kr",
2974
+ "www.google.com.kw",
2975
+ "www.google.kz",
2976
+ "www.google.la",
2977
+ "www.google.com.lb",
2978
+ "www.google.com.lc",
2979
+ "www.google.li",
2980
+ "www.google.lk",
2981
+ "www.google.co.ls",
2982
+ "www.google.lt",
2983
+ "www.google.lu",
2984
+ "www.google.lv",
2985
+ "www.google.com.ly",
2986
+ "www.google.co.ma",
2987
+ "www.google.md",
2988
+ "www.google.me",
2989
+ "www.google.mg",
2990
+ "www.google.mk",
2991
+ "www.google.ml",
2992
+ "www.google.mn",
2993
+ "www.google.ms",
2994
+ "www.google.com.mt",
2995
+ "www.google.mu",
2996
+ "www.google.mv",
2997
+ "www.google.mw",
2998
+ "www.google.com.mx",
2999
+ "www.google.com.my",
3000
+ "www.google.co.mz",
3001
+ "www.google.com.na",
3002
+ "www.google.ne",
3003
+ "www.google.com.nf",
3004
+ "www.google.com.ng",
3005
+ "www.google.com.ni",
3006
+ "www.google.nl",
3007
+ "www.google.no",
3008
+ "www.google.com.np",
3009
+ "www.google.nr",
3010
+ "www.google.nu",
3011
+ "www.google.co.nz",
3012
+ "www.google.com.om",
3013
+ "www.google.com.pa",
3014
+ "www.google.com.pe",
3015
+ "www.google.com.ph",
3016
+ "www.google.com.pk",
3017
+ "www.google.pl",
3018
+ "www.google.pn",
3019
+ "www.google.com.pr",
3020
+ "www.google.ps",
3021
+ "www.google.pt",
3022
+ "www.google.com.py",
3023
+ "www.google.com.qa",
3024
+ "www.google.ro",
3025
+ "www.google.rs",
3026
+ "www.google.ru",
3027
+ "www.google.rw",
3028
+ "www.google.com.sa",
3029
+ "www.google.com.sb",
3030
+ "www.google.sc",
3031
+ "www.google.se",
3032
+ "www.google.com.sg",
3033
+ "www.google.sh",
3034
+ "www.google.si",
3035
+ "www.google.sk",
3036
+ "www.google.com.sl",
3037
+ "www.google.sn",
3038
+ "www.google.sm",
3039
+ "www.google.so",
3040
+ "www.google.st",
3041
+ "www.google.com.sv",
3042
+ "www.google.td",
3043
+ "www.google.tg",
3044
+ "www.google.co.th",
3045
+ "www.google.com.tj",
3046
+ "www.google.tk",
3047
+ "www.google.tl",
3048
+ "www.google.tm",
3049
+ "www.google.to",
3050
+ "www.google.com.tn",
3051
+ "www.google.com.tr",
3052
+ "www.google.tt",
3053
+ "www.google.com.tw",
3054
+ "www.google.co.tz",
3055
+ "www.google.com.ua",
3056
+ "www.google.co.ug",
3057
+ "www.google.ae",
3058
+ "www.google.co.uk",
3059
+ "www.google.us",
3060
+ "www.google.com.uy",
3061
+ "www.google.co.uz",
3062
+ "www.google.com.vc",
3063
+ "www.google.co.ve",
3064
+ "www.google.vg",
3065
+ "www.google.co.vi",
3066
+ "www.google.com.vn",
3067
+ "www.google.vu",
3068
+ "www.google.ws",
3069
+ "www.google.co.za",
3070
+ "www.google.co.zm",
3071
+ "www.google.co.zw",
3072
+ "google.com",
3073
+ "google.ac",
3074
+ "google.ad",
3075
+ "google.com.af",
3076
+ "google.com.ag",
3077
+ "google.com.ai",
3078
+ "google.am",
3079
+ "google.it.ao",
3080
+ "google.com.ar",
3081
+ "google.as",
3082
+ "google.at",
3083
+ "google.com.au",
3084
+ "google.az",
3085
+ "google.ba",
3086
+ "google.com.bd",
3087
+ "google.be",
3088
+ "google.bf",
3089
+ "google.bg",
3090
+ "google.com.bh",
3091
+ "google.bi",
3092
+ "google.bj",
3093
+ "google.com.bn",
3094
+ "google.com.bo",
3095
+ "google.com.br",
3096
+ "google.bs",
3097
+ "google.co.bw",
3098
+ "google.com.by",
3099
+ "google.by",
3100
+ "google.com.bz",
3101
+ "google.ca",
3102
+ "google.com.kh",
3103
+ "google.cc",
3104
+ "google.cd",
3105
+ "google.cf",
3106
+ "google.cat",
3107
+ "google.cg",
3108
+ "google.ch",
3109
+ "google.ci",
3110
+ "google.co.ck",
3111
+ "google.cl",
3112
+ "google.cm",
3113
+ "google.cn",
3114
+ "google.com.co",
3115
+ "google.co.cr",
3116
+ "google.com.cu",
3117
+ "google.cv",
3118
+ "google.com.cy",
3119
+ "google.cz",
3120
+ "google.de",
3121
+ "google.dj",
3122
+ "google.dk",
3123
+ "google.dm",
3124
+ "google.com.do",
3125
+ "google.dz",
3126
+ "google.com.ec",
3127
+ "google.ee",
3128
+ "google.com.eg",
3129
+ "google.es",
3130
+ "google.com.et",
3131
+ "google.fi",
3132
+ "google.com.fj",
3133
+ "google.fm",
3134
+ "google.fr",
3135
+ "google.ga",
3136
+ "google.gd",
3137
+ "google.ge",
3138
+ "google.gf",
3139
+ "google.gg",
3140
+ "google.com.gh",
3141
+ "google.com.gi",
3142
+ "google.gl",
3143
+ "google.gm",
3144
+ "google.gp",
3145
+ "google.gr",
3146
+ "google.com.gt",
3147
+ "google.gy",
3148
+ "google.com.hk",
3149
+ "google.hn",
3150
+ "google.hr",
3151
+ "google.ht",
3152
+ "google.hu",
3153
+ "google.co.id",
3154
+ "google.iq",
3155
+ "google.ie",
3156
+ "google.co.il",
3157
+ "google.im",
3158
+ "google.co.in",
3159
+ "google.io",
3160
+ "google.is",
3161
+ "google.it",
3162
+ "google.je",
3163
+ "google.com.jm",
3164
+ "google.jo",
3165
+ "google.co.jp",
3166
+ "google.co.ke",
3167
+ "google.com.kh",
3168
+ "google.ki",
3169
+ "google.kg",
3170
+ "google.co.kr",
3171
+ "google.com.kw",
3172
+ "google.kz",
3173
+ "google.la",
3174
+ "google.com.lb",
3175
+ "google.com.lc",
3176
+ "google.li",
3177
+ "google.lk",
3178
+ "google.co.ls",
3179
+ "google.lt",
3180
+ "google.lu",
3181
+ "google.lv",
3182
+ "google.com.ly",
3183
+ "google.co.ma",
3184
+ "google.md",
3185
+ "google.me",
3186
+ "google.mg",
3187
+ "google.mk",
3188
+ "google.ml",
3189
+ "google.mn",
3190
+ "google.ms",
3191
+ "google.com.mt",
3192
+ "google.mu",
3193
+ "google.mv",
3194
+ "google.mw",
3195
+ "google.com.mx",
3196
+ "google.com.my",
3197
+ "google.co.mz",
3198
+ "google.com.na",
3199
+ "google.ne",
3200
+ "google.com.nf",
3201
+ "google.com.ng",
3202
+ "google.com.ni",
3203
+ "google.nl",
3204
+ "google.no",
3205
+ "google.com.np",
3206
+ "google.nr",
3207
+ "google.nu",
3208
+ "google.co.nz",
3209
+ "google.com.om",
3210
+ "google.com.pa",
3211
+ "google.com.pe",
3212
+ "google.com.ph",
3213
+ "google.com.pk",
3214
+ "google.pl",
3215
+ "google.pn",
3216
+ "google.com.pr",
3217
+ "google.ps",
3218
+ "google.pt",
3219
+ "google.com.py",
3220
+ "google.com.qa",
3221
+ "google.ro",
3222
+ "google.rs",
3223
+ "google.ru",
3224
+ "google.rw",
3225
+ "google.com.sa",
3226
+ "google.com.sb",
3227
+ "google.sc",
3228
+ "google.se",
3229
+ "google.com.sg",
3230
+ "google.sh",
3231
+ "google.si",
3232
+ "google.sk",
3233
+ "google.com.sl",
3234
+ "google.sn",
3235
+ "google.sm",
3236
+ "google.so",
3237
+ "google.st",
3238
+ "google.com.sv",
3239
+ "google.td",
3240
+ "google.tg",
3241
+ "google.co.th",
3242
+ "google.com.tj",
3243
+ "google.tk",
3244
+ "google.tl",
3245
+ "google.tm",
3246
+ "google.to",
3247
+ "google.com.tn",
3248
+ "google.com.tr",
3249
+ "google.tt",
3250
+ "google.com.tw",
3251
+ "google.co.tz",
3252
+ "google.com.ua",
3253
+ "google.co.ug",
3254
+ "google.ae",
3255
+ "google.co.uk",
3256
+ "google.us",
3257
+ "google.com.uy",
3258
+ "google.co.uz",
3259
+ "google.com.vc",
3260
+ "google.co.ve",
3261
+ "google.vg",
3262
+ "google.co.vi",
3263
+ "google.com.vn",
3264
+ "google.vu",
3265
+ "google.ws",
3266
+ "google.co.za",
3267
+ "google.co.zm",
3268
+ "google.co.zw",
3269
+ "search.avg.com",
3270
+ "isearch.avg.com",
3271
+ "www.cnn.com",
3272
+ "darkoogle.com",
3273
+ "search.darkoogle.com",
3274
+ "search.foxtab.com",
3275
+ "www.gooofullsearch.com",
3276
+ "search.hiyo.com",
3277
+ "search.incredimail.com",
3278
+ "search1.incredimail.com",
3279
+ "search2.incredimail.com",
3280
+ "search3.incredimail.com",
3281
+ "search4.incredimail.com",
3282
+ "search.incredibar.com",
3283
+ "search.sweetim.com",
3284
+ "www.fastweb.it",
3285
+ "search.juno.com",
3286
+ "find.tdc.dk",
3287
+ "searchresults.verizon.com",
3288
+ "search.walla.co.il",
3289
+ "search.alot.com",
3290
+ "www.googleearth.de",
3291
+ "www.googleearth.fr",
3292
+ "webcache.googleusercontent.com",
3293
+ "encrypted.google.com",
3294
+ "googlesyndicatedsearch.com"
3295
+ ],
3296
+ "parameters": [
3297
+ "q",
3298
+ "query",
3299
+ "Keywords"
3300
+ ]
3301
+ },
3302
+ "Google Blogsearch": {
3303
+ "domains": [
3304
+ "blogsearch.google.ac",
3305
+ "blogsearch.google.ad",
3306
+ "blogsearch.google.ae",
3307
+ "blogsearch.google.am",
3308
+ "blogsearch.google.as",
3309
+ "blogsearch.google.at",
3310
+ "blogsearch.google.az",
3311
+ "blogsearch.google.ba",
3312
+ "blogsearch.google.be",
3313
+ "blogsearch.google.bf",
3314
+ "blogsearch.google.bg",
3315
+ "blogsearch.google.bi",
3316
+ "blogsearch.google.bj",
3317
+ "blogsearch.google.bs",
3318
+ "blogsearch.google.by",
3319
+ "blogsearch.google.ca",
3320
+ "blogsearch.google.cat",
3321
+ "blogsearch.google.cc",
3322
+ "blogsearch.google.cd",
3323
+ "blogsearch.google.cf",
3324
+ "blogsearch.google.cg",
3325
+ "blogsearch.google.ch",
3326
+ "blogsearch.google.ci",
3327
+ "blogsearch.google.cl",
3328
+ "blogsearch.google.cm",
3329
+ "blogsearch.google.cn",
3330
+ "blogsearch.google.co.bw",
3331
+ "blogsearch.google.co.ck",
3332
+ "blogsearch.google.co.cr",
3333
+ "blogsearch.google.co.id",
3334
+ "blogsearch.google.co.il",
3335
+ "blogsearch.google.co.in",
3336
+ "blogsearch.google.co.jp",
3337
+ "blogsearch.google.co.ke",
3338
+ "blogsearch.google.co.kr",
3339
+ "blogsearch.google.co.ls",
3340
+ "blogsearch.google.co.ma",
3341
+ "blogsearch.google.co.mz",
3342
+ "blogsearch.google.co.nz",
3343
+ "blogsearch.google.co.th",
3344
+ "blogsearch.google.co.tz",
3345
+ "blogsearch.google.co.ug",
3346
+ "blogsearch.google.co.uk",
3347
+ "blogsearch.google.co.uz",
3348
+ "blogsearch.google.co.ve",
3349
+ "blogsearch.google.co.vi",
3350
+ "blogsearch.google.co.za",
3351
+ "blogsearch.google.co.zm",
3352
+ "blogsearch.google.co.zw",
3353
+ "blogsearch.google.com",
3354
+ "blogsearch.google.com.af",
3355
+ "blogsearch.google.com.ag",
3356
+ "blogsearch.google.com.ai",
3357
+ "blogsearch.google.com.ar",
3358
+ "blogsearch.google.com.au",
3359
+ "blogsearch.google.com.bd",
3360
+ "blogsearch.google.com.bh",
3361
+ "blogsearch.google.com.bn",
3362
+ "blogsearch.google.com.bo",
3363
+ "blogsearch.google.com.br",
3364
+ "blogsearch.google.com.by",
3365
+ "blogsearch.google.com.bz",
3366
+ "blogsearch.google.com.co",
3367
+ "blogsearch.google.com.cu",
3368
+ "blogsearch.google.com.cy",
3369
+ "blogsearch.google.com.do",
3370
+ "blogsearch.google.com.ec",
3371
+ "blogsearch.google.com.eg",
3372
+ "blogsearch.google.com.et",
3373
+ "blogsearch.google.com.fj",
3374
+ "blogsearch.google.com.gh",
3375
+ "blogsearch.google.com.gi",
3376
+ "blogsearch.google.com.gt",
3377
+ "blogsearch.google.com.hk",
3378
+ "blogsearch.google.com.jm",
3379
+ "blogsearch.google.com.kh",
3380
+ "blogsearch.google.com.kh",
3381
+ "blogsearch.google.com.kw",
3382
+ "blogsearch.google.com.lb",
3383
+ "blogsearch.google.com.lc",
3384
+ "blogsearch.google.com.ly",
3385
+ "blogsearch.google.com.mt",
3386
+ "blogsearch.google.com.mx",
3387
+ "blogsearch.google.com.my",
3388
+ "blogsearch.google.com.na",
3389
+ "blogsearch.google.com.nf",
3390
+ "blogsearch.google.com.ng",
3391
+ "blogsearch.google.com.ni",
3392
+ "blogsearch.google.com.np",
3393
+ "blogsearch.google.com.om",
3394
+ "blogsearch.google.com.pa",
3395
+ "blogsearch.google.com.pe",
3396
+ "blogsearch.google.com.ph",
3397
+ "blogsearch.google.com.pk",
3398
+ "blogsearch.google.com.pr",
3399
+ "blogsearch.google.com.py",
3400
+ "blogsearch.google.com.qa",
3401
+ "blogsearch.google.com.sa",
3402
+ "blogsearch.google.com.sb",
3403
+ "blogsearch.google.com.sg",
3404
+ "blogsearch.google.com.sl",
3405
+ "blogsearch.google.com.sv",
3406
+ "blogsearch.google.com.tj",
3407
+ "blogsearch.google.com.tn",
3408
+ "blogsearch.google.com.tr",
3409
+ "blogsearch.google.com.tw",
3410
+ "blogsearch.google.com.ua",
3411
+ "blogsearch.google.com.uy",
3412
+ "blogsearch.google.com.vc",
3413
+ "blogsearch.google.com.vn",
3414
+ "blogsearch.google.cv",
3415
+ "blogsearch.google.cz",
3416
+ "blogsearch.google.de",
3417
+ "blogsearch.google.dj",
3418
+ "blogsearch.google.dk",
3419
+ "blogsearch.google.dm",
3420
+ "blogsearch.google.dz",
3421
+ "blogsearch.google.ee",
3422
+ "blogsearch.google.es",
3423
+ "blogsearch.google.fi",
3424
+ "blogsearch.google.fm",
3425
+ "blogsearch.google.fr",
3426
+ "blogsearch.google.ga",
3427
+ "blogsearch.google.gd",
3428
+ "blogsearch.google.ge",
3429
+ "blogsearch.google.gf",
3430
+ "blogsearch.google.gg",
3431
+ "blogsearch.google.gl",
3432
+ "blogsearch.google.gm",
3433
+ "blogsearch.google.gp",
3434
+ "blogsearch.google.gr",
3435
+ "blogsearch.google.gy",
3436
+ "blogsearch.google.hn",
3437
+ "blogsearch.google.hr",
3438
+ "blogsearch.google.ht",
3439
+ "blogsearch.google.hu",
3440
+ "blogsearch.google.ie",
3441
+ "blogsearch.google.im",
3442
+ "blogsearch.google.io",
3443
+ "blogsearch.google.iq",
3444
+ "blogsearch.google.is",
3445
+ "blogsearch.google.it",
3446
+ "blogsearch.google.it.ao",
3447
+ "blogsearch.google.je",
3448
+ "blogsearch.google.jo",
3449
+ "blogsearch.google.kg",
3450
+ "blogsearch.google.ki",
3451
+ "blogsearch.google.kz",
3452
+ "blogsearch.google.la",
3453
+ "blogsearch.google.li",
3454
+ "blogsearch.google.lk",
3455
+ "blogsearch.google.lt",
3456
+ "blogsearch.google.lu",
3457
+ "blogsearch.google.lv",
3458
+ "blogsearch.google.md",
3459
+ "blogsearch.google.me",
3460
+ "blogsearch.google.mg",
3461
+ "blogsearch.google.mk",
3462
+ "blogsearch.google.ml",
3463
+ "blogsearch.google.mn",
3464
+ "blogsearch.google.ms",
3465
+ "blogsearch.google.mu",
3466
+ "blogsearch.google.mv",
3467
+ "blogsearch.google.mw",
3468
+ "blogsearch.google.ne",
3469
+ "blogsearch.google.nl",
3470
+ "blogsearch.google.no",
3471
+ "blogsearch.google.nr",
3472
+ "blogsearch.google.nu",
3473
+ "blogsearch.google.pl",
3474
+ "blogsearch.google.pn",
3475
+ "blogsearch.google.ps",
3476
+ "blogsearch.google.pt",
3477
+ "blogsearch.google.ro",
3478
+ "blogsearch.google.rs",
3479
+ "blogsearch.google.ru",
3480
+ "blogsearch.google.rw",
3481
+ "blogsearch.google.sc",
3482
+ "blogsearch.google.se",
3483
+ "blogsearch.google.sh",
3484
+ "blogsearch.google.si",
3485
+ "blogsearch.google.sk",
3486
+ "blogsearch.google.sm",
3487
+ "blogsearch.google.sn",
3488
+ "blogsearch.google.so",
3489
+ "blogsearch.google.st",
3490
+ "blogsearch.google.td",
3491
+ "blogsearch.google.tg",
3492
+ "blogsearch.google.tk",
3493
+ "blogsearch.google.tl",
3494
+ "blogsearch.google.tm",
3495
+ "blogsearch.google.to",
3496
+ "blogsearch.google.tt",
3497
+ "blogsearch.google.us",
3498
+ "blogsearch.google.vg",
3499
+ "blogsearch.google.vu",
3500
+ "blogsearch.google.ws"
3501
+ ],
3502
+ "parameters": [
3503
+ "q"
3504
+ ]
3505
+ },
3506
+ "Hooseek.com": {
3507
+ "domains": [
3508
+ "www.hooseek.com"
3509
+ ],
3510
+ "parameters": [
3511
+ "recherche"
3512
+ ]
3513
+ },
3514
+ "Dalesearch": {
3515
+ "domains": [
3516
+ "www.dalesearch.com"
3517
+ ],
3518
+ "parameters": [
3519
+ "q"
3520
+ ]
3521
+ },
3522
+ "Alice Adsl": {
3523
+ "domains": [
3524
+ "rechercher.aliceadsl.fr"
3525
+ ],
3526
+ "parameters": [
3527
+ "q"
3528
+ ]
3529
+ },
3530
+ "T-Online": {
3531
+ "domains": [
3532
+ "suche.t-online.de",
3533
+ "brisbane.t-online.de",
3534
+ "navigationshilfe.t-online.de"
3535
+ ],
3536
+ "parameters": [
3537
+ "q"
3538
+ ]
3539
+ },
3540
+ "soso.com": {
3541
+ "domains": [
3542
+ "www.soso.com"
3543
+ ],
3544
+ "parameters": [
3545
+ "w"
3546
+ ]
3547
+ },
3548
+ "Sogou": {
3549
+ "domains": [
3550
+ "www.sougou.com"
3551
+ ],
3552
+ "parameters": [
3553
+ "query"
3554
+ ]
3555
+ },
3556
+ "Hit-Parade": {
3557
+ "domains": [
3558
+ "req.-hit-parade.com",
3559
+ "class.hit-parade.com",
3560
+ "www.hit-parade.com"
3561
+ ],
3562
+ "parameters": [
3563
+ "p7"
3564
+ ]
3565
+ },
3566
+ "SearchCanvas": {
3567
+ "domains": [
3568
+ "www.searchcanvas.com"
3569
+ ],
3570
+ "parameters": [
3571
+ "q"
3572
+ ]
3573
+ },
3574
+ "Interia": {
3575
+ "domains": [
3576
+ "www.google.interia.pl"
3577
+ ],
3578
+ "parameters": [
3579
+ "q"
3580
+ ]
3581
+ },
3582
+ "Genieo": {
3583
+ "domains": [
3584
+ "search.genieo.com"
3585
+ ],
3586
+ "parameters": [
3587
+ "q"
3588
+ ]
3589
+ },
3590
+ "Tiscali": {
3591
+ "domains": [
3592
+ "search.tiscali.it",
3593
+ "search-dyn.tiscali.it",
3594
+ "hledani.tiscali.cz"
3595
+ ],
3596
+ "parameters": [
3597
+ "q",
3598
+ "key"
3599
+ ]
3600
+ },
3601
+ "Clix": {
3602
+ "domains": [
3603
+ "pesquisa.clix.pt"
3604
+ ],
3605
+ "parameters": [
3606
+ "question"
3607
+ ]
3608
+ }
3609
+ },
3610
+ "email": {
3611
+ "Bigpond": {
3612
+ "domains": [
3613
+ "webmail.bigpond.com",
3614
+ "webmail2.bigpond.com"
3615
+ ]
3616
+ },
3617
+ "Naver Mail": {
3618
+ "domains": [
3619
+ "mail.naver.com"
3620
+ ]
3621
+ },
3622
+ "Optus Zoo": {
3623
+ "domains": [
3624
+ "webmail.optuszoo.com.au"
3625
+ ]
3626
+ },
3627
+ "Seznam Mail": {
3628
+ "domains": [
3629
+ "email.seznam.cz"
3630
+ ]
3631
+ },
3632
+ "126 Mail": {
3633
+ "domains": [
3634
+ "mail.126.com"
3635
+ ]
3636
+ },
3637
+ "Outlook.com": {
3638
+ "domains": [
3639
+ "mail.live.com"
3640
+ ]
3641
+ },
3642
+ "AOL Mail": {
3643
+ "domains": [
3644
+ "mail.aol.com"
3645
+ ]
3646
+ },
3647
+ "Daum Mail": {
3648
+ "domains": [
3649
+ "mail2.daum.net"
3650
+ ]
3651
+ },
3652
+ "Yahoo! Mail": {
3653
+ "domains": [
3654
+ "mail.yahoo.net",
3655
+ "mail.yahoo.com",
3656
+ "mail.yahoo.co.uk",
3657
+ "mail.yahoo.co.jp"
3658
+ ]
3659
+ },
3660
+ "163 Mail": {
3661
+ "domains": [
3662
+ "mail.163.com"
3663
+ ]
3664
+ },
3665
+ "Orange Webmail": {
3666
+ "domains": [
3667
+ "orange.fr/webmail"
3668
+ ]
3669
+ },
3670
+ "QQ Mail": {
3671
+ "domains": [
3672
+ "mail.qq.com"
3673
+ ]
3674
+ },
3675
+ "Mynet Mail": {
3676
+ "domains": [
3677
+ "mail.mynet.com"
3678
+ ]
3679
+ },
3680
+ "Gmail": {
3681
+ "domains": [
3682
+ "mail.google.com"
3683
+ ]
3684
+ }
3685
+ },
3686
+ "social": {
3687
+ "hi5": {
3688
+ "domains": [
3689
+ "hi5.com"
3690
+ ]
3691
+ },
3692
+ "Friendster": {
3693
+ "domains": [
3694
+ "friendster.com"
3695
+ ]
3696
+ },
3697
+ "Weibo": {
3698
+ "domains": [
3699
+ "weibo.com",
3700
+ "t.cn"
3701
+ ]
3702
+ },
3703
+ "Xanga": {
3704
+ "domains": [
3705
+ "xanga.com"
3706
+ ]
3707
+ },
3708
+ "Myspace": {
3709
+ "domains": [
3710
+ "myspace.com"
3711
+ ]
3712
+ },
3713
+ "Buzznet": {
3714
+ "domains": [
3715
+ "wayn.com"
3716
+ ]
3717
+ },
3718
+ "MyLife": {
3719
+ "domains": [
3720
+ "mylife.ru"
3721
+ ]
3722
+ },
3723
+ "Flickr": {
3724
+ "domains": [
3725
+ "flickr.com"
3726
+ ]
3727
+ },
3728
+ "Sonico.com": {
3729
+ "domains": [
3730
+ "sonico.com"
3731
+ ]
3732
+ },
3733
+ "Odnoklassniki": {
3734
+ "domains": [
3735
+ "odnoklassniki.ru"
3736
+ ]
3737
+ },
3738
+ "GitHub": {
3739
+ "domains": [
3740
+ "github.com"
3741
+ ]
3742
+ },
3743
+ "Classmates": {
3744
+ "domains": [
3745
+ "classmates.com"
3746
+ ]
3747
+ },
3748
+ "Friends Reunited": {
3749
+ "domains": [
3750
+ "friendsreunited.com"
3751
+ ]
3752
+ },
3753
+ "Renren": {
3754
+ "domains": [
3755
+ "renren.com"
3756
+ ]
3757
+ },
3758
+ "Quora": {
3759
+ "domains": [
3760
+ "quora.com"
3761
+ ]
3762
+ },
3763
+ "Gaia Online": {
3764
+ "domains": [
3765
+ "gaiaonline.com"
3766
+ ]
3767
+ },
3768
+ "Netlog": {
3769
+ "domains": [
3770
+ "netlog.com"
3771
+ ]
3772
+ },
3773
+ "Orkut": {
3774
+ "domains": [
3775
+ "orkut.com"
3776
+ ]
3777
+ },
3778
+ "MyHeritage": {
3779
+ "domains": [
3780
+ "myheritage.com"
3781
+ ]
3782
+ },
3783
+ "Multiply": {
3784
+ "domains": [
3785
+ "multiply.com"
3786
+ ]
3787
+ },
3788
+ "myYearbook": {
3789
+ "domains": [
3790
+ "myyearbook.com"
3791
+ ]
3792
+ },
3793
+ "WeeWorld": {
3794
+ "domains": [
3795
+ "weeworld.com"
3796
+ ]
3797
+ },
3798
+ "Vimeo": {
3799
+ "domains": [
3800
+ "vimeo.com"
3801
+ ]
3802
+ },
3803
+ "Eksi Sozluk": {
3804
+ "domains": [
3805
+ "Sozluk.com",
3806
+ "sourtimes.org"
3807
+ ]
3808
+ },
3809
+ "Geni": {
3810
+ "domains": [
3811
+ "geni.com"
3812
+ ]
3813
+ },
3814
+ "Uludag Sozluk": {
3815
+ "domains": [
3816
+ "uludagsozluk.com",
3817
+ "ulusozluk.com"
3818
+ ]
3819
+ },
3820
+ "SourceForge": {
3821
+ "domains": [
3822
+ "sourceforge.net"
3823
+ ]
3824
+ },
3825
+ "Plaxo": {
3826
+ "domains": [
3827
+ "plaxo.com"
3828
+ ]
3829
+ },
3830
+ "Taringa!": {
3831
+ "domains": [
3832
+ "taringa.net"
3833
+ ]
3834
+ },
3835
+ "Tagged": {
3836
+ "domains": [
3837
+ "login.tagged.com"
3838
+ ]
3839
+ },
3840
+ "XING": {
3841
+ "domains": [
3842
+ "xing.com"
3843
+ ]
3844
+ },
3845
+ "Instagram": {
3846
+ "domains": [
3847
+ "instagram.com"
3848
+ ]
3849
+ },
3850
+ "Vkontakte": {
3851
+ "domains": [
3852
+ "vk.com",
3853
+ "vkontakte.ru"
3854
+ ]
3855
+ },
3856
+ "Twitter": {
3857
+ "domains": [
3858
+ "twitter.com",
3859
+ "t.co"
3860
+ ]
3861
+ },
3862
+ "vKruguDruzei.ru": {
3863
+ "domains": [
3864
+ "vkrugudruzei.ru"
3865
+ ]
3866
+ },
3867
+ "Donanimhaber": {
3868
+ "domains": [
3869
+ "donanimhaber.com"
3870
+ ]
3871
+ },
3872
+ "WAYN": {
3873
+ "domains": [
3874
+ "wayn.com"
3875
+ ]
3876
+ },
3877
+ "Tuenti": {
3878
+ "domains": [
3879
+ "tuenti.com"
3880
+ ]
3881
+ },
3882
+ "Mail.ru": {
3883
+ "domains": [
3884
+ "my.mail.ru"
3885
+ ]
3886
+ },
3887
+ "Badoo": {
3888
+ "domains": [
3889
+ "badoo.com"
3890
+ ]
3891
+ },
3892
+ "Instela": {
3893
+ "domains": [
3894
+ "instela.com"
3895
+ ]
3896
+ },
3897
+ "Habbo": {
3898
+ "domains": [
3899
+ "habbo.com"
3900
+ ]
3901
+ },
3902
+ "Pinterest": {
3903
+ "domains": [
3904
+ "pinterest.com"
3905
+ ]
3906
+ },
3907
+ "LinkedIn": {
3908
+ "domains": [
3909
+ "linkedin.com",
3910
+ "lnkd.in"
3911
+ ]
3912
+ },
3913
+ "Foursquare": {
3914
+ "domains": [
3915
+ "foursquare.com"
3916
+ ]
3917
+ },
3918
+ "Flixster": {
3919
+ "domains": [
3920
+ "flixster.com"
3921
+ ]
3922
+ },
3923
+ "Windows Live Spaces": {
3924
+ "domains": [
3925
+ "login.live.com"
3926
+ ]
3927
+ },
3928
+ "BlackPlanet": {
3929
+ "domains": [
3930
+ "blackplanet.com"
3931
+ ]
3932
+ },
3933
+ "Cyworld": {
3934
+ "domains": [
3935
+ "global.cyworld.com"
3936
+ ]
3937
+ },
3938
+ "Pocket": {
3939
+ "domains": [
3940
+ "itusozluk.com"
3941
+ ],
3942
+ "ITU Sozluk": null
3943
+ },
3944
+ "Skyrock": {
3945
+ "domains": [
3946
+ "skyrock.com"
3947
+ ]
3948
+ },
3949
+ "Facebook": {
3950
+ "domains": [
3951
+ "facebook.com",
3952
+ "fb.me",
3953
+ "m.facebook.com",
3954
+ "l.facebook.com",
3955
+ "lm.facebook.com"
3956
+ ]
3957
+ },
3958
+ "Disqus": {
3959
+ "domains": [
3960
+ "redirect.disqus.com",
3961
+ "disq.us",
3962
+ "disqus.com"
3963
+ ]
3964
+ },
3965
+ "StudiVZ": {
3966
+ "domains": [
3967
+ "studivz.net"
3968
+ ]
3969
+ },
3970
+ "Fotolog": {
3971
+ "domains": [
3972
+ "fotolog.com"
3973
+ ]
3974
+ },
3975
+ "Google+": {
3976
+ "domains": [
3977
+ "url.google.com",
3978
+ "plus.google.com"
3979
+ ]
3980
+ },
3981
+ "Nasza-klasa.pl": {
3982
+ "domains": [
3983
+ "nk.pl"
3984
+ ]
3985
+ },
3986
+ "Qzone": {
3987
+ "domains": [
3988
+ "qzone.qq.com"
3989
+ ]
3990
+ },
3991
+ "Douban": {
3992
+ "domains": [
3993
+ "douban.com"
3994
+ ]
3995
+ },
3996
+ "Bebo": {
3997
+ "domains": [
3998
+ "bebo.com"
3999
+ ]
4000
+ },
4001
+ "Youtube": {
4002
+ "domains": [
4003
+ "youtube.com",
4004
+ "youtu.be"
4005
+ ]
4006
+ },
4007
+ "Reddit": {
4008
+ "domains": [
4009
+ "reddit.com"
4010
+ ]
4011
+ },
4012
+ "Identi.ca": {
4013
+ "domains": [
4014
+ "identi.ca"
4015
+ ]
4016
+ },
4017
+ "StackOverflow": {
4018
+ "domains": [
4019
+ "stackoverflow.com"
4020
+ ]
4021
+ },
4022
+ "Mixi": {
4023
+ "domains": [
4024
+ "mixi.jp"
4025
+ ]
4026
+ },
4027
+ "StumbleUpon": {
4028
+ "domains": [
4029
+ "stumbleupon.com"
4030
+ ]
4031
+ },
4032
+ "Inci Sozluk": {
4033
+ "domains": [
4034
+ "inci.sozlukspot.com",
4035
+ "incisozluk.com",
4036
+ "incisozluk.cc"
4037
+ ]
4038
+ },
4039
+ "Viadeo": {
4040
+ "domains": [
4041
+ "viadeo.com"
4042
+ ]
4043
+ },
4044
+ "Last.fm": {
4045
+ "domains": [
4046
+ "lastfm.ru"
4047
+ ]
4048
+ },
4049
+ "LiveJournal": {
4050
+ "domains": [
4051
+ "livejournal.ru"
4052
+ ]
4053
+ },
4054
+ "Tumblr": {
4055
+ "domains": [
4056
+ "tumblr.com"
4057
+ ]
4058
+ },
4059
+ "Hacker News": {
4060
+ "domains": [
4061
+ "news.ycombinator.com"
4062
+ ]
4063
+ },
4064
+ "Hocam.com": {
4065
+ "domains": [
4066
+ "hocam.com"
4067
+ ]
4068
+ },
4069
+ "Delicious": {
4070
+ "domains": [
4071
+ "delicious.com"
4072
+ ]
4073
+ },
4074
+ "Hyves": {
4075
+ "domains": [
4076
+ "hyves.nl"
4077
+ ]
4078
+ },
4079
+ "Paper.li": {
4080
+ "domains": [
4081
+ "paper.li"
4082
+ ]
4083
+ },
4084
+ "MoiKrug.ru": {
4085
+ "domains": [
4086
+ "moikrug.ru"
4087
+ ]
4088
+ }
4089
+ }
4090
+ }