referer-parser 0.0.3 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -3
- data/data/referers.yml +3414 -0
- data/lib/referer-parser/errors.rb +2 -2
- data/lib/referer-parser/referer.rb +30 -15
- data/lib/referer-parser/referers.rb +11 -9
- data/lib/referer-parser/version.rb +5 -5
- data/lib/referer-parser.rb +2 -2
- data/referer-parser.gemspec +4 -4
- data/spec/referer-spec.rb +25 -3
- metadata +40 -52
- data/data/search.yml +0 -2846
data/data/referers.yml
ADDED
@@ -0,0 +1,3414 @@
|
|
1
|
+
#################################### DO NOT EDIT THIS FILE ####################################
|
2
|
+
# #
|
3
|
+
# This file will be overwritten the next time ./sync_yaml.sh is run! #
|
4
|
+
# #
|
5
|
+
#################################### DO NOT EDIT THIS FILE ####################################
|
6
|
+
|
7
|
+
# #######################################################################################################
|
8
|
+
#
|
9
|
+
# ALL SUPPORTED REFERERS
|
10
|
+
#
|
11
|
+
# Broken down into:
|
12
|
+
#
|
13
|
+
# 1. Medium-unknown providers
|
14
|
+
# 2. Email providers
|
15
|
+
# 3. Social providers
|
16
|
+
# 4. Search providers
|
17
|
+
|
18
|
+
|
19
|
+
# #######################################################################################################
|
20
|
+
#
|
21
|
+
# MEDIUM-UNKNOWN PROVIDERS
|
22
|
+
#
|
23
|
+
# We know the source, but not the medium.
|
24
|
+
# This section is useful for reducing false positives in the other sections
|
25
|
+
|
26
|
+
unknown:
|
27
|
+
|
28
|
+
Google:
|
29
|
+
domains:
|
30
|
+
- support.google.com
|
31
|
+
- developers.google.com
|
32
|
+
- maps.google.com
|
33
|
+
- accounts.google.com
|
34
|
+
- drive.google.com
|
35
|
+
- sites.google.com
|
36
|
+
- groups.google.com
|
37
|
+
- groups.google.co.uk
|
38
|
+
- news.google.co.uk
|
39
|
+
|
40
|
+
Yahoo!:
|
41
|
+
domains:
|
42
|
+
- finance.yahoo.com
|
43
|
+
- news.yahoo.com
|
44
|
+
- eurosport.yahoo.com
|
45
|
+
- sports.yahoo.com
|
46
|
+
- astrology.yahoo.com
|
47
|
+
- travel.yahoo.com
|
48
|
+
- answers.yahoo.com
|
49
|
+
- screen.yahoo.com
|
50
|
+
- weather.yahoo.com
|
51
|
+
- messenger.yahoo.com
|
52
|
+
- games.yahoo.com
|
53
|
+
- shopping.yahoo.net
|
54
|
+
- movies.yahoo.com
|
55
|
+
- cars.yahoo.com
|
56
|
+
- lifestyle.yahoo.com
|
57
|
+
- omg.yahoo.com
|
58
|
+
- match.yahoo.net
|
59
|
+
|
60
|
+
|
61
|
+
# #######################################################################################################
|
62
|
+
#
|
63
|
+
# EMAIL PROVIDERS
|
64
|
+
|
65
|
+
email:
|
66
|
+
|
67
|
+
Gmail:
|
68
|
+
domains:
|
69
|
+
- mail.google.com
|
70
|
+
|
71
|
+
Outlook.com:
|
72
|
+
domains:
|
73
|
+
- mail.live.com
|
74
|
+
|
75
|
+
Yahoo! Mail:
|
76
|
+
domains:
|
77
|
+
- mail.yahoo.net
|
78
|
+
- mail.yahoo.com
|
79
|
+
- mail.yahoo.co.uk
|
80
|
+
|
81
|
+
Orange Webmail:
|
82
|
+
domains:
|
83
|
+
- orange.fr/webmail
|
84
|
+
|
85
|
+
# #######################################################################################################
|
86
|
+
#
|
87
|
+
# SOCIAL PROVIDERS
|
88
|
+
|
89
|
+
social:
|
90
|
+
|
91
|
+
Facebook:
|
92
|
+
domains:
|
93
|
+
- facebook.com
|
94
|
+
- fb.me
|
95
|
+
|
96
|
+
Qzone:
|
97
|
+
domains:
|
98
|
+
- qzone.qq.com
|
99
|
+
|
100
|
+
Habbo:
|
101
|
+
domains:
|
102
|
+
- habbo.com
|
103
|
+
|
104
|
+
Twitter:
|
105
|
+
domains:
|
106
|
+
- twitter.com
|
107
|
+
- t.co
|
108
|
+
|
109
|
+
Renren:
|
110
|
+
domains:
|
111
|
+
- renren.com
|
112
|
+
|
113
|
+
Windows Live Spaces:
|
114
|
+
domains:
|
115
|
+
- login.live.com
|
116
|
+
|
117
|
+
LinkedIn:
|
118
|
+
domains:
|
119
|
+
- linkedin.com
|
120
|
+
|
121
|
+
Bebo:
|
122
|
+
domains:
|
123
|
+
- bebo.com
|
124
|
+
|
125
|
+
Vkontakte:
|
126
|
+
domains:
|
127
|
+
- vk.com
|
128
|
+
- vkontakte.ru
|
129
|
+
|
130
|
+
Tagged:
|
131
|
+
domains:
|
132
|
+
- login.tagged.com
|
133
|
+
|
134
|
+
Orkut:
|
135
|
+
domains:
|
136
|
+
- orkut.com
|
137
|
+
|
138
|
+
Myspace:
|
139
|
+
domains:
|
140
|
+
- myspace.com
|
141
|
+
|
142
|
+
Friendster:
|
143
|
+
domains:
|
144
|
+
- friendster.com
|
145
|
+
|
146
|
+
Badoo:
|
147
|
+
domains:
|
148
|
+
- badoo.com
|
149
|
+
|
150
|
+
hi5:
|
151
|
+
domains:
|
152
|
+
- hi5.com
|
153
|
+
|
154
|
+
Netlog:
|
155
|
+
domains:
|
156
|
+
- netlog.com
|
157
|
+
|
158
|
+
Flixster:
|
159
|
+
domains:
|
160
|
+
- flixster.com
|
161
|
+
|
162
|
+
MyLife:
|
163
|
+
domains:
|
164
|
+
- mylife.ru
|
165
|
+
|
166
|
+
Paper.li:
|
167
|
+
domains:
|
168
|
+
- paper.li
|
169
|
+
|
170
|
+
Classmates:
|
171
|
+
domains:
|
172
|
+
- classmates.com
|
173
|
+
|
174
|
+
GitHub:
|
175
|
+
domains:
|
176
|
+
- github.com
|
177
|
+
|
178
|
+
Google+:
|
179
|
+
domains:
|
180
|
+
- url.google.com
|
181
|
+
- plus.google.com
|
182
|
+
|
183
|
+
Douban:
|
184
|
+
domains:
|
185
|
+
- douban.com
|
186
|
+
|
187
|
+
Odnoklassniki:
|
188
|
+
domains:
|
189
|
+
- odnoklassniki.ru
|
190
|
+
|
191
|
+
Viadeo:
|
192
|
+
domains:
|
193
|
+
- viadeo.com
|
194
|
+
|
195
|
+
Flickr:
|
196
|
+
domains:
|
197
|
+
- flickr.com
|
198
|
+
|
199
|
+
WeeWorld:
|
200
|
+
domains:
|
201
|
+
- weeworld.com
|
202
|
+
|
203
|
+
Last.fm:
|
204
|
+
domains:
|
205
|
+
- lastfm.ru
|
206
|
+
|
207
|
+
MyHeritage:
|
208
|
+
domains:
|
209
|
+
- myheritage.com
|
210
|
+
|
211
|
+
Xanga:
|
212
|
+
domains:
|
213
|
+
- xanga.com
|
214
|
+
|
215
|
+
Mixi:
|
216
|
+
domains:
|
217
|
+
- mixi.jp
|
218
|
+
|
219
|
+
Cyworld:
|
220
|
+
domains:
|
221
|
+
- global.cyworld.com
|
222
|
+
|
223
|
+
Gaia Online:
|
224
|
+
domains:
|
225
|
+
- gaiaonline.com
|
226
|
+
|
227
|
+
Skyrock:
|
228
|
+
domains:
|
229
|
+
- skyrock.com
|
230
|
+
|
231
|
+
BlackPlanet:
|
232
|
+
domains:
|
233
|
+
- blackplanet.com
|
234
|
+
|
235
|
+
myYearbook:
|
236
|
+
domains:
|
237
|
+
- myyearbook.com
|
238
|
+
|
239
|
+
Fotolog:
|
240
|
+
domains:
|
241
|
+
- fotolog.com
|
242
|
+
|
243
|
+
Friends Reunited:
|
244
|
+
domains:
|
245
|
+
- friendsreunited.com
|
246
|
+
|
247
|
+
LiveJournal:
|
248
|
+
domains:
|
249
|
+
- livejournal.ru
|
250
|
+
|
251
|
+
StudiVZ:
|
252
|
+
domains:
|
253
|
+
- studivz.net
|
254
|
+
|
255
|
+
StackOverflow:
|
256
|
+
domains:
|
257
|
+
- stackoverflow.com
|
258
|
+
|
259
|
+
Sonico.com:
|
260
|
+
domains:
|
261
|
+
- sonico.com
|
262
|
+
|
263
|
+
Pinterest:
|
264
|
+
domains:
|
265
|
+
- pinterest.com
|
266
|
+
|
267
|
+
Plaxo:
|
268
|
+
domains:
|
269
|
+
- plaxo.com
|
270
|
+
|
271
|
+
Geni:
|
272
|
+
domains:
|
273
|
+
- geni.com
|
274
|
+
|
275
|
+
Tuenti:
|
276
|
+
domains:
|
277
|
+
- tuenti.com
|
278
|
+
|
279
|
+
XING:
|
280
|
+
domains:
|
281
|
+
- xing.com
|
282
|
+
|
283
|
+
Taringa!:
|
284
|
+
domains:
|
285
|
+
- taringa.net
|
286
|
+
|
287
|
+
Tumblr:
|
288
|
+
domains:
|
289
|
+
- tumblr.com
|
290
|
+
|
291
|
+
Nasza-klasa.pl:
|
292
|
+
domains:
|
293
|
+
- nk.pl
|
294
|
+
|
295
|
+
StumbleUpon:
|
296
|
+
domains:
|
297
|
+
- stumbleupon.com
|
298
|
+
|
299
|
+
SourceForge:
|
300
|
+
domains:
|
301
|
+
- sourceforge.net
|
302
|
+
|
303
|
+
Hyves:
|
304
|
+
domains:
|
305
|
+
- hyves.nl
|
306
|
+
|
307
|
+
WAYN:
|
308
|
+
domains:
|
309
|
+
- wayn.com
|
310
|
+
|
311
|
+
Buzznet:
|
312
|
+
domains:
|
313
|
+
- wayn.com
|
314
|
+
|
315
|
+
Multiply:
|
316
|
+
domains:
|
317
|
+
- multiply.com
|
318
|
+
|
319
|
+
Foursquare:
|
320
|
+
domains:
|
321
|
+
- foursquare.com
|
322
|
+
|
323
|
+
vKruguDruzei.ru:
|
324
|
+
domains:
|
325
|
+
- vkrugudruzei.ru
|
326
|
+
|
327
|
+
Mail.ru:
|
328
|
+
domains:
|
329
|
+
- my.mail.ru
|
330
|
+
|
331
|
+
MoiKrug.ru:
|
332
|
+
domains:
|
333
|
+
- moikrug.ru
|
334
|
+
|
335
|
+
Reddit:
|
336
|
+
domains:
|
337
|
+
- reddit.com
|
338
|
+
|
339
|
+
Hacker News:
|
340
|
+
domains:
|
341
|
+
- news.ycombinator.com
|
342
|
+
|
343
|
+
Identi.ca:
|
344
|
+
domains:
|
345
|
+
- identi.ca
|
346
|
+
|
347
|
+
Weibo:
|
348
|
+
domains:
|
349
|
+
- weibo.com
|
350
|
+
- t.cn
|
351
|
+
|
352
|
+
|
353
|
+
# #######################################################################################################
|
354
|
+
#
|
355
|
+
# SEARCH PROVIDERS
|
356
|
+
|
357
|
+
search:
|
358
|
+
|
359
|
+
1.cz:
|
360
|
+
parameters:
|
361
|
+
- q
|
362
|
+
domains:
|
363
|
+
- 1.cz
|
364
|
+
|
365
|
+
# 123people TODO
|
366
|
+
|
367
|
+
1und1:
|
368
|
+
parameters:
|
369
|
+
- su
|
370
|
+
domains:
|
371
|
+
- search.1und1.de
|
372
|
+
|
373
|
+
Abacho:
|
374
|
+
parameters:
|
375
|
+
- q
|
376
|
+
domains:
|
377
|
+
- www.abacho.de
|
378
|
+
- www.abacho.com
|
379
|
+
- www.abacho.co.uk
|
380
|
+
- www.se.abacho.com
|
381
|
+
- www.tr.abacho.com
|
382
|
+
- www.abacho.at
|
383
|
+
- www.abacho.fr
|
384
|
+
- www.abacho.es
|
385
|
+
- www.abacho.ch
|
386
|
+
- www.abacho.it
|
387
|
+
|
388
|
+
ABCsøk:
|
389
|
+
parameters:
|
390
|
+
- q
|
391
|
+
domains:
|
392
|
+
- abcsolk.no
|
393
|
+
- verden.abcsok.no
|
394
|
+
|
395
|
+
Acoon:
|
396
|
+
parameters:
|
397
|
+
- begriff
|
398
|
+
domains:
|
399
|
+
- www.acoon.de
|
400
|
+
|
401
|
+
Alexa:
|
402
|
+
parameters:
|
403
|
+
- q
|
404
|
+
domains:
|
405
|
+
- alexa.com
|
406
|
+
- search.toolbars.alexa.com
|
407
|
+
|
408
|
+
Alice Adsl:
|
409
|
+
parameters:
|
410
|
+
- q
|
411
|
+
domains:
|
412
|
+
- rechercher.aliceadsl.fr
|
413
|
+
|
414
|
+
AllTheWeb:
|
415
|
+
parameters:
|
416
|
+
- q
|
417
|
+
domains:
|
418
|
+
- www.alltheweb.com
|
419
|
+
|
420
|
+
all.by:
|
421
|
+
parameters:
|
422
|
+
- query
|
423
|
+
domains:
|
424
|
+
- all.by
|
425
|
+
|
426
|
+
Altavista:
|
427
|
+
parameters:
|
428
|
+
- q
|
429
|
+
domains:
|
430
|
+
- www.altavista.com
|
431
|
+
- search.altavista.com
|
432
|
+
- listings.altavista.com
|
433
|
+
- altavista.de
|
434
|
+
- altavista.fr
|
435
|
+
- be-nl.altavista.com
|
436
|
+
- be-fr.altavista.com
|
437
|
+
|
438
|
+
AOL:
|
439
|
+
parameters:
|
440
|
+
- q
|
441
|
+
domains:
|
442
|
+
- search.aol.com
|
443
|
+
- search.aol.it
|
444
|
+
- aolsearch.aol.com
|
445
|
+
- www.aolrecherche.aol.fr
|
446
|
+
- www.aolrecherches.aol.fr
|
447
|
+
- www.aolimages.aol.fr
|
448
|
+
- aim.search.aol.com
|
449
|
+
- www.recherche.aol.fr
|
450
|
+
- find.web.aol.com
|
451
|
+
- recherche.aol.ca
|
452
|
+
- aolsearch.aol.co.uk
|
453
|
+
- search.aol.co.uk
|
454
|
+
- aolrecherche.aol.fr
|
455
|
+
- sucheaol.aol.de
|
456
|
+
- suche.aol.de
|
457
|
+
- suche.aolsvc.de
|
458
|
+
- aolbusqueda.aol.com.mx
|
459
|
+
- alicesuche.aol.de
|
460
|
+
- alicesuchet.aol.de
|
461
|
+
- suchet2.aol.de
|
462
|
+
- search.hp.my.aol.com.au
|
463
|
+
- search.hp.my.aol.de
|
464
|
+
- search.hp.my.aol.it
|
465
|
+
- search-intl.netscape.com
|
466
|
+
|
467
|
+
Apollo Latvia:
|
468
|
+
parameters:
|
469
|
+
- q
|
470
|
+
domains:
|
471
|
+
- apollo.lv/portal/search/
|
472
|
+
|
473
|
+
APOLL07:
|
474
|
+
parameters:
|
475
|
+
- query
|
476
|
+
domains:
|
477
|
+
- apollo7.de
|
478
|
+
|
479
|
+
Apontador:
|
480
|
+
parameters:
|
481
|
+
- q
|
482
|
+
domains:
|
483
|
+
- apontador.com.br
|
484
|
+
- www.apontador.com.br
|
485
|
+
|
486
|
+
Aport:
|
487
|
+
parameters:
|
488
|
+
- r
|
489
|
+
domains:
|
490
|
+
- sm.aport.ru
|
491
|
+
|
492
|
+
arama:
|
493
|
+
parameters:
|
494
|
+
- q
|
495
|
+
domains:
|
496
|
+
- arama.com
|
497
|
+
|
498
|
+
Arcor:
|
499
|
+
parameters:
|
500
|
+
- Keywords
|
501
|
+
domains:
|
502
|
+
- www.arcor.de
|
503
|
+
|
504
|
+
Arianna:
|
505
|
+
parameters:
|
506
|
+
- query
|
507
|
+
domains:
|
508
|
+
- arianna.libero.it
|
509
|
+
- www.arianna.com
|
510
|
+
|
511
|
+
Ask:
|
512
|
+
parameters:
|
513
|
+
- q
|
514
|
+
domains:
|
515
|
+
- ask.com
|
516
|
+
- web.ask.com
|
517
|
+
- int.ask.com
|
518
|
+
- mws.ask.com
|
519
|
+
- uk.ask.com
|
520
|
+
- images.ask.com
|
521
|
+
- ask.reference.com
|
522
|
+
- www.askkids.com
|
523
|
+
- iwon.ask.com
|
524
|
+
- www.ask.co.uk
|
525
|
+
- www.qbyrd.com
|
526
|
+
- search-results.com
|
527
|
+
- uk.search-results.com
|
528
|
+
- www.search-results.com
|
529
|
+
- int.search-results.com
|
530
|
+
|
531
|
+
Atlas:
|
532
|
+
parameters:
|
533
|
+
- q
|
534
|
+
domains:
|
535
|
+
- searchatlas.centrum.cz
|
536
|
+
|
537
|
+
Austronaut:
|
538
|
+
parameters:
|
539
|
+
- q
|
540
|
+
domains:
|
541
|
+
- www2.austronaut.at
|
542
|
+
- www1.astronaut.at
|
543
|
+
|
544
|
+
Babylon:
|
545
|
+
parameters:
|
546
|
+
- q
|
547
|
+
domains:
|
548
|
+
- search.babylon.com
|
549
|
+
- searchassist.babylon.com
|
550
|
+
|
551
|
+
Baidu:
|
552
|
+
parameters:
|
553
|
+
- wd
|
554
|
+
- word
|
555
|
+
- kw
|
556
|
+
- k
|
557
|
+
domains:
|
558
|
+
- www.baidu.com
|
559
|
+
- www1.baidu.com
|
560
|
+
- zhidao.baidu.com
|
561
|
+
- tieba.baidu.com
|
562
|
+
- news.baidu.com
|
563
|
+
- web.gougou.com
|
564
|
+
|
565
|
+
Biglobe:
|
566
|
+
parameters:
|
567
|
+
- q
|
568
|
+
domains:
|
569
|
+
- cgi.search.biglobe.ne.jp
|
570
|
+
|
571
|
+
Bing:
|
572
|
+
parameters:
|
573
|
+
- q
|
574
|
+
- Q
|
575
|
+
domains:
|
576
|
+
- bing.com
|
577
|
+
- www.bing.com
|
578
|
+
- msnbc.msn.com
|
579
|
+
- dizionario.it.msn.com
|
580
|
+
- cc.bingj.com
|
581
|
+
- m.bing.com
|
582
|
+
|
583
|
+
Bing Images:
|
584
|
+
parameters:
|
585
|
+
- q
|
586
|
+
- Q
|
587
|
+
domains:
|
588
|
+
- bing.com/images/search
|
589
|
+
- www.bing.com/images/search
|
590
|
+
|
591
|
+
blekko:
|
592
|
+
parameters:
|
593
|
+
- q
|
594
|
+
domains:
|
595
|
+
- blekko.com
|
596
|
+
|
597
|
+
Blogdigger:
|
598
|
+
parameters:
|
599
|
+
- q
|
600
|
+
domains:
|
601
|
+
- www.blogdigger.com
|
602
|
+
|
603
|
+
Blogpulse:
|
604
|
+
parameters:
|
605
|
+
- query
|
606
|
+
domains:
|
607
|
+
- www.blogpulse.com
|
608
|
+
|
609
|
+
Bluewin:
|
610
|
+
parameters:
|
611
|
+
- searchTerm
|
612
|
+
domains:
|
613
|
+
- search.bluewin.ch
|
614
|
+
|
615
|
+
canoe.ca:
|
616
|
+
parameters:
|
617
|
+
- q
|
618
|
+
domains:
|
619
|
+
- web.canoe.ca
|
620
|
+
|
621
|
+
Centrum:
|
622
|
+
parameters:
|
623
|
+
- q
|
624
|
+
domains:
|
625
|
+
- serach.centrum.cz
|
626
|
+
- morfeo.centrum.cz
|
627
|
+
|
628
|
+
Charter:
|
629
|
+
parameters:
|
630
|
+
- q
|
631
|
+
domains:
|
632
|
+
- www.charter.net
|
633
|
+
|
634
|
+
Clix:
|
635
|
+
parameters:
|
636
|
+
- question
|
637
|
+
domains:
|
638
|
+
- pesquisa.clix.pt
|
639
|
+
|
640
|
+
Conduit:
|
641
|
+
parameters:
|
642
|
+
- q
|
643
|
+
domains:
|
644
|
+
- search.conduit.com
|
645
|
+
|
646
|
+
Comcast:
|
647
|
+
parameters:
|
648
|
+
- q
|
649
|
+
domains:
|
650
|
+
- serach.comcast.net
|
651
|
+
|
652
|
+
Crawler:
|
653
|
+
parameters:
|
654
|
+
- q
|
655
|
+
domains:
|
656
|
+
- www.crawler.com
|
657
|
+
|
658
|
+
Compuserve:
|
659
|
+
parameters:
|
660
|
+
- query
|
661
|
+
domains:
|
662
|
+
- websearch.cs.com
|
663
|
+
|
664
|
+
Cuil:
|
665
|
+
parameters:
|
666
|
+
- q
|
667
|
+
domains:
|
668
|
+
- www.cuil.com
|
669
|
+
|
670
|
+
Daemon search:
|
671
|
+
parameters:
|
672
|
+
- q
|
673
|
+
domains:
|
674
|
+
- daemon-search.com
|
675
|
+
- my.daemon-search.com
|
676
|
+
|
677
|
+
DasOertliche:
|
678
|
+
parameters:
|
679
|
+
- kw
|
680
|
+
domains:
|
681
|
+
- www.dasoertliche.de
|
682
|
+
|
683
|
+
DasTelefonbuch:
|
684
|
+
parameters:
|
685
|
+
- kw
|
686
|
+
domains:
|
687
|
+
- www1.dastelefonbuch.de
|
688
|
+
|
689
|
+
Daum:
|
690
|
+
parameters:
|
691
|
+
- q
|
692
|
+
domains:
|
693
|
+
- search.daum.net
|
694
|
+
|
695
|
+
Delfi latvia:
|
696
|
+
parameters:
|
697
|
+
- q
|
698
|
+
domains:
|
699
|
+
- smart.delfi.lv
|
700
|
+
|
701
|
+
Delfi:
|
702
|
+
parameters:
|
703
|
+
- q
|
704
|
+
domains:
|
705
|
+
- otsing.delfi.ee
|
706
|
+
|
707
|
+
Digg:
|
708
|
+
parameters:
|
709
|
+
- s
|
710
|
+
domains:
|
711
|
+
- digg.com
|
712
|
+
|
713
|
+
dmoz:
|
714
|
+
parameters:
|
715
|
+
- q
|
716
|
+
domains:
|
717
|
+
- dmoz.org
|
718
|
+
- editors.dmoz.org
|
719
|
+
|
720
|
+
DuckDuckGoL:
|
721
|
+
parameters:
|
722
|
+
- q
|
723
|
+
domains:
|
724
|
+
- duckduckgo.com
|
725
|
+
|
726
|
+
earthlink:
|
727
|
+
parameters:
|
728
|
+
- q
|
729
|
+
domains:
|
730
|
+
- search.earthlink.net
|
731
|
+
|
732
|
+
Ecosia:
|
733
|
+
parameters:
|
734
|
+
- q
|
735
|
+
domains:
|
736
|
+
- ecosia.org
|
737
|
+
|
738
|
+
Eniro:
|
739
|
+
parameters:
|
740
|
+
- q
|
741
|
+
- search_word
|
742
|
+
domains:
|
743
|
+
- www.eniro.se
|
744
|
+
|
745
|
+
Eurip:
|
746
|
+
parameters:
|
747
|
+
- q
|
748
|
+
domains:
|
749
|
+
- www.eurip.com
|
750
|
+
|
751
|
+
Euroseek:
|
752
|
+
parameters:
|
753
|
+
- string
|
754
|
+
domains:
|
755
|
+
- www.euroseek.com
|
756
|
+
|
757
|
+
Everyclick:
|
758
|
+
parameters:
|
759
|
+
- keyword
|
760
|
+
domains:
|
761
|
+
- www.everyclick.com
|
762
|
+
|
763
|
+
Excite:
|
764
|
+
parameters:
|
765
|
+
- q
|
766
|
+
- search
|
767
|
+
domains:
|
768
|
+
- search.excite.it
|
769
|
+
- search.excite.fr
|
770
|
+
- search.excite.de
|
771
|
+
- search.excite.co.uk
|
772
|
+
- serach.excite.es
|
773
|
+
- search.excite.nl
|
774
|
+
- msxml.excite.com
|
775
|
+
- www.excite.co.jp
|
776
|
+
|
777
|
+
Exalead:
|
778
|
+
parameters:
|
779
|
+
- q
|
780
|
+
domains:
|
781
|
+
- www.exalead.fr
|
782
|
+
- www.exalead.com
|
783
|
+
|
784
|
+
eo:
|
785
|
+
parameters:
|
786
|
+
- x_query
|
787
|
+
domains:
|
788
|
+
- eo.st
|
789
|
+
|
790
|
+
Fast Browser Search:
|
791
|
+
parameters:
|
792
|
+
- q
|
793
|
+
domains:
|
794
|
+
- www.fastbrowsersearch.com
|
795
|
+
|
796
|
+
Francite:
|
797
|
+
parameters:
|
798
|
+
- name
|
799
|
+
domains:
|
800
|
+
- recherche.francite.com
|
801
|
+
|
802
|
+
Fireball:
|
803
|
+
parameters:
|
804
|
+
- q
|
805
|
+
domains:
|
806
|
+
- www.fireball.de
|
807
|
+
|
808
|
+
Firstfind:
|
809
|
+
parameters:
|
810
|
+
- qry
|
811
|
+
domains:
|
812
|
+
- www.firstsfind.com
|
813
|
+
|
814
|
+
Fixsuche:
|
815
|
+
parameters:
|
816
|
+
- q
|
817
|
+
domains:
|
818
|
+
- www.fixsuche.de
|
819
|
+
|
820
|
+
Flix:
|
821
|
+
parameters:
|
822
|
+
- keyword
|
823
|
+
domains:
|
824
|
+
- www.flix.de
|
825
|
+
|
826
|
+
Forestle:
|
827
|
+
parameters:
|
828
|
+
- q
|
829
|
+
domains:
|
830
|
+
- forestle.org
|
831
|
+
- www.forestle.org
|
832
|
+
- forestle.mobi
|
833
|
+
|
834
|
+
Free:
|
835
|
+
parameters:
|
836
|
+
- q
|
837
|
+
domains:
|
838
|
+
- search.free.fr
|
839
|
+
- search1-2.free.fr
|
840
|
+
- search1-1.free.fr
|
841
|
+
|
842
|
+
Freecause:
|
843
|
+
parameters:
|
844
|
+
- p
|
845
|
+
domains:
|
846
|
+
- search.freecause.com
|
847
|
+
|
848
|
+
Freenet:
|
849
|
+
parameters:
|
850
|
+
- query
|
851
|
+
- Keywords
|
852
|
+
domains:
|
853
|
+
- suche.freenet.de
|
854
|
+
|
855
|
+
FriendFeed:
|
856
|
+
parameters:
|
857
|
+
- q
|
858
|
+
domains:
|
859
|
+
- friendfeed.com
|
860
|
+
|
861
|
+
GAIS:
|
862
|
+
parameters:
|
863
|
+
- q
|
864
|
+
domains:
|
865
|
+
- gais.cs.ccu.edu.tw
|
866
|
+
|
867
|
+
Geona:
|
868
|
+
parameters:
|
869
|
+
- q
|
870
|
+
domains:
|
871
|
+
- geona.net
|
872
|
+
|
873
|
+
Gigablast:
|
874
|
+
parameters:
|
875
|
+
- q
|
876
|
+
domains:
|
877
|
+
- www.gigablast.com
|
878
|
+
- dir.gigablast.com
|
879
|
+
|
880
|
+
GMX:
|
881
|
+
parameters:
|
882
|
+
- su
|
883
|
+
domains:
|
884
|
+
- suche.gmx.net
|
885
|
+
|
886
|
+
Gnadenmeer:
|
887
|
+
parameters:
|
888
|
+
- keyword
|
889
|
+
domains:
|
890
|
+
- www.gnadenmeer.de
|
891
|
+
|
892
|
+
Gomeo:
|
893
|
+
parameters:
|
894
|
+
- Keywords
|
895
|
+
domains:
|
896
|
+
- www.gomeo.com
|
897
|
+
|
898
|
+
goo:
|
899
|
+
parameters:
|
900
|
+
- MT
|
901
|
+
domains:
|
902
|
+
- search.goo.ne.jp
|
903
|
+
- ocnsearch.goo.ne.jp
|
904
|
+
|
905
|
+
Google:
|
906
|
+
parameters:
|
907
|
+
- q
|
908
|
+
- query # For www.cnn.com (powered by Google)
|
909
|
+
- Keywords # For gooofullsearch.com (powered by Google)
|
910
|
+
domains:
|
911
|
+
- www.google.com
|
912
|
+
- www.google.ac
|
913
|
+
- www.google.ad
|
914
|
+
- www.google.com.af
|
915
|
+
- www.google.com.ag
|
916
|
+
- www.google.com.ai
|
917
|
+
- www.google.am
|
918
|
+
- www.google.it.ao
|
919
|
+
- www.google.com.ar
|
920
|
+
- www.google.as
|
921
|
+
- www.google.at
|
922
|
+
- www.google.com.au
|
923
|
+
- www.google.az
|
924
|
+
- www.google.ba
|
925
|
+
- www.google.com.bd
|
926
|
+
- www.google.be
|
927
|
+
- www.google.bf
|
928
|
+
- www.google.bg
|
929
|
+
- www.google.com.bh
|
930
|
+
- www.google.bi
|
931
|
+
- www.google.bj
|
932
|
+
- www.google.com.bn
|
933
|
+
- www.google.com.bo
|
934
|
+
- www.google.com.br
|
935
|
+
- www.google.bs
|
936
|
+
- www.google.co.bw
|
937
|
+
- www.google.com.by
|
938
|
+
- www.google.by
|
939
|
+
- www.google.com.bz
|
940
|
+
- www.google.ca
|
941
|
+
- www.google.com.kh
|
942
|
+
- www.google.cc
|
943
|
+
- www.google.cd
|
944
|
+
- www.google.cf
|
945
|
+
- www.google.cat
|
946
|
+
- www.google.cg
|
947
|
+
- www.google.ch
|
948
|
+
- www.google.ci
|
949
|
+
- www.google.co.ck
|
950
|
+
- www.google.cl
|
951
|
+
- www.google.cm
|
952
|
+
- www.google.cn
|
953
|
+
- www.google.com.co
|
954
|
+
- www.google.co.cr
|
955
|
+
- www.google.com.cu
|
956
|
+
- www.google.cv
|
957
|
+
- www.google.com.cy
|
958
|
+
- www.google.cz
|
959
|
+
- www.google.de
|
960
|
+
- www.google.dj
|
961
|
+
- www.google.dk
|
962
|
+
- www.google.dm
|
963
|
+
- www.google.com.do
|
964
|
+
- www.google.dz
|
965
|
+
- www.google.com.ec
|
966
|
+
- www.google.ee
|
967
|
+
- www.google.com.eg
|
968
|
+
- www.google.es
|
969
|
+
- www.google.com.et
|
970
|
+
- www.google.fi
|
971
|
+
- www.google.com.fj
|
972
|
+
- www.google.fm
|
973
|
+
- www.google.fr
|
974
|
+
- www.google.ga
|
975
|
+
- www.google.gd
|
976
|
+
- www.google.ge
|
977
|
+
- www.google.gf
|
978
|
+
- www.google.gg
|
979
|
+
- www.google.com.gh
|
980
|
+
- www.google.com.gi
|
981
|
+
- www.google.gl
|
982
|
+
- www.google.gm
|
983
|
+
- www.google.gp
|
984
|
+
- www.google.gr
|
985
|
+
- www.google.com.gt
|
986
|
+
- www.google.gy
|
987
|
+
- www.google.com.hk
|
988
|
+
- www.google.hn
|
989
|
+
- www.google.hr
|
990
|
+
- www.google.ht
|
991
|
+
- www.google.hu
|
992
|
+
- www.google.co.id
|
993
|
+
- www.google.iq
|
994
|
+
- www.google.ie
|
995
|
+
- www.google.co.il
|
996
|
+
- www.google.im
|
997
|
+
- www.google.co.in
|
998
|
+
- www.google.io
|
999
|
+
- www.google.is
|
1000
|
+
- www.google.it
|
1001
|
+
- www.google.je
|
1002
|
+
- www.google.com.jm
|
1003
|
+
- www.google.jo
|
1004
|
+
- www.google.co.jp
|
1005
|
+
- www.google.co.ke
|
1006
|
+
- www.google.com.kh
|
1007
|
+
- www.google.ki
|
1008
|
+
- www.google.kg
|
1009
|
+
- www.google.co.kr
|
1010
|
+
- www.google.com.kw
|
1011
|
+
- www.google.kz
|
1012
|
+
- www.google.la
|
1013
|
+
- www.google.com.lb
|
1014
|
+
- www.google.com.lc
|
1015
|
+
- www.google.li
|
1016
|
+
- www.google.lk
|
1017
|
+
- www.google.co.ls
|
1018
|
+
- www.google.lt
|
1019
|
+
- www.google.lu
|
1020
|
+
- www.google.lv
|
1021
|
+
- www.google.com.ly
|
1022
|
+
- www.google.co.ma
|
1023
|
+
- www.google.md
|
1024
|
+
- www.google.me
|
1025
|
+
- www.google.mg
|
1026
|
+
- www.google.mk
|
1027
|
+
- www.google.ml
|
1028
|
+
- www.google.mn
|
1029
|
+
- www.google.ms
|
1030
|
+
- www.google.com.mt
|
1031
|
+
- www.google.mu
|
1032
|
+
- www.google.mv
|
1033
|
+
- www.google.mw
|
1034
|
+
- www.google.com.mx
|
1035
|
+
- www.google.com.my
|
1036
|
+
- www.google.co.mz
|
1037
|
+
- www.google.com.na
|
1038
|
+
- www.google.ne
|
1039
|
+
- www.google.com.nf
|
1040
|
+
- www.google.com.ng
|
1041
|
+
- www.google.com.ni
|
1042
|
+
- www.google.nl
|
1043
|
+
- www.google.no
|
1044
|
+
- www.google.com.np
|
1045
|
+
- www.google.nr
|
1046
|
+
- www.google.nu
|
1047
|
+
- www.google.co.nz
|
1048
|
+
- www.google.com.om
|
1049
|
+
- www.google.com.pa
|
1050
|
+
- www.google.com.pe
|
1051
|
+
- www.google.com.ph
|
1052
|
+
- www.google.com.pk
|
1053
|
+
- www.google.pl
|
1054
|
+
- www.google.pn
|
1055
|
+
- www.google.com.pr
|
1056
|
+
- www.google.ps
|
1057
|
+
- www.google.pt
|
1058
|
+
- www.google.com.py
|
1059
|
+
- www.google.com.qa
|
1060
|
+
- www.google.ro
|
1061
|
+
- www.google.rs
|
1062
|
+
- www.google.ru
|
1063
|
+
- www.google.rw
|
1064
|
+
- www.google.com.sa
|
1065
|
+
- www.google.com.sb
|
1066
|
+
- www.google.sc
|
1067
|
+
- www.google.se
|
1068
|
+
- www.google.com.sg
|
1069
|
+
- www.google.sh
|
1070
|
+
- www.google.si
|
1071
|
+
- www.google.sk
|
1072
|
+
- www.google.com.sl
|
1073
|
+
- www.google.sn
|
1074
|
+
- www.google.sm
|
1075
|
+
- www.google.so
|
1076
|
+
- www.google.st
|
1077
|
+
- www.google.com.sv
|
1078
|
+
- www.google.td
|
1079
|
+
- www.google.tg
|
1080
|
+
- www.google.co.th
|
1081
|
+
- www.google.com.tj
|
1082
|
+
- www.google.tk
|
1083
|
+
- www.google.tl
|
1084
|
+
- www.google.tm
|
1085
|
+
- www.google.to
|
1086
|
+
- www.google.com.tn
|
1087
|
+
- www.google.com.tr
|
1088
|
+
- www.google.tt
|
1089
|
+
- www.google.com.tw
|
1090
|
+
- www.google.co.tz
|
1091
|
+
- www.google.com.ua
|
1092
|
+
- www.google.co.ug
|
1093
|
+
- www.google.ae
|
1094
|
+
- www.google.co.uk
|
1095
|
+
- www.google.us
|
1096
|
+
- www.google.com.uy
|
1097
|
+
- www.google.co.uz
|
1098
|
+
- www.google.com.vc
|
1099
|
+
- www.google.co.ve
|
1100
|
+
- www.google.vg
|
1101
|
+
- www.google.co.vi
|
1102
|
+
- www.google.com.vn
|
1103
|
+
- www.google.vu
|
1104
|
+
- www.google.ws
|
1105
|
+
- www.google.co.za
|
1106
|
+
- www.google.co.zm
|
1107
|
+
- www.google.co.zw
|
1108
|
+
- google.com
|
1109
|
+
- google.ac
|
1110
|
+
- google.ad
|
1111
|
+
- google.com.af
|
1112
|
+
- google.com.ag
|
1113
|
+
- google.com.ai
|
1114
|
+
- google.am
|
1115
|
+
- google.it.ao
|
1116
|
+
- google.com.ar
|
1117
|
+
- google.as
|
1118
|
+
- google.at
|
1119
|
+
- google.com.au
|
1120
|
+
- google.az
|
1121
|
+
- google.ba
|
1122
|
+
- google.com.bd
|
1123
|
+
- google.be
|
1124
|
+
- google.bf
|
1125
|
+
- google.bg
|
1126
|
+
- google.com.bh
|
1127
|
+
- google.bi
|
1128
|
+
- google.bj
|
1129
|
+
- google.com.bn
|
1130
|
+
- google.com.bo
|
1131
|
+
- google.com.br
|
1132
|
+
- google.bs
|
1133
|
+
- google.co.bw
|
1134
|
+
- google.com.by
|
1135
|
+
- google.by
|
1136
|
+
- google.com.bz
|
1137
|
+
- google.ca
|
1138
|
+
- google.com.kh
|
1139
|
+
- google.cc
|
1140
|
+
- google.cd
|
1141
|
+
- google.cf
|
1142
|
+
- google.cat
|
1143
|
+
- google.cg
|
1144
|
+
- google.ch
|
1145
|
+
- google.ci
|
1146
|
+
- google.co.ck
|
1147
|
+
- google.cl
|
1148
|
+
- google.cm
|
1149
|
+
- google.cn
|
1150
|
+
- google.com.co
|
1151
|
+
- google.co.cr
|
1152
|
+
- google.com.cu
|
1153
|
+
- google.cv
|
1154
|
+
- google.com.cy
|
1155
|
+
- google.cz
|
1156
|
+
- google.de
|
1157
|
+
- google.dj
|
1158
|
+
- google.dk
|
1159
|
+
- google.dm
|
1160
|
+
- google.com.do
|
1161
|
+
- google.dz
|
1162
|
+
- google.com.ec
|
1163
|
+
- google.ee
|
1164
|
+
- google.com.eg
|
1165
|
+
- google.es
|
1166
|
+
- google.com.et
|
1167
|
+
- google.fi
|
1168
|
+
- google.com.fj
|
1169
|
+
- google.fm
|
1170
|
+
- google.fr
|
1171
|
+
- google.ga
|
1172
|
+
- google.gd
|
1173
|
+
- google.ge
|
1174
|
+
- google.gf
|
1175
|
+
- google.gg
|
1176
|
+
- google.com.gh
|
1177
|
+
- google.com.gi
|
1178
|
+
- google.gl
|
1179
|
+
- google.gm
|
1180
|
+
- google.gp
|
1181
|
+
- google.gr
|
1182
|
+
- google.com.gt
|
1183
|
+
- google.gy
|
1184
|
+
- google.com.hk
|
1185
|
+
- google.hn
|
1186
|
+
- google.hr
|
1187
|
+
- google.ht
|
1188
|
+
- google.hu
|
1189
|
+
- google.co.id
|
1190
|
+
- google.iq
|
1191
|
+
- google.ie
|
1192
|
+
- google.co.il
|
1193
|
+
- google.im
|
1194
|
+
- google.co.in
|
1195
|
+
- google.io
|
1196
|
+
- google.is
|
1197
|
+
- google.it
|
1198
|
+
- google.je
|
1199
|
+
- google.com.jm
|
1200
|
+
- google.jo
|
1201
|
+
- google.co.jp
|
1202
|
+
- google.co.ke
|
1203
|
+
- google.com.kh
|
1204
|
+
- google.ki
|
1205
|
+
- google.kg
|
1206
|
+
- google.co.kr
|
1207
|
+
- google.com.kw
|
1208
|
+
- google.kz
|
1209
|
+
- google.la
|
1210
|
+
- google.com.lb
|
1211
|
+
- google.com.lc
|
1212
|
+
- google.li
|
1213
|
+
- google.lk
|
1214
|
+
- google.co.ls
|
1215
|
+
- google.lt
|
1216
|
+
- google.lu
|
1217
|
+
- google.lv
|
1218
|
+
- google.com.ly
|
1219
|
+
- google.co.ma
|
1220
|
+
- google.md
|
1221
|
+
- google.me
|
1222
|
+
- google.mg
|
1223
|
+
- google.mk
|
1224
|
+
- google.ml
|
1225
|
+
- google.mn
|
1226
|
+
- google.ms
|
1227
|
+
- google.com.mt
|
1228
|
+
- google.mu
|
1229
|
+
- google.mv
|
1230
|
+
- google.mw
|
1231
|
+
- google.com.mx
|
1232
|
+
- google.com.my
|
1233
|
+
- google.co.mz
|
1234
|
+
- google.com.na
|
1235
|
+
- google.ne
|
1236
|
+
- google.com.nf
|
1237
|
+
- google.com.ng
|
1238
|
+
- google.com.ni
|
1239
|
+
- google.nl
|
1240
|
+
- google.no
|
1241
|
+
- google.com.np
|
1242
|
+
- google.nr
|
1243
|
+
- google.nu
|
1244
|
+
- google.co.nz
|
1245
|
+
- google.com.om
|
1246
|
+
- google.com.pa
|
1247
|
+
- google.com.pe
|
1248
|
+
- google.com.ph
|
1249
|
+
- google.com.pk
|
1250
|
+
- google.pl
|
1251
|
+
- google.pn
|
1252
|
+
- google.com.pr
|
1253
|
+
- google.ps
|
1254
|
+
- google.pt
|
1255
|
+
- google.com.py
|
1256
|
+
- google.com.qa
|
1257
|
+
- google.ro
|
1258
|
+
- google.rs
|
1259
|
+
- google.ru
|
1260
|
+
- google.rw
|
1261
|
+
- google.com.sa
|
1262
|
+
- google.com.sb
|
1263
|
+
- google.sc
|
1264
|
+
- google.se
|
1265
|
+
- google.com.sg
|
1266
|
+
- google.sh
|
1267
|
+
- google.si
|
1268
|
+
- google.sk
|
1269
|
+
- google.com.sl
|
1270
|
+
- google.sn
|
1271
|
+
- google.sm
|
1272
|
+
- google.so
|
1273
|
+
- google.st
|
1274
|
+
- google.com.sv
|
1275
|
+
- google.td
|
1276
|
+
- google.tg
|
1277
|
+
- google.co.th
|
1278
|
+
- google.com.tj
|
1279
|
+
- google.tk
|
1280
|
+
- google.tl
|
1281
|
+
- google.tm
|
1282
|
+
- google.to
|
1283
|
+
- google.com.tn
|
1284
|
+
- google.com.tr
|
1285
|
+
- google.tt
|
1286
|
+
- google.com.tw
|
1287
|
+
- google.co.tz
|
1288
|
+
- google.com.ua
|
1289
|
+
- google.co.ug
|
1290
|
+
- google.ae
|
1291
|
+
- google.co.uk
|
1292
|
+
- google.us
|
1293
|
+
- google.com.uy
|
1294
|
+
- google.co.uz
|
1295
|
+
- google.com.vc
|
1296
|
+
- google.co.ve
|
1297
|
+
- google.vg
|
1298
|
+
- google.co.vi
|
1299
|
+
- google.com.vn
|
1300
|
+
- google.vu
|
1301
|
+
- google.ws
|
1302
|
+
- google.co.za
|
1303
|
+
- google.co.zm
|
1304
|
+
- google.co.zw
|
1305
|
+
# powered by Google
|
1306
|
+
- search.avg.com
|
1307
|
+
- isearch.avg.com
|
1308
|
+
- www.cnn.com
|
1309
|
+
- darkoogle.com
|
1310
|
+
- search.darkoogle.com
|
1311
|
+
- search.foxtab.com
|
1312
|
+
- www.gooofullsearch.com
|
1313
|
+
- search.hiyo.com
|
1314
|
+
- search.incredimail.com
|
1315
|
+
- search1.incredimail.com
|
1316
|
+
- search2.incredimail.com
|
1317
|
+
- search3.incredimail.com
|
1318
|
+
- search4.incredimail.com
|
1319
|
+
- search.incredibar.com
|
1320
|
+
- search.sweetim.com
|
1321
|
+
- www.fastweb.it
|
1322
|
+
- search.juno.com
|
1323
|
+
- find.tdc.dk
|
1324
|
+
- searchresults.verizon.com
|
1325
|
+
- search.walla.co.il
|
1326
|
+
- search.alot.com
|
1327
|
+
# Google Earch
|
1328
|
+
- www.googleearth.de
|
1329
|
+
- www.googleearth.fr
|
1330
|
+
# Google Cache
|
1331
|
+
- webcache.googleusercontent.com
|
1332
|
+
# Google SSL
|
1333
|
+
- encrypted.google.com
|
1334
|
+
# Syndicated search
|
1335
|
+
- googlesyndicatedsearch.com
|
1336
|
+
|
1337
|
+
Google Blogsearch:
|
1338
|
+
parameters:
|
1339
|
+
- q
|
1340
|
+
domains:
|
1341
|
+
- blogsearch.google.ac
|
1342
|
+
- blogsearch.google.ad
|
1343
|
+
- blogsearch.google.ae
|
1344
|
+
- blogsearch.google.am
|
1345
|
+
- blogsearch.google.as
|
1346
|
+
- blogsearch.google.at
|
1347
|
+
- blogsearch.google.az
|
1348
|
+
- blogsearch.google.ba
|
1349
|
+
- blogsearch.google.be
|
1350
|
+
- blogsearch.google.bf
|
1351
|
+
- blogsearch.google.bg
|
1352
|
+
- blogsearch.google.bi
|
1353
|
+
- blogsearch.google.bj
|
1354
|
+
- blogsearch.google.bs
|
1355
|
+
- blogsearch.google.by
|
1356
|
+
- blogsearch.google.ca
|
1357
|
+
- blogsearch.google.cat
|
1358
|
+
- blogsearch.google.cc
|
1359
|
+
- blogsearch.google.cd
|
1360
|
+
- blogsearch.google.cf
|
1361
|
+
- blogsearch.google.cg
|
1362
|
+
- blogsearch.google.ch
|
1363
|
+
- blogsearch.google.ci
|
1364
|
+
- blogsearch.google.cl
|
1365
|
+
- blogsearch.google.cm
|
1366
|
+
- blogsearch.google.cn
|
1367
|
+
- blogsearch.google.co.bw
|
1368
|
+
- blogsearch.google.co.ck
|
1369
|
+
- blogsearch.google.co.cr
|
1370
|
+
- blogsearch.google.co.id
|
1371
|
+
- blogsearch.google.co.il
|
1372
|
+
- blogsearch.google.co.in
|
1373
|
+
- blogsearch.google.co.jp
|
1374
|
+
- blogsearch.google.co.ke
|
1375
|
+
- blogsearch.google.co.kr
|
1376
|
+
- blogsearch.google.co.ls
|
1377
|
+
- blogsearch.google.co.ma
|
1378
|
+
- blogsearch.google.co.mz
|
1379
|
+
- blogsearch.google.co.nz
|
1380
|
+
- blogsearch.google.co.th
|
1381
|
+
- blogsearch.google.co.tz
|
1382
|
+
- blogsearch.google.co.ug
|
1383
|
+
- blogsearch.google.co.uk
|
1384
|
+
- blogsearch.google.co.uz
|
1385
|
+
- blogsearch.google.co.ve
|
1386
|
+
- blogsearch.google.co.vi
|
1387
|
+
- blogsearch.google.co.za
|
1388
|
+
- blogsearch.google.co.zm
|
1389
|
+
- blogsearch.google.co.zw
|
1390
|
+
- blogsearch.google.com
|
1391
|
+
- blogsearch.google.com.af
|
1392
|
+
- blogsearch.google.com.ag
|
1393
|
+
- blogsearch.google.com.ai
|
1394
|
+
- blogsearch.google.com.ar
|
1395
|
+
- blogsearch.google.com.au
|
1396
|
+
- blogsearch.google.com.bd
|
1397
|
+
- blogsearch.google.com.bh
|
1398
|
+
- blogsearch.google.com.bn
|
1399
|
+
- blogsearch.google.com.bo
|
1400
|
+
- blogsearch.google.com.br
|
1401
|
+
- blogsearch.google.com.by
|
1402
|
+
- blogsearch.google.com.bz
|
1403
|
+
- blogsearch.google.com.co
|
1404
|
+
- blogsearch.google.com.cu
|
1405
|
+
- blogsearch.google.com.cy
|
1406
|
+
- blogsearch.google.com.do
|
1407
|
+
- blogsearch.google.com.ec
|
1408
|
+
- blogsearch.google.com.eg
|
1409
|
+
- blogsearch.google.com.et
|
1410
|
+
- blogsearch.google.com.fj
|
1411
|
+
- blogsearch.google.com.gh
|
1412
|
+
- blogsearch.google.com.gi
|
1413
|
+
- blogsearch.google.com.gt
|
1414
|
+
- blogsearch.google.com.hk
|
1415
|
+
- blogsearch.google.com.jm
|
1416
|
+
- blogsearch.google.com.kh
|
1417
|
+
- blogsearch.google.com.kh
|
1418
|
+
- blogsearch.google.com.kw
|
1419
|
+
- blogsearch.google.com.lb
|
1420
|
+
- blogsearch.google.com.lc
|
1421
|
+
- blogsearch.google.com.ly
|
1422
|
+
- blogsearch.google.com.mt
|
1423
|
+
- blogsearch.google.com.mx
|
1424
|
+
- blogsearch.google.com.my
|
1425
|
+
- blogsearch.google.com.na
|
1426
|
+
- blogsearch.google.com.nf
|
1427
|
+
- blogsearch.google.com.ng
|
1428
|
+
- blogsearch.google.com.ni
|
1429
|
+
- blogsearch.google.com.np
|
1430
|
+
- blogsearch.google.com.om
|
1431
|
+
- blogsearch.google.com.pa
|
1432
|
+
- blogsearch.google.com.pe
|
1433
|
+
- blogsearch.google.com.ph
|
1434
|
+
- blogsearch.google.com.pk
|
1435
|
+
- blogsearch.google.com.pr
|
1436
|
+
- blogsearch.google.com.py
|
1437
|
+
- blogsearch.google.com.qa
|
1438
|
+
- blogsearch.google.com.sa
|
1439
|
+
- blogsearch.google.com.sb
|
1440
|
+
- blogsearch.google.com.sg
|
1441
|
+
- blogsearch.google.com.sl
|
1442
|
+
- blogsearch.google.com.sv
|
1443
|
+
- blogsearch.google.com.tj
|
1444
|
+
- blogsearch.google.com.tn
|
1445
|
+
- blogsearch.google.com.tr
|
1446
|
+
- blogsearch.google.com.tw
|
1447
|
+
- blogsearch.google.com.ua
|
1448
|
+
- blogsearch.google.com.uy
|
1449
|
+
- blogsearch.google.com.vc
|
1450
|
+
- blogsearch.google.com.vn
|
1451
|
+
- blogsearch.google.cv
|
1452
|
+
- blogsearch.google.cz
|
1453
|
+
- blogsearch.google.de
|
1454
|
+
- blogsearch.google.dj
|
1455
|
+
- blogsearch.google.dk
|
1456
|
+
- blogsearch.google.dm
|
1457
|
+
- blogsearch.google.dz
|
1458
|
+
- blogsearch.google.ee
|
1459
|
+
- blogsearch.google.es
|
1460
|
+
- blogsearch.google.fi
|
1461
|
+
- blogsearch.google.fm
|
1462
|
+
- blogsearch.google.fr
|
1463
|
+
- blogsearch.google.ga
|
1464
|
+
- blogsearch.google.gd
|
1465
|
+
- blogsearch.google.ge
|
1466
|
+
- blogsearch.google.gf
|
1467
|
+
- blogsearch.google.gg
|
1468
|
+
- blogsearch.google.gl
|
1469
|
+
- blogsearch.google.gm
|
1470
|
+
- blogsearch.google.gp
|
1471
|
+
- blogsearch.google.gr
|
1472
|
+
- blogsearch.google.gy
|
1473
|
+
- blogsearch.google.hn
|
1474
|
+
- blogsearch.google.hr
|
1475
|
+
- blogsearch.google.ht
|
1476
|
+
- blogsearch.google.hu
|
1477
|
+
- blogsearch.google.ie
|
1478
|
+
- blogsearch.google.im
|
1479
|
+
- blogsearch.google.io
|
1480
|
+
- blogsearch.google.iq
|
1481
|
+
- blogsearch.google.is
|
1482
|
+
- blogsearch.google.it
|
1483
|
+
- blogsearch.google.it.ao
|
1484
|
+
- blogsearch.google.je
|
1485
|
+
- blogsearch.google.jo
|
1486
|
+
- blogsearch.google.kg
|
1487
|
+
- blogsearch.google.ki
|
1488
|
+
- blogsearch.google.kz
|
1489
|
+
- blogsearch.google.la
|
1490
|
+
- blogsearch.google.li
|
1491
|
+
- blogsearch.google.lk
|
1492
|
+
- blogsearch.google.lt
|
1493
|
+
- blogsearch.google.lu
|
1494
|
+
- blogsearch.google.lv
|
1495
|
+
- blogsearch.google.md
|
1496
|
+
- blogsearch.google.me
|
1497
|
+
- blogsearch.google.mg
|
1498
|
+
- blogsearch.google.mk
|
1499
|
+
- blogsearch.google.ml
|
1500
|
+
- blogsearch.google.mn
|
1501
|
+
- blogsearch.google.ms
|
1502
|
+
- blogsearch.google.mu
|
1503
|
+
- blogsearch.google.mv
|
1504
|
+
- blogsearch.google.mw
|
1505
|
+
- blogsearch.google.ne
|
1506
|
+
- blogsearch.google.nl
|
1507
|
+
- blogsearch.google.no
|
1508
|
+
- blogsearch.google.nr
|
1509
|
+
- blogsearch.google.nu
|
1510
|
+
- blogsearch.google.pl
|
1511
|
+
- blogsearch.google.pn
|
1512
|
+
- blogsearch.google.ps
|
1513
|
+
- blogsearch.google.pt
|
1514
|
+
- blogsearch.google.ro
|
1515
|
+
- blogsearch.google.rs
|
1516
|
+
- blogsearch.google.ru
|
1517
|
+
- blogsearch.google.rw
|
1518
|
+
- blogsearch.google.sc
|
1519
|
+
- blogsearch.google.se
|
1520
|
+
- blogsearch.google.sh
|
1521
|
+
- blogsearch.google.si
|
1522
|
+
- blogsearch.google.sk
|
1523
|
+
- blogsearch.google.sm
|
1524
|
+
- blogsearch.google.sn
|
1525
|
+
- blogsearch.google.so
|
1526
|
+
- blogsearch.google.st
|
1527
|
+
- blogsearch.google.td
|
1528
|
+
- blogsearch.google.tg
|
1529
|
+
- blogsearch.google.tk
|
1530
|
+
- blogsearch.google.tl
|
1531
|
+
- blogsearch.google.tm
|
1532
|
+
- blogsearch.google.to
|
1533
|
+
- blogsearch.google.tt
|
1534
|
+
- blogsearch.google.us
|
1535
|
+
- blogsearch.google.vg
|
1536
|
+
- blogsearch.google.vu
|
1537
|
+
- blogsearch.google.ws
|
1538
|
+
|
1539
|
+
Google Images:
|
1540
|
+
parameters:
|
1541
|
+
- q
|
1542
|
+
domains:
|
1543
|
+
- google.ac/imgres
|
1544
|
+
- google.ad/imgres
|
1545
|
+
- google.ae/imgres
|
1546
|
+
- google.am/imgres
|
1547
|
+
- google.as/imgres
|
1548
|
+
- google.at/imgres
|
1549
|
+
- google.az/imgres
|
1550
|
+
- google.ba/imgres
|
1551
|
+
- google.be/imgres
|
1552
|
+
- google.bf/imgres
|
1553
|
+
- google.bg/imgres
|
1554
|
+
- google.bi/imgres
|
1555
|
+
- google.bj/imgres
|
1556
|
+
- google.bs/imgres
|
1557
|
+
- google.by/imgres
|
1558
|
+
- google.ca/imgres
|
1559
|
+
- google.cat/imgres
|
1560
|
+
- google.cc/imgres
|
1561
|
+
- google.cd/imgres
|
1562
|
+
- google.cf/imgres
|
1563
|
+
- google.cg/imgres
|
1564
|
+
- google.ch/imgres
|
1565
|
+
- google.ci/imgres
|
1566
|
+
- google.cl/imgres
|
1567
|
+
- google.cm/imgres
|
1568
|
+
- google.cn/imgres
|
1569
|
+
- google.co.bw/imgres
|
1570
|
+
- google.co.ck/imgres
|
1571
|
+
- google.co.cr/imgres
|
1572
|
+
- google.co.id/imgres
|
1573
|
+
- google.co.il/imgres
|
1574
|
+
- google.co.in/imgres
|
1575
|
+
- google.co.jp/imgres
|
1576
|
+
- google.co.ke/imgres
|
1577
|
+
- google.co.kr/imgres
|
1578
|
+
- google.co.ls/imgres
|
1579
|
+
- google.co.ma/imgres
|
1580
|
+
- google.co.mz/imgres
|
1581
|
+
- google.co.nz/imgres
|
1582
|
+
- google.co.th/imgres
|
1583
|
+
- google.co.tz/imgres
|
1584
|
+
- google.co.ug/imgres
|
1585
|
+
- google.co.uk/imgres
|
1586
|
+
- google.co.uz/imgres
|
1587
|
+
- google.co.ve/imgres
|
1588
|
+
- google.co.vi/imgres
|
1589
|
+
- google.co.za/imgres
|
1590
|
+
- google.co.zm/imgres
|
1591
|
+
- google.co.zw/imgres
|
1592
|
+
- google.com/imgres
|
1593
|
+
- google.com.af/imgres
|
1594
|
+
- google.com.ag/imgres
|
1595
|
+
- google.com.ai/imgres
|
1596
|
+
- google.com.ar/imgres
|
1597
|
+
- google.com.au/imgres
|
1598
|
+
- google.com.bd/imgres
|
1599
|
+
- google.com.bh/imgres
|
1600
|
+
- google.com.bn/imgres
|
1601
|
+
- google.com.bo/imgres
|
1602
|
+
- google.com.br/imgres
|
1603
|
+
- google.com.by/imgres
|
1604
|
+
- google.com.bz/imgres
|
1605
|
+
- google.com.co/imgres
|
1606
|
+
- google.com.cu/imgres
|
1607
|
+
- google.com.cy/imgres
|
1608
|
+
- google.com.do/imgres
|
1609
|
+
- google.com.ec/imgres
|
1610
|
+
- google.com.eg/imgres
|
1611
|
+
- google.com.et/imgres
|
1612
|
+
- google.com.fj/imgres
|
1613
|
+
- google.com.gh/imgres
|
1614
|
+
- google.com.gi/imgres
|
1615
|
+
- google.com.gt/imgres
|
1616
|
+
- google.com.hk/imgres
|
1617
|
+
- google.com.jm/imgres
|
1618
|
+
- google.com.kh/imgres
|
1619
|
+
- google.com.kh/imgres
|
1620
|
+
- google.com.kw/imgres
|
1621
|
+
- google.com.lb/imgres
|
1622
|
+
- google.com.lc/imgres
|
1623
|
+
- google.com.ly/imgres
|
1624
|
+
- google.com.mt/imgres
|
1625
|
+
- google.com.mx/imgres
|
1626
|
+
- google.com.my/imgres
|
1627
|
+
- google.com.na/imgres
|
1628
|
+
- google.com.nf/imgres
|
1629
|
+
- google.com.ng/imgres
|
1630
|
+
- google.com.ni/imgres
|
1631
|
+
- google.com.np/imgres
|
1632
|
+
- google.com.om/imgres
|
1633
|
+
- google.com.pa/imgres
|
1634
|
+
- google.com.pe/imgres
|
1635
|
+
- google.com.ph/imgres
|
1636
|
+
- google.com.pk/imgres
|
1637
|
+
- google.com.pr/imgres
|
1638
|
+
- google.com.py/imgres
|
1639
|
+
- google.com.qa/imgres
|
1640
|
+
- google.com.sa/imgres
|
1641
|
+
- google.com.sb/imgres
|
1642
|
+
- google.com.sg/imgres
|
1643
|
+
- google.com.sl/imgres
|
1644
|
+
- google.com.sv/imgres
|
1645
|
+
- google.com.tj/imgres
|
1646
|
+
- google.com.tn/imgres
|
1647
|
+
- google.com.tr/imgres
|
1648
|
+
- google.com.tw/imgres
|
1649
|
+
- google.com.ua/imgres
|
1650
|
+
- google.com.uy/imgres
|
1651
|
+
- google.com.vc/imgres
|
1652
|
+
- google.com.vn/imgres
|
1653
|
+
- google.cv/imgres
|
1654
|
+
- google.cz/imgres
|
1655
|
+
- google.de/imgres
|
1656
|
+
- google.dj/imgres
|
1657
|
+
- google.dk/imgres
|
1658
|
+
- google.dm/imgres
|
1659
|
+
- google.dz/imgres
|
1660
|
+
- google.ee/imgres
|
1661
|
+
- google.es/imgres
|
1662
|
+
- google.fi/imgres
|
1663
|
+
- google.fm/imgres
|
1664
|
+
- google.fr/imgres
|
1665
|
+
- google.ga/imgres
|
1666
|
+
- google.gd/imgres
|
1667
|
+
- google.ge/imgres
|
1668
|
+
- google.gf/imgres
|
1669
|
+
- google.gg/imgres
|
1670
|
+
- google.gl/imgres
|
1671
|
+
- google.gm/imgres
|
1672
|
+
- google.gp/imgres
|
1673
|
+
- google.gr/imgres
|
1674
|
+
- google.gy/imgres
|
1675
|
+
- google.hn/imgres
|
1676
|
+
- google.hr/imgres
|
1677
|
+
- google.ht/imgres
|
1678
|
+
- google.hu/imgres
|
1679
|
+
- google.ie/imgres
|
1680
|
+
- google.im/imgres
|
1681
|
+
- google.io/imgres
|
1682
|
+
- google.iq/imgres
|
1683
|
+
- google.is/imgres
|
1684
|
+
- google.it/imgres
|
1685
|
+
- google.it.ao/imgres
|
1686
|
+
- google.je/imgres
|
1687
|
+
- google.jo/imgres
|
1688
|
+
- google.kg/imgres
|
1689
|
+
- google.ki/imgres
|
1690
|
+
- google.kz/imgres
|
1691
|
+
- google.la/imgres
|
1692
|
+
- google.li/imgres
|
1693
|
+
- google.lk/imgres
|
1694
|
+
- google.lt/imgres
|
1695
|
+
- google.lu/imgres
|
1696
|
+
- google.lv/imgres
|
1697
|
+
- google.md/imgres
|
1698
|
+
- google.me/imgres
|
1699
|
+
- google.mg/imgres
|
1700
|
+
- google.mk/imgres
|
1701
|
+
- google.ml/imgres
|
1702
|
+
- google.mn/imgres
|
1703
|
+
- google.ms/imgres
|
1704
|
+
- google.mu/imgres
|
1705
|
+
- google.mv/imgres
|
1706
|
+
- google.mw/imgres
|
1707
|
+
- google.ne/imgres
|
1708
|
+
- google.nl/imgres
|
1709
|
+
- google.no/imgres
|
1710
|
+
- google.nr/imgres
|
1711
|
+
- google.nu/imgres
|
1712
|
+
- google.pl/imgres
|
1713
|
+
- google.pn/imgres
|
1714
|
+
- google.ps/imgres
|
1715
|
+
- google.pt/imgres
|
1716
|
+
- google.ro/imgres
|
1717
|
+
- google.rs/imgres
|
1718
|
+
- google.ru/imgres
|
1719
|
+
- google.rw/imgres
|
1720
|
+
- google.sc/imgres
|
1721
|
+
- google.se/imgres
|
1722
|
+
- google.sh/imgres
|
1723
|
+
- google.si/imgres
|
1724
|
+
- google.sk/imgres
|
1725
|
+
- google.sm/imgres
|
1726
|
+
- google.sn/imgres
|
1727
|
+
- google.so/imgres
|
1728
|
+
- google.st/imgres
|
1729
|
+
- google.td/imgres
|
1730
|
+
- google.tg/imgres
|
1731
|
+
- google.tk/imgres
|
1732
|
+
- google.tl/imgres
|
1733
|
+
- google.tm/imgres
|
1734
|
+
- google.to/imgres
|
1735
|
+
- google.tt/imgres
|
1736
|
+
- google.us/imgres
|
1737
|
+
- google.vg/imgres
|
1738
|
+
- google.vu/imgres
|
1739
|
+
- images.google.ws
|
1740
|
+
- images.google.ac
|
1741
|
+
- images.google.ad
|
1742
|
+
- images.google.ae
|
1743
|
+
- images.google.am
|
1744
|
+
- images.google.as
|
1745
|
+
- images.google.at
|
1746
|
+
- images.google.az
|
1747
|
+
- images.google.ba
|
1748
|
+
- images.google.be
|
1749
|
+
- images.google.bf
|
1750
|
+
- images.google.bg
|
1751
|
+
- images.google.bi
|
1752
|
+
- images.google.bj
|
1753
|
+
- images.google.bs
|
1754
|
+
- images.google.by
|
1755
|
+
- images.google.ca
|
1756
|
+
- images.google.cat
|
1757
|
+
- images.google.cc
|
1758
|
+
- images.google.cd
|
1759
|
+
- images.google.cf
|
1760
|
+
- images.google.cg
|
1761
|
+
- images.google.ch
|
1762
|
+
- images.google.ci
|
1763
|
+
- images.google.cl
|
1764
|
+
- images.google.cm
|
1765
|
+
- images.google.cn
|
1766
|
+
- images.google.co.bw
|
1767
|
+
- images.google.co.ck
|
1768
|
+
- images.google.co.cr
|
1769
|
+
- images.google.co.id
|
1770
|
+
- images.google.co.il
|
1771
|
+
- images.google.co.in
|
1772
|
+
- images.google.co.jp
|
1773
|
+
- images.google.co.ke
|
1774
|
+
- images.google.co.kr
|
1775
|
+
- images.google.co.ls
|
1776
|
+
- images.google.co.ma
|
1777
|
+
- images.google.co.mz
|
1778
|
+
- images.google.co.nz
|
1779
|
+
- images.google.co.th
|
1780
|
+
- images.google.co.tz
|
1781
|
+
- images.google.co.ug
|
1782
|
+
- images.google.co.uk
|
1783
|
+
- images.google.co.uz
|
1784
|
+
- images.google.co.ve
|
1785
|
+
- images.google.co.vi
|
1786
|
+
- images.google.co.za
|
1787
|
+
- images.google.co.zm
|
1788
|
+
- images.google.co.zw
|
1789
|
+
- images.google.com
|
1790
|
+
- images.google.com.af
|
1791
|
+
- images.google.com.ag
|
1792
|
+
- images.google.com.ai
|
1793
|
+
- images.google.com.ar
|
1794
|
+
- images.google.com.au
|
1795
|
+
- images.google.com.bd
|
1796
|
+
- images.google.com.bh
|
1797
|
+
- images.google.com.bn
|
1798
|
+
- images.google.com.bo
|
1799
|
+
- images.google.com.br
|
1800
|
+
- images.google.com.by
|
1801
|
+
- images.google.com.bz
|
1802
|
+
- images.google.com.co
|
1803
|
+
- images.google.com.cu
|
1804
|
+
- images.google.com.cy
|
1805
|
+
- images.google.com.do
|
1806
|
+
- images.google.com.ec
|
1807
|
+
- images.google.com.eg
|
1808
|
+
- images.google.com.et
|
1809
|
+
- images.google.com.fj
|
1810
|
+
- images.google.com.gh
|
1811
|
+
- images.google.com.gi
|
1812
|
+
- images.google.com.gt
|
1813
|
+
- images.google.com.hk
|
1814
|
+
- images.google.com.jm
|
1815
|
+
- images.google.com.kh
|
1816
|
+
- images.google.com.kh
|
1817
|
+
- images.google.com.kw
|
1818
|
+
- images.google.com.lb
|
1819
|
+
- images.google.com.lc
|
1820
|
+
- images.google.com.ly
|
1821
|
+
- images.google.com.mt
|
1822
|
+
- images.google.com.mx
|
1823
|
+
- images.google.com.my
|
1824
|
+
- images.google.com.na
|
1825
|
+
- images.google.com.nf
|
1826
|
+
- images.google.com.ng
|
1827
|
+
- images.google.com.ni
|
1828
|
+
- images.google.com.np
|
1829
|
+
- images.google.com.om
|
1830
|
+
- images.google.com.pa
|
1831
|
+
- images.google.com.pe
|
1832
|
+
- images.google.com.ph
|
1833
|
+
- images.google.com.pk
|
1834
|
+
- images.google.com.pr
|
1835
|
+
- images.google.com.py
|
1836
|
+
- images.google.com.qa
|
1837
|
+
- images.google.com.sa
|
1838
|
+
- images.google.com.sb
|
1839
|
+
- images.google.com.sg
|
1840
|
+
- images.google.com.sl
|
1841
|
+
- images.google.com.sv
|
1842
|
+
- images.google.com.tj
|
1843
|
+
- images.google.com.tn
|
1844
|
+
- images.google.com.tr
|
1845
|
+
- images.google.com.tw
|
1846
|
+
- images.google.com.ua
|
1847
|
+
- images.google.com.uy
|
1848
|
+
- images.google.com.vc
|
1849
|
+
- images.google.com.vn
|
1850
|
+
- images.google.cv
|
1851
|
+
- images.google.cz
|
1852
|
+
- images.google.de
|
1853
|
+
- images.google.dj
|
1854
|
+
- images.google.dk
|
1855
|
+
- images.google.dm
|
1856
|
+
- images.google.dz
|
1857
|
+
- images.google.ee
|
1858
|
+
- images.google.es
|
1859
|
+
- images.google.fi
|
1860
|
+
- images.google.fm
|
1861
|
+
- images.google.fr
|
1862
|
+
- images.google.ga
|
1863
|
+
- images.google.gd
|
1864
|
+
- images.google.ge
|
1865
|
+
- images.google.gf
|
1866
|
+
- images.google.gg
|
1867
|
+
- images.google.gl
|
1868
|
+
- images.google.gm
|
1869
|
+
- images.google.gp
|
1870
|
+
- images.google.gr
|
1871
|
+
- images.google.gy
|
1872
|
+
- images.google.hn
|
1873
|
+
- images.google.hr
|
1874
|
+
- images.google.ht
|
1875
|
+
- images.google.hu
|
1876
|
+
- images.google.ie
|
1877
|
+
- images.google.im
|
1878
|
+
- images.google.io
|
1879
|
+
- images.google.iq
|
1880
|
+
- images.google.is
|
1881
|
+
- images.google.it
|
1882
|
+
- images.google.it.ao
|
1883
|
+
- images.google.je
|
1884
|
+
- images.google.jo
|
1885
|
+
- images.google.kg
|
1886
|
+
- images.google.ki
|
1887
|
+
- images.google.kz
|
1888
|
+
- images.google.la
|
1889
|
+
- images.google.li
|
1890
|
+
- images.google.lk
|
1891
|
+
- images.google.lt
|
1892
|
+
- images.google.lu
|
1893
|
+
- images.google.lv
|
1894
|
+
- images.google.md
|
1895
|
+
- images.google.me
|
1896
|
+
- images.google.mg
|
1897
|
+
- images.google.mk
|
1898
|
+
- images.google.ml
|
1899
|
+
- images.google.mn
|
1900
|
+
- images.google.ms
|
1901
|
+
- images.google.mu
|
1902
|
+
- images.google.mv
|
1903
|
+
- images.google.mw
|
1904
|
+
- images.google.ne
|
1905
|
+
- images.google.nl
|
1906
|
+
- images.google.no
|
1907
|
+
- images.google.nr
|
1908
|
+
- images.google.nu
|
1909
|
+
- images.google.pl
|
1910
|
+
- images.google.pn
|
1911
|
+
- images.google.ps
|
1912
|
+
- images.google.pt
|
1913
|
+
- images.google.ro
|
1914
|
+
- images.google.rs
|
1915
|
+
- images.google.ru
|
1916
|
+
- images.google.rw
|
1917
|
+
- images.google.sc
|
1918
|
+
- images.google.se
|
1919
|
+
- images.google.sh
|
1920
|
+
- images.google.si
|
1921
|
+
- images.google.sk
|
1922
|
+
- images.google.sm
|
1923
|
+
- images.google.sn
|
1924
|
+
- images.google.so
|
1925
|
+
- images.google.st
|
1926
|
+
- images.google.td
|
1927
|
+
- images.google.tg
|
1928
|
+
- images.google.tk
|
1929
|
+
- images.google.tl
|
1930
|
+
- images.google.tm
|
1931
|
+
- images.google.to
|
1932
|
+
- images.google.tt
|
1933
|
+
- images.google.us
|
1934
|
+
- images.google.vg
|
1935
|
+
- images.google.vu
|
1936
|
+
- images.google.ws
|
1937
|
+
|
1938
|
+
Google News:
|
1939
|
+
parameters:
|
1940
|
+
- q
|
1941
|
+
domains:
|
1942
|
+
- news.google.ac
|
1943
|
+
- news.google.ad
|
1944
|
+
- news.google.ae
|
1945
|
+
- news.google.am
|
1946
|
+
- news.google.as
|
1947
|
+
- news.google.at
|
1948
|
+
- news.google.az
|
1949
|
+
- news.google.ba
|
1950
|
+
- news.google.be
|
1951
|
+
- news.google.bf
|
1952
|
+
- news.google.bg
|
1953
|
+
- news.google.bi
|
1954
|
+
- news.google.bj
|
1955
|
+
- news.google.bs
|
1956
|
+
- news.google.by
|
1957
|
+
- news.google.ca
|
1958
|
+
- news.google.cat
|
1959
|
+
- news.google.cc
|
1960
|
+
- news.google.cd
|
1961
|
+
- news.google.cf
|
1962
|
+
- news.google.cg
|
1963
|
+
- news.google.ch
|
1964
|
+
- news.google.ci
|
1965
|
+
- news.google.cl
|
1966
|
+
- news.google.cm
|
1967
|
+
- news.google.cn
|
1968
|
+
- news.google.co.bw
|
1969
|
+
- news.google.co.ck
|
1970
|
+
- news.google.co.cr
|
1971
|
+
- news.google.co.id
|
1972
|
+
- news.google.co.il
|
1973
|
+
- news.google.co.in
|
1974
|
+
- news.google.co.jp
|
1975
|
+
- news.google.co.ke
|
1976
|
+
- news.google.co.kr
|
1977
|
+
- news.google.co.ls
|
1978
|
+
- news.google.co.ma
|
1979
|
+
- news.google.co.mz
|
1980
|
+
- news.google.co.nz
|
1981
|
+
- news.google.co.th
|
1982
|
+
- news.google.co.tz
|
1983
|
+
- news.google.co.ug
|
1984
|
+
- news.google.co.uk
|
1985
|
+
- news.google.co.uz
|
1986
|
+
- news.google.co.ve
|
1987
|
+
- news.google.co.vi
|
1988
|
+
- news.google.co.za
|
1989
|
+
- news.google.co.zm
|
1990
|
+
- news.google.co.zw
|
1991
|
+
- news.google.com
|
1992
|
+
- news.google.com.af
|
1993
|
+
- news.google.com.ag
|
1994
|
+
- news.google.com.ai
|
1995
|
+
- news.google.com.ar
|
1996
|
+
- news.google.com.au
|
1997
|
+
- news.google.com.bd
|
1998
|
+
- news.google.com.bh
|
1999
|
+
- news.google.com.bn
|
2000
|
+
- news.google.com.bo
|
2001
|
+
- news.google.com.br
|
2002
|
+
- news.google.com.by
|
2003
|
+
- news.google.com.bz
|
2004
|
+
- news.google.com.co
|
2005
|
+
- news.google.com.cu
|
2006
|
+
- news.google.com.cy
|
2007
|
+
- news.google.com.do
|
2008
|
+
- news.google.com.ec
|
2009
|
+
- news.google.com.eg
|
2010
|
+
- news.google.com.et
|
2011
|
+
- news.google.com.fj
|
2012
|
+
- news.google.com.gh
|
2013
|
+
- news.google.com.gi
|
2014
|
+
- news.google.com.gt
|
2015
|
+
- news.google.com.hk
|
2016
|
+
- news.google.com.jm
|
2017
|
+
- news.google.com.kh
|
2018
|
+
- news.google.com.kh
|
2019
|
+
- news.google.com.kw
|
2020
|
+
- news.google.com.lb
|
2021
|
+
- news.google.com.lc
|
2022
|
+
- news.google.com.ly
|
2023
|
+
- news.google.com.mt
|
2024
|
+
- news.google.com.mx
|
2025
|
+
- news.google.com.my
|
2026
|
+
- news.google.com.na
|
2027
|
+
- news.google.com.nf
|
2028
|
+
- news.google.com.ng
|
2029
|
+
- news.google.com.ni
|
2030
|
+
- news.google.com.np
|
2031
|
+
- news.google.com.om
|
2032
|
+
- news.google.com.pa
|
2033
|
+
- news.google.com.pe
|
2034
|
+
- news.google.com.ph
|
2035
|
+
- news.google.com.pk
|
2036
|
+
- news.google.com.pr
|
2037
|
+
- news.google.com.py
|
2038
|
+
- news.google.com.qa
|
2039
|
+
- news.google.com.sa
|
2040
|
+
- news.google.com.sb
|
2041
|
+
- news.google.com.sg
|
2042
|
+
- news.google.com.sl
|
2043
|
+
- news.google.com.sv
|
2044
|
+
- news.google.com.tj
|
2045
|
+
- news.google.com.tn
|
2046
|
+
- news.google.com.tr
|
2047
|
+
- news.google.com.tw
|
2048
|
+
- news.google.com.ua
|
2049
|
+
- news.google.com.uy
|
2050
|
+
- news.google.com.vc
|
2051
|
+
- news.google.com.vn
|
2052
|
+
- news.google.cv
|
2053
|
+
- news.google.cz
|
2054
|
+
- news.google.de
|
2055
|
+
- news.google.dj
|
2056
|
+
- news.google.dk
|
2057
|
+
- news.google.dm
|
2058
|
+
- news.google.dz
|
2059
|
+
- news.google.ee
|
2060
|
+
- news.google.es
|
2061
|
+
- news.google.fi
|
2062
|
+
- news.google.fm
|
2063
|
+
- news.google.fr
|
2064
|
+
- news.google.ga
|
2065
|
+
- news.google.gd
|
2066
|
+
- news.google.ge
|
2067
|
+
- news.google.gf
|
2068
|
+
- news.google.gg
|
2069
|
+
- news.google.gl
|
2070
|
+
- news.google.gm
|
2071
|
+
- news.google.gp
|
2072
|
+
- news.google.gr
|
2073
|
+
- news.google.gy
|
2074
|
+
- news.google.hn
|
2075
|
+
- news.google.hr
|
2076
|
+
- news.google.ht
|
2077
|
+
- news.google.hu
|
2078
|
+
- news.google.ie
|
2079
|
+
- news.google.im
|
2080
|
+
- news.google.io
|
2081
|
+
- news.google.iq
|
2082
|
+
- news.google.is
|
2083
|
+
- news.google.it
|
2084
|
+
- news.google.it.ao
|
2085
|
+
- news.google.je
|
2086
|
+
- news.google.jo
|
2087
|
+
- news.google.kg
|
2088
|
+
- news.google.ki
|
2089
|
+
- news.google.kz
|
2090
|
+
- news.google.la
|
2091
|
+
- news.google.li
|
2092
|
+
- news.google.lk
|
2093
|
+
- news.google.lt
|
2094
|
+
- news.google.lu
|
2095
|
+
- news.google.lv
|
2096
|
+
- news.google.md
|
2097
|
+
- news.google.me
|
2098
|
+
- news.google.mg
|
2099
|
+
- news.google.mk
|
2100
|
+
- news.google.ml
|
2101
|
+
- news.google.mn
|
2102
|
+
- news.google.ms
|
2103
|
+
- news.google.mu
|
2104
|
+
- news.google.mv
|
2105
|
+
- news.google.mw
|
2106
|
+
- news.google.ne
|
2107
|
+
- news.google.nl
|
2108
|
+
- news.google.no
|
2109
|
+
- news.google.nr
|
2110
|
+
- news.google.nu
|
2111
|
+
- news.google.pl
|
2112
|
+
- news.google.pn
|
2113
|
+
- news.google.ps
|
2114
|
+
- news.google.pt
|
2115
|
+
- news.google.ro
|
2116
|
+
- news.google.rs
|
2117
|
+
- news.google.ru
|
2118
|
+
- news.google.rw
|
2119
|
+
- news.google.sc
|
2120
|
+
- news.google.se
|
2121
|
+
- news.google.sh
|
2122
|
+
- news.google.si
|
2123
|
+
- news.google.sk
|
2124
|
+
- news.google.sm
|
2125
|
+
- news.google.sn
|
2126
|
+
- news.google.so
|
2127
|
+
- news.google.st
|
2128
|
+
- news.google.td
|
2129
|
+
- news.google.tg
|
2130
|
+
- news.google.tk
|
2131
|
+
- news.google.tl
|
2132
|
+
- news.google.tm
|
2133
|
+
- news.google.to
|
2134
|
+
- news.google.tt
|
2135
|
+
- news.google.us
|
2136
|
+
- news.google.vg
|
2137
|
+
- news.google.vu
|
2138
|
+
- news.google.ws
|
2139
|
+
|
2140
|
+
Google Product Search:
|
2141
|
+
parameters:
|
2142
|
+
- q
|
2143
|
+
domains:
|
2144
|
+
- google.ac/products
|
2145
|
+
- google.ad/products
|
2146
|
+
- google.ae/products
|
2147
|
+
- google.am/products
|
2148
|
+
- google.as/products
|
2149
|
+
- google.at/products
|
2150
|
+
- google.az/products
|
2151
|
+
- google.ba/products
|
2152
|
+
- google.be/products
|
2153
|
+
- google.bf/products
|
2154
|
+
- google.bg/products
|
2155
|
+
- google.bi/products
|
2156
|
+
- google.bj/products
|
2157
|
+
- google.bs/products
|
2158
|
+
- google.by/products
|
2159
|
+
- google.ca/products
|
2160
|
+
- google.cat/products
|
2161
|
+
- google.cc/products
|
2162
|
+
- google.cd/products
|
2163
|
+
- google.cf/products
|
2164
|
+
- google.cg/products
|
2165
|
+
- google.ch/products
|
2166
|
+
- google.ci/products
|
2167
|
+
- google.cl/products
|
2168
|
+
- google.cm/products
|
2169
|
+
- google.cn/products
|
2170
|
+
- google.co.bw/products
|
2171
|
+
- google.co.ck/products
|
2172
|
+
- google.co.cr/products
|
2173
|
+
- google.co.id/products
|
2174
|
+
- google.co.il/products
|
2175
|
+
- google.co.in/products
|
2176
|
+
- google.co.jp/products
|
2177
|
+
- google.co.ke/products
|
2178
|
+
- google.co.kr/products
|
2179
|
+
- google.co.ls/products
|
2180
|
+
- google.co.ma/products
|
2181
|
+
- google.co.mz/products
|
2182
|
+
- google.co.nz/products
|
2183
|
+
- google.co.th/products
|
2184
|
+
- google.co.tz/products
|
2185
|
+
- google.co.ug/products
|
2186
|
+
- google.co.uk/products
|
2187
|
+
- google.co.uz/products
|
2188
|
+
- google.co.ve/products
|
2189
|
+
- google.co.vi/products
|
2190
|
+
- google.co.za/products
|
2191
|
+
- google.co.zm/products
|
2192
|
+
- google.co.zw/products
|
2193
|
+
- google.com/products
|
2194
|
+
- google.com.af/products
|
2195
|
+
- google.com.ag/products
|
2196
|
+
- google.com.ai/products
|
2197
|
+
- google.com.ar/products
|
2198
|
+
- google.com.au/products
|
2199
|
+
- google.com.bd/products
|
2200
|
+
- google.com.bh/products
|
2201
|
+
- google.com.bn/products
|
2202
|
+
- google.com.bo/products
|
2203
|
+
- google.com.br/products
|
2204
|
+
- google.com.by/products
|
2205
|
+
- google.com.bz/products
|
2206
|
+
- google.com.co/products
|
2207
|
+
- google.com.cu/products
|
2208
|
+
- google.com.cy/products
|
2209
|
+
- google.com.do/products
|
2210
|
+
- google.com.ec/products
|
2211
|
+
- google.com.eg/products
|
2212
|
+
- google.com.et/products
|
2213
|
+
- google.com.fj/products
|
2214
|
+
- google.com.gh/products
|
2215
|
+
- google.com.gi/products
|
2216
|
+
- google.com.gt/products
|
2217
|
+
- google.com.hk/products
|
2218
|
+
- google.com.jm/products
|
2219
|
+
- google.com.kh/products
|
2220
|
+
- google.com.kh/products
|
2221
|
+
- google.com.kw/products
|
2222
|
+
- google.com.lb/products
|
2223
|
+
- google.com.lc/products
|
2224
|
+
- google.com.ly/products
|
2225
|
+
- google.com.mt/products
|
2226
|
+
- google.com.mx/products
|
2227
|
+
- google.com.my/products
|
2228
|
+
- google.com.na/products
|
2229
|
+
- google.com.nf/products
|
2230
|
+
- google.com.ng/products
|
2231
|
+
- google.com.ni/products
|
2232
|
+
- google.com.np/products
|
2233
|
+
- google.com.om/products
|
2234
|
+
- google.com.pa/products
|
2235
|
+
- google.com.pe/products
|
2236
|
+
- google.com.ph/products
|
2237
|
+
- google.com.pk/products
|
2238
|
+
- google.com.pr/products
|
2239
|
+
- google.com.py/products
|
2240
|
+
- google.com.qa/products
|
2241
|
+
- google.com.sa/products
|
2242
|
+
- google.com.sb/products
|
2243
|
+
- google.com.sg/products
|
2244
|
+
- google.com.sl/products
|
2245
|
+
- google.com.sv/products
|
2246
|
+
- google.com.tj/products
|
2247
|
+
- google.com.tn/products
|
2248
|
+
- google.com.tr/products
|
2249
|
+
- google.com.tw/products
|
2250
|
+
- google.com.ua/products
|
2251
|
+
- google.com.uy/products
|
2252
|
+
- google.com.vc/products
|
2253
|
+
- google.com.vn/products
|
2254
|
+
- google.cv/products
|
2255
|
+
- google.cz/products
|
2256
|
+
- google.de/products
|
2257
|
+
- google.dj/products
|
2258
|
+
- google.dk/products
|
2259
|
+
- google.dm/products
|
2260
|
+
- google.dz/products
|
2261
|
+
- google.ee/products
|
2262
|
+
- google.es/products
|
2263
|
+
- google.fi/products
|
2264
|
+
- google.fm/products
|
2265
|
+
- google.fr/products
|
2266
|
+
- google.ga/products
|
2267
|
+
- google.gd/products
|
2268
|
+
- google.ge/products
|
2269
|
+
- google.gf/products
|
2270
|
+
- google.gg/products
|
2271
|
+
- google.gl/products
|
2272
|
+
- google.gm/products
|
2273
|
+
- google.gp/products
|
2274
|
+
- google.gr/products
|
2275
|
+
- google.gy/products
|
2276
|
+
- google.hn/products
|
2277
|
+
- google.hr/products
|
2278
|
+
- google.ht/products
|
2279
|
+
- google.hu/products
|
2280
|
+
- google.ie/products
|
2281
|
+
- google.im/products
|
2282
|
+
- google.io/products
|
2283
|
+
- google.iq/products
|
2284
|
+
- google.is/products
|
2285
|
+
- google.it/products
|
2286
|
+
- google.it.ao/products
|
2287
|
+
- google.je/products
|
2288
|
+
- google.jo/products
|
2289
|
+
- google.kg/products
|
2290
|
+
- google.ki/products
|
2291
|
+
- google.kz/products
|
2292
|
+
- google.la/products
|
2293
|
+
- google.li/products
|
2294
|
+
- google.lk/products
|
2295
|
+
- google.lt/products
|
2296
|
+
- google.lu/products
|
2297
|
+
- google.lv/products
|
2298
|
+
- google.md/products
|
2299
|
+
- google.me/products
|
2300
|
+
- google.mg/products
|
2301
|
+
- google.mk/products
|
2302
|
+
- google.ml/products
|
2303
|
+
- google.mn/products
|
2304
|
+
- google.ms/products
|
2305
|
+
- google.mu/products
|
2306
|
+
- google.mv/products
|
2307
|
+
- google.mw/products
|
2308
|
+
- google.ne/products
|
2309
|
+
- google.nl/products
|
2310
|
+
- google.no/products
|
2311
|
+
- google.nr/products
|
2312
|
+
- google.nu/products
|
2313
|
+
- google.pl/products
|
2314
|
+
- google.pn/products
|
2315
|
+
- google.ps/products
|
2316
|
+
- google.pt/products
|
2317
|
+
- google.ro/products
|
2318
|
+
- google.rs/products
|
2319
|
+
- google.ru/products
|
2320
|
+
- google.rw/products
|
2321
|
+
- google.sc/products
|
2322
|
+
- google.se/products
|
2323
|
+
- google.sh/products
|
2324
|
+
- google.si/products
|
2325
|
+
- google.sk/products
|
2326
|
+
- google.sm/products
|
2327
|
+
- google.sn/products
|
2328
|
+
- google.so/products
|
2329
|
+
- google.st/products
|
2330
|
+
- google.td/products
|
2331
|
+
- google.tg/products
|
2332
|
+
- google.tk/products
|
2333
|
+
- google.tl/products
|
2334
|
+
- google.tm/products
|
2335
|
+
- google.to/products
|
2336
|
+
- google.tt/products
|
2337
|
+
- google.us/products
|
2338
|
+
- google.vg/products
|
2339
|
+
- google.vu/products
|
2340
|
+
- google.ws/products
|
2341
|
+
- www.google.ac/products
|
2342
|
+
- www.google.ad/products
|
2343
|
+
- www.google.ae/products
|
2344
|
+
- www.google.am/products
|
2345
|
+
- www.google.as/products
|
2346
|
+
- www.google.at/products
|
2347
|
+
- www.google.az/products
|
2348
|
+
- www.google.ba/products
|
2349
|
+
- www.google.be/products
|
2350
|
+
- www.google.bf/products
|
2351
|
+
- www.google.bg/products
|
2352
|
+
- www.google.bi/products
|
2353
|
+
- www.google.bj/products
|
2354
|
+
- www.google.bs/products
|
2355
|
+
- www.google.by/products
|
2356
|
+
- www.google.ca/products
|
2357
|
+
- www.google.cat/products
|
2358
|
+
- www.google.cc/products
|
2359
|
+
- www.google.cd/products
|
2360
|
+
- www.google.cf/products
|
2361
|
+
- www.google.cg/products
|
2362
|
+
- www.google.ch/products
|
2363
|
+
- www.google.ci/products
|
2364
|
+
- www.google.cl/products
|
2365
|
+
- www.google.cm/products
|
2366
|
+
- www.google.cn/products
|
2367
|
+
- www.google.co.bw/products
|
2368
|
+
- www.google.co.ck/products
|
2369
|
+
- www.google.co.cr/products
|
2370
|
+
- www.google.co.id/products
|
2371
|
+
- www.google.co.il/products
|
2372
|
+
- www.google.co.in/products
|
2373
|
+
- www.google.co.jp/products
|
2374
|
+
- www.google.co.ke/products
|
2375
|
+
- www.google.co.kr/products
|
2376
|
+
- www.google.co.ls/products
|
2377
|
+
- www.google.co.ma/products
|
2378
|
+
- www.google.co.mz/products
|
2379
|
+
- www.google.co.nz/products
|
2380
|
+
- www.google.co.th/products
|
2381
|
+
- www.google.co.tz/products
|
2382
|
+
- www.google.co.ug/products
|
2383
|
+
- www.google.co.uk/products
|
2384
|
+
- www.google.co.uz/products
|
2385
|
+
- www.google.co.ve/products
|
2386
|
+
- www.google.co.vi/products
|
2387
|
+
- www.google.co.za/products
|
2388
|
+
- www.google.co.zm/products
|
2389
|
+
- www.google.co.zw/products
|
2390
|
+
- www.google.com/products
|
2391
|
+
- www.google.com.af/products
|
2392
|
+
- www.google.com.ag/products
|
2393
|
+
- www.google.com.ai/products
|
2394
|
+
- www.google.com.ar/products
|
2395
|
+
- www.google.com.au/products
|
2396
|
+
- www.google.com.bd/products
|
2397
|
+
- www.google.com.bh/products
|
2398
|
+
- www.google.com.bn/products
|
2399
|
+
- www.google.com.bo/products
|
2400
|
+
- www.google.com.br/products
|
2401
|
+
- www.google.com.by/products
|
2402
|
+
- www.google.com.bz/products
|
2403
|
+
- www.google.com.co/products
|
2404
|
+
- www.google.com.cu/products
|
2405
|
+
- www.google.com.cy/products
|
2406
|
+
- www.google.com.do/products
|
2407
|
+
- www.google.com.ec/products
|
2408
|
+
- www.google.com.eg/products
|
2409
|
+
- www.google.com.et/products
|
2410
|
+
- www.google.com.fj/products
|
2411
|
+
- www.google.com.gh/products
|
2412
|
+
- www.google.com.gi/products
|
2413
|
+
- www.google.com.gt/products
|
2414
|
+
- www.google.com.hk/products
|
2415
|
+
- www.google.com.jm/products
|
2416
|
+
- www.google.com.kh/products
|
2417
|
+
- www.google.com.kh/products
|
2418
|
+
- www.google.com.kw/products
|
2419
|
+
- www.google.com.lb/products
|
2420
|
+
- www.google.com.lc/products
|
2421
|
+
- www.google.com.ly/products
|
2422
|
+
- www.google.com.mt/products
|
2423
|
+
- www.google.com.mx/products
|
2424
|
+
- www.google.com.my/products
|
2425
|
+
- www.google.com.na/products
|
2426
|
+
- www.google.com.nf/products
|
2427
|
+
- www.google.com.ng/products
|
2428
|
+
- www.google.com.ni/products
|
2429
|
+
- www.google.com.np/products
|
2430
|
+
- www.google.com.om/products
|
2431
|
+
- www.google.com.pa/products
|
2432
|
+
- www.google.com.pe/products
|
2433
|
+
- www.google.com.ph/products
|
2434
|
+
- www.google.com.pk/products
|
2435
|
+
- www.google.com.pr/products
|
2436
|
+
- www.google.com.py/products
|
2437
|
+
- www.google.com.qa/products
|
2438
|
+
- www.google.com.sa/products
|
2439
|
+
- www.google.com.sb/products
|
2440
|
+
- www.google.com.sg/products
|
2441
|
+
- www.google.com.sl/products
|
2442
|
+
- www.google.com.sv/products
|
2443
|
+
- www.google.com.tj/products
|
2444
|
+
- www.google.com.tn/products
|
2445
|
+
- www.google.com.tr/products
|
2446
|
+
- www.google.com.tw/products
|
2447
|
+
- www.google.com.ua/products
|
2448
|
+
- www.google.com.uy/products
|
2449
|
+
- www.google.com.vc/products
|
2450
|
+
- www.google.com.vn/products
|
2451
|
+
- www.google.cv/products
|
2452
|
+
- www.google.cz/products
|
2453
|
+
- www.google.de/products
|
2454
|
+
- www.google.dj/products
|
2455
|
+
- www.google.dk/products
|
2456
|
+
- www.google.dm/products
|
2457
|
+
- www.google.dz/products
|
2458
|
+
- www.google.ee/products
|
2459
|
+
- www.google.es/products
|
2460
|
+
- www.google.fi/products
|
2461
|
+
- www.google.fm/products
|
2462
|
+
- www.google.fr/products
|
2463
|
+
- www.google.ga/products
|
2464
|
+
- www.google.gd/products
|
2465
|
+
- www.google.ge/products
|
2466
|
+
- www.google.gf/products
|
2467
|
+
- www.google.gg/products
|
2468
|
+
- www.google.gl/products
|
2469
|
+
- www.google.gm/products
|
2470
|
+
- www.google.gp/products
|
2471
|
+
- www.google.gr/products
|
2472
|
+
- www.google.gy/products
|
2473
|
+
- www.google.hn/products
|
2474
|
+
- www.google.hr/products
|
2475
|
+
- www.google.ht/products
|
2476
|
+
- www.google.hu/products
|
2477
|
+
- www.google.ie/products
|
2478
|
+
- www.google.im/products
|
2479
|
+
- www.google.io/products
|
2480
|
+
- www.google.iq/products
|
2481
|
+
- www.google.is/products
|
2482
|
+
- www.google.it/products
|
2483
|
+
- www.google.it.ao/products
|
2484
|
+
- www.google.je/products
|
2485
|
+
- www.google.jo/products
|
2486
|
+
- www.google.kg/products
|
2487
|
+
- www.google.ki/products
|
2488
|
+
- www.google.kz/products
|
2489
|
+
- www.google.la/products
|
2490
|
+
- www.google.li/products
|
2491
|
+
- www.google.lk/products
|
2492
|
+
- www.google.lt/products
|
2493
|
+
- www.google.lu/products
|
2494
|
+
- www.google.lv/products
|
2495
|
+
- www.google.md/products
|
2496
|
+
- www.google.me/products
|
2497
|
+
- www.google.mg/products
|
2498
|
+
- www.google.mk/products
|
2499
|
+
- www.google.ml/products
|
2500
|
+
- www.google.mn/products
|
2501
|
+
- www.google.ms/products
|
2502
|
+
- www.google.mu/products
|
2503
|
+
- www.google.mv/products
|
2504
|
+
- www.google.mw/products
|
2505
|
+
- www.google.ne/products
|
2506
|
+
- www.google.nl/products
|
2507
|
+
- www.google.no/products
|
2508
|
+
- www.google.nr/products
|
2509
|
+
- www.google.nu/products
|
2510
|
+
- www.google.pl/products
|
2511
|
+
- www.google.pn/products
|
2512
|
+
- www.google.ps/products
|
2513
|
+
- www.google.pt/products
|
2514
|
+
- www.google.ro/products
|
2515
|
+
- www.google.rs/products
|
2516
|
+
- www.google.ru/products
|
2517
|
+
- www.google.rw/products
|
2518
|
+
- www.google.sc/products
|
2519
|
+
- www.google.se/products
|
2520
|
+
- www.google.sh/products
|
2521
|
+
- www.google.si/products
|
2522
|
+
- www.google.sk/products
|
2523
|
+
- www.google.sm/products
|
2524
|
+
- www.google.sn/products
|
2525
|
+
- www.google.so/products
|
2526
|
+
- www.google.st/products
|
2527
|
+
- www.google.td/products
|
2528
|
+
- www.google.tg/products
|
2529
|
+
- www.google.tk/products
|
2530
|
+
- www.google.tl/products
|
2531
|
+
- www.google.tm/products
|
2532
|
+
- www.google.to/products
|
2533
|
+
- www.google.tt/products
|
2534
|
+
- www.google.us/products
|
2535
|
+
- www.google.vg/products
|
2536
|
+
- www.google.vu/products
|
2537
|
+
- www.google.ws/products
|
2538
|
+
|
2539
|
+
Google Video:
|
2540
|
+
parameters:
|
2541
|
+
- q
|
2542
|
+
domains:
|
2543
|
+
- video.google.com
|
2544
|
+
|
2545
|
+
Goyellow.de:
|
2546
|
+
parameters:
|
2547
|
+
- MDN
|
2548
|
+
domains:
|
2549
|
+
- www.goyellow.de
|
2550
|
+
|
2551
|
+
Gule Sider:
|
2552
|
+
parameters:
|
2553
|
+
- q
|
2554
|
+
domains:
|
2555
|
+
- www.gulesider.no
|
2556
|
+
|
2557
|
+
HighBeam:
|
2558
|
+
parameters:
|
2559
|
+
- q
|
2560
|
+
domains:
|
2561
|
+
- www.highbeam.com
|
2562
|
+
|
2563
|
+
Hit-Parade:
|
2564
|
+
parameters:
|
2565
|
+
- p7
|
2566
|
+
domains:
|
2567
|
+
- req.-hit-parade.com
|
2568
|
+
- class.hit-parade.com
|
2569
|
+
- www.hit-parade.com
|
2570
|
+
|
2571
|
+
Holmes:
|
2572
|
+
parameters:
|
2573
|
+
- q
|
2574
|
+
domains:
|
2575
|
+
- holmes.ge
|
2576
|
+
|
2577
|
+
Hooseek.com:
|
2578
|
+
parameters:
|
2579
|
+
- recherche
|
2580
|
+
domains:
|
2581
|
+
- www.hooseek.com
|
2582
|
+
|
2583
|
+
Hotbot:
|
2584
|
+
parameters:
|
2585
|
+
- query
|
2586
|
+
domains:
|
2587
|
+
- www.hotbot.com
|
2588
|
+
|
2589
|
+
Icerockeet:
|
2590
|
+
parameters:
|
2591
|
+
- q
|
2592
|
+
domains:
|
2593
|
+
- blogs.icerocket.com
|
2594
|
+
|
2595
|
+
ICQ:
|
2596
|
+
parameters:
|
2597
|
+
- q
|
2598
|
+
domains:
|
2599
|
+
- www.icq.com
|
2600
|
+
- search.icq.com
|
2601
|
+
|
2602
|
+
Ilse:
|
2603
|
+
parameters:
|
2604
|
+
- search_for
|
2605
|
+
domains:
|
2606
|
+
- www.ilse.nl
|
2607
|
+
|
2608
|
+
InfoSpace:
|
2609
|
+
parameters:
|
2610
|
+
- q
|
2611
|
+
- s
|
2612
|
+
domains:
|
2613
|
+
- infospace.com
|
2614
|
+
- dogpile.com
|
2615
|
+
- www.dogpile.com
|
2616
|
+
- metacrawler.com
|
2617
|
+
- webfetch.com
|
2618
|
+
- webcrawler.com
|
2619
|
+
- search.kiwee.com
|
2620
|
+
# powered by InfoSpace
|
2621
|
+
- isearch.babylon.com
|
2622
|
+
- start.facemoods.com
|
2623
|
+
- search.magnetic.com
|
2624
|
+
- search.searchcompletion.com
|
2625
|
+
- clusty.com
|
2626
|
+
|
2627
|
+
Interia:
|
2628
|
+
parameters:
|
2629
|
+
- q
|
2630
|
+
domains:
|
2631
|
+
- www.google.interia.pl
|
2632
|
+
|
2633
|
+
I-play:
|
2634
|
+
parameters:
|
2635
|
+
- q
|
2636
|
+
domains:
|
2637
|
+
- start.iplay.com
|
2638
|
+
|
2639
|
+
IXquick:
|
2640
|
+
parameters:
|
2641
|
+
- query
|
2642
|
+
domains:
|
2643
|
+
- ixquick.com
|
2644
|
+
- www.eu.ixquick.com
|
2645
|
+
- ixquick.de
|
2646
|
+
- www.ixquick.de
|
2647
|
+
- us.ixquick.com
|
2648
|
+
- s1.us.ixquick.com
|
2649
|
+
- s2.us.ixquick.com
|
2650
|
+
- s3.us.ixquick.com
|
2651
|
+
- s4.us.ixquick.com
|
2652
|
+
- s5.us.ixquick.com
|
2653
|
+
- eu.ixquick.com
|
2654
|
+
- s8-eu.ixquick.com
|
2655
|
+
- s1-eu.ixquick.de
|
2656
|
+
|
2657
|
+
Jyxo:
|
2658
|
+
parameters:
|
2659
|
+
- q
|
2660
|
+
domains:
|
2661
|
+
- jyxo.1188.cz
|
2662
|
+
|
2663
|
+
Jungle Spider:
|
2664
|
+
parameters:
|
2665
|
+
- q
|
2666
|
+
domains:
|
2667
|
+
- www.jungle-spider.de
|
2668
|
+
|
2669
|
+
Jungle Key:
|
2670
|
+
parameters:
|
2671
|
+
- query
|
2672
|
+
domains:
|
2673
|
+
- junglekey.com
|
2674
|
+
- junglekey.fr
|
2675
|
+
|
2676
|
+
Kataweb:
|
2677
|
+
parameters:
|
2678
|
+
- q
|
2679
|
+
domains:
|
2680
|
+
- www.kataweb.it
|
2681
|
+
|
2682
|
+
Kvasir:
|
2683
|
+
parameters:
|
2684
|
+
- q
|
2685
|
+
domains:
|
2686
|
+
- www.kvasir.no
|
2687
|
+
|
2688
|
+
Latne:
|
2689
|
+
parameters:
|
2690
|
+
- q
|
2691
|
+
domains:
|
2692
|
+
- www.latne.lv
|
2693
|
+
|
2694
|
+
La Toile Du Quebec Via Google:
|
2695
|
+
parameters:
|
2696
|
+
- q
|
2697
|
+
domains:
|
2698
|
+
- www.toile.com
|
2699
|
+
- web.toile.com
|
2700
|
+
|
2701
|
+
Looksmart:
|
2702
|
+
parameters:
|
2703
|
+
- key
|
2704
|
+
domains:
|
2705
|
+
- www.looksmart.com
|
2706
|
+
|
2707
|
+
Lo.st:
|
2708
|
+
parameters:
|
2709
|
+
- x_query
|
2710
|
+
domains:
|
2711
|
+
- lo.st
|
2712
|
+
|
2713
|
+
Lycos:
|
2714
|
+
parameters:
|
2715
|
+
- query
|
2716
|
+
domains:
|
2717
|
+
- search.lycos.com
|
2718
|
+
- www.lycos.com
|
2719
|
+
- lycos.com
|
2720
|
+
|
2721
|
+
maailm:
|
2722
|
+
parameters:
|
2723
|
+
- tekst
|
2724
|
+
domains:
|
2725
|
+
- www.maailm.com
|
2726
|
+
|
2727
|
+
Mail.ru:
|
2728
|
+
parameters:
|
2729
|
+
- q
|
2730
|
+
domains:
|
2731
|
+
- go.mail.ru
|
2732
|
+
|
2733
|
+
Mamma:
|
2734
|
+
parameters:
|
2735
|
+
- query
|
2736
|
+
domains:
|
2737
|
+
- www.mamma.com
|
2738
|
+
- mamma75.mamma.com
|
2739
|
+
|
2740
|
+
Meta:
|
2741
|
+
parameters:
|
2742
|
+
- q
|
2743
|
+
domains:
|
2744
|
+
- meta.ua
|
2745
|
+
|
2746
|
+
MetaCrawler.de:
|
2747
|
+
parameters:
|
2748
|
+
- qry
|
2749
|
+
domains:
|
2750
|
+
- s1.metacrawler.de
|
2751
|
+
- s2.metacrawler.de
|
2752
|
+
- s3.metacrawler.de
|
2753
|
+
|
2754
|
+
Metager:
|
2755
|
+
parameters:
|
2756
|
+
- eingabe
|
2757
|
+
domains:
|
2758
|
+
- meta.rrzn.uni-hannover.de
|
2759
|
+
- www.metager.de
|
2760
|
+
|
2761
|
+
Metager2:
|
2762
|
+
parameters:
|
2763
|
+
- q
|
2764
|
+
domains:
|
2765
|
+
- metager2.de
|
2766
|
+
|
2767
|
+
Meinestadt:
|
2768
|
+
parameters:
|
2769
|
+
- words
|
2770
|
+
domains:
|
2771
|
+
- www.meinestadt.de
|
2772
|
+
|
2773
|
+
Mister Wong:
|
2774
|
+
parameters:
|
2775
|
+
- Keywords
|
2776
|
+
domains:
|
2777
|
+
- www.mister-wong.com
|
2778
|
+
- www.mister-wong.de
|
2779
|
+
|
2780
|
+
Monstercrawler:
|
2781
|
+
parameters:
|
2782
|
+
- qry
|
2783
|
+
domains:
|
2784
|
+
- www.monstercrawler.com
|
2785
|
+
|
2786
|
+
Mozbot:
|
2787
|
+
parameters:
|
2788
|
+
- q
|
2789
|
+
domains:
|
2790
|
+
- www.mozbot.fr
|
2791
|
+
- www.mozbot.co.uk
|
2792
|
+
- www.mozbot.com
|
2793
|
+
|
2794
|
+
El Mundo:
|
2795
|
+
parameters:
|
2796
|
+
- q
|
2797
|
+
domains:
|
2798
|
+
- ariadna.elmundo.es
|
2799
|
+
|
2800
|
+
MySearch:
|
2801
|
+
parameters:
|
2802
|
+
- searchfor
|
2803
|
+
- searchFor
|
2804
|
+
domains:
|
2805
|
+
- www.mysearch.com
|
2806
|
+
- ms114.mysearch.com
|
2807
|
+
- ms146.mysearch.com
|
2808
|
+
- kf.mysearch.myway.com
|
2809
|
+
- ki.mysearch.myway.com
|
2810
|
+
- search.myway.com
|
2811
|
+
- search.mywebsearch.com
|
2812
|
+
|
2813
|
+
Najdi:
|
2814
|
+
parameters:
|
2815
|
+
- q
|
2816
|
+
domains:
|
2817
|
+
- www.najdi.si
|
2818
|
+
|
2819
|
+
Nate:
|
2820
|
+
parameters:
|
2821
|
+
- q
|
2822
|
+
domains:
|
2823
|
+
- search.nate.com
|
2824
|
+
|
2825
|
+
Naver:
|
2826
|
+
parameters:
|
2827
|
+
- query
|
2828
|
+
domains:
|
2829
|
+
- search.naver.com
|
2830
|
+
|
2831
|
+
Needtofind:
|
2832
|
+
parameters:
|
2833
|
+
- searchfor
|
2834
|
+
domains:
|
2835
|
+
- ko.search.need2find.com
|
2836
|
+
|
2837
|
+
Neti:
|
2838
|
+
parameters:
|
2839
|
+
- query
|
2840
|
+
domains:
|
2841
|
+
- www.neti.ee
|
2842
|
+
|
2843
|
+
Nifty:
|
2844
|
+
parameters:
|
2845
|
+
- q
|
2846
|
+
domains:
|
2847
|
+
- search.nifty.com
|
2848
|
+
|
2849
|
+
Nigma:
|
2850
|
+
parameters:
|
2851
|
+
- s
|
2852
|
+
domains:
|
2853
|
+
- nigma.ru
|
2854
|
+
|
2855
|
+
Onet:
|
2856
|
+
parameters:
|
2857
|
+
- qt
|
2858
|
+
domains:
|
2859
|
+
- szukaj.onet.pl
|
2860
|
+
|
2861
|
+
Online.no:
|
2862
|
+
parameters:
|
2863
|
+
- q
|
2864
|
+
domains:
|
2865
|
+
- online.no
|
2866
|
+
|
2867
|
+
Opplysningen 1881:
|
2868
|
+
parameters:
|
2869
|
+
- Query
|
2870
|
+
domains:
|
2871
|
+
- www.1881.no
|
2872
|
+
|
2873
|
+
Orange:
|
2874
|
+
parameters:
|
2875
|
+
- q
|
2876
|
+
domains:
|
2877
|
+
- busca.orange.es
|
2878
|
+
- search.orange.co.uk
|
2879
|
+
|
2880
|
+
Paperball:
|
2881
|
+
parameters:
|
2882
|
+
- q
|
2883
|
+
domains:
|
2884
|
+
- www.paperball.de
|
2885
|
+
|
2886
|
+
PeoplePC:
|
2887
|
+
parameters:
|
2888
|
+
- q
|
2889
|
+
domains:
|
2890
|
+
- search.peoplepc.com
|
2891
|
+
|
2892
|
+
Picsearch:
|
2893
|
+
parameters:
|
2894
|
+
- q
|
2895
|
+
domains:
|
2896
|
+
- www.picsearch.com
|
2897
|
+
|
2898
|
+
Plazoo:
|
2899
|
+
parameters:
|
2900
|
+
- q
|
2901
|
+
domains:
|
2902
|
+
- www.plazoo.com
|
2903
|
+
|
2904
|
+
Poisk.ru:
|
2905
|
+
parameters:
|
2906
|
+
- q
|
2907
|
+
domains:
|
2908
|
+
- www.plazoo.com
|
2909
|
+
|
2910
|
+
PriceRunner:
|
2911
|
+
parameters:
|
2912
|
+
- q
|
2913
|
+
domains:
|
2914
|
+
- www.pricerunner.co.uk
|
2915
|
+
|
2916
|
+
qip:
|
2917
|
+
parameters:
|
2918
|
+
- query
|
2919
|
+
domains:
|
2920
|
+
- search.qip.ru
|
2921
|
+
|
2922
|
+
Qualigo:
|
2923
|
+
parameters:
|
2924
|
+
- q
|
2925
|
+
domains:
|
2926
|
+
- www.qualigo.at
|
2927
|
+
- www.qualigo.ch
|
2928
|
+
- www.qualigo.de
|
2929
|
+
- www.qualigo.nl
|
2930
|
+
|
2931
|
+
Rakuten:
|
2932
|
+
parameters:
|
2933
|
+
- qt
|
2934
|
+
domains:
|
2935
|
+
- websearch.rakuten.co.jp
|
2936
|
+
|
2937
|
+
Rambler:
|
2938
|
+
parameters:
|
2939
|
+
- query
|
2940
|
+
- words
|
2941
|
+
domains:
|
2942
|
+
- nova.rambler.ru
|
2943
|
+
|
2944
|
+
RPMFind:
|
2945
|
+
parameters:
|
2946
|
+
- rpmfind.net
|
2947
|
+
- fr2.rpmfind.net
|
2948
|
+
domains:
|
2949
|
+
- rpmfind.net
|
2950
|
+
- fr2.rpmfind.net
|
2951
|
+
|
2952
|
+
Road Runner Search:
|
2953
|
+
parameters:
|
2954
|
+
- q
|
2955
|
+
domains:
|
2956
|
+
- search.rr.com
|
2957
|
+
|
2958
|
+
Sapo:
|
2959
|
+
parameters:
|
2960
|
+
- q
|
2961
|
+
domains:
|
2962
|
+
- pesquisa.sapo.pt
|
2963
|
+
|
2964
|
+
# Add Scour.com
|
2965
|
+
|
2966
|
+
Search.com:
|
2967
|
+
parameters:
|
2968
|
+
- q
|
2969
|
+
domains:
|
2970
|
+
- www.search.com
|
2971
|
+
|
2972
|
+
Search.ch:
|
2973
|
+
parameters:
|
2974
|
+
- q
|
2975
|
+
domains:
|
2976
|
+
- www.search.ch
|
2977
|
+
|
2978
|
+
Searchalot:
|
2979
|
+
parameters:
|
2980
|
+
- q
|
2981
|
+
domains:
|
2982
|
+
- searchalot.com
|
2983
|
+
|
2984
|
+
SearchCanvas:
|
2985
|
+
parameters:
|
2986
|
+
- q
|
2987
|
+
domains:
|
2988
|
+
- www.searchcanvas.com
|
2989
|
+
|
2990
|
+
Searchy:
|
2991
|
+
parameters:
|
2992
|
+
- q
|
2993
|
+
domains:
|
2994
|
+
- www.searchy.co.uk
|
2995
|
+
|
2996
|
+
# Add setooz.com
|
2997
|
+
|
2998
|
+
Seznam:
|
2999
|
+
parameters:
|
3000
|
+
- q
|
3001
|
+
domains:
|
3002
|
+
- search.seznam.cz
|
3003
|
+
|
3004
|
+
Sharelook:
|
3005
|
+
parameters:
|
3006
|
+
- keyword
|
3007
|
+
domains:
|
3008
|
+
- www.sharelook.fr
|
3009
|
+
|
3010
|
+
Skynet:
|
3011
|
+
parameters:
|
3012
|
+
- q
|
3013
|
+
domains:
|
3014
|
+
- www.skynet.be
|
3015
|
+
|
3016
|
+
Sogou:
|
3017
|
+
parameters:
|
3018
|
+
- query
|
3019
|
+
domains:
|
3020
|
+
- www.sougou.com
|
3021
|
+
|
3022
|
+
Softonic:
|
3023
|
+
parameters:
|
3024
|
+
- q
|
3025
|
+
domains:
|
3026
|
+
- search.softonic.com
|
3027
|
+
|
3028
|
+
soso.com:
|
3029
|
+
parameters:
|
3030
|
+
- w
|
3031
|
+
domains:
|
3032
|
+
- www.soso.com
|
3033
|
+
|
3034
|
+
Startpagina:
|
3035
|
+
parameters:
|
3036
|
+
- q
|
3037
|
+
domains:
|
3038
|
+
- startgoogle.startpagina.nl
|
3039
|
+
|
3040
|
+
Startsiden:
|
3041
|
+
parameters:
|
3042
|
+
- q
|
3043
|
+
domains:
|
3044
|
+
- www.startsiden.no
|
3045
|
+
|
3046
|
+
suche.info:
|
3047
|
+
parameters:
|
3048
|
+
- q
|
3049
|
+
domains:
|
3050
|
+
- suche.info
|
3051
|
+
|
3052
|
+
Suchmaschine.com:
|
3053
|
+
parameters:
|
3054
|
+
- suchstr
|
3055
|
+
domains:
|
3056
|
+
- www.suchmaschine.com
|
3057
|
+
|
3058
|
+
Suchnase:
|
3059
|
+
parameters:
|
3060
|
+
- q
|
3061
|
+
domains:
|
3062
|
+
- www.suchnase.de
|
3063
|
+
|
3064
|
+
TalkTalk:
|
3065
|
+
parameters:
|
3066
|
+
- query
|
3067
|
+
domains:
|
3068
|
+
- www.talktalk.co.uk
|
3069
|
+
|
3070
|
+
Technorati:
|
3071
|
+
parameters:
|
3072
|
+
- q
|
3073
|
+
domains:
|
3074
|
+
- technorati.com
|
3075
|
+
|
3076
|
+
Teoma:
|
3077
|
+
parameters:
|
3078
|
+
- q
|
3079
|
+
domains:
|
3080
|
+
- www.teoma.com
|
3081
|
+
|
3082
|
+
Terra:
|
3083
|
+
parameters:
|
3084
|
+
- query
|
3085
|
+
domains:
|
3086
|
+
- buscador.terra.es
|
3087
|
+
- buscador.terra.cl
|
3088
|
+
- buscador.terra.com.br
|
3089
|
+
|
3090
|
+
Tiscali:
|
3091
|
+
parameters:
|
3092
|
+
- q
|
3093
|
+
- key
|
3094
|
+
domains:
|
3095
|
+
- search.tiscali.it
|
3096
|
+
- search-dyn.tiscali.it
|
3097
|
+
- hledani.tiscali.cz
|
3098
|
+
|
3099
|
+
Tixuma:
|
3100
|
+
parameters:
|
3101
|
+
- sc
|
3102
|
+
domains:
|
3103
|
+
- www.tixuma.de
|
3104
|
+
|
3105
|
+
T-Online:
|
3106
|
+
parameters:
|
3107
|
+
- q
|
3108
|
+
domains:
|
3109
|
+
- suche.t-online.de
|
3110
|
+
- brisbane.t-online.de
|
3111
|
+
- navigationshilfe.t-online.de
|
3112
|
+
|
3113
|
+
Toolbarhome:
|
3114
|
+
parameters:
|
3115
|
+
- q
|
3116
|
+
domains:
|
3117
|
+
- www.toolbarhome.com
|
3118
|
+
- vshare.toolbarhome.com
|
3119
|
+
|
3120
|
+
Trouvez.com:
|
3121
|
+
parameters:
|
3122
|
+
- query
|
3123
|
+
domains:
|
3124
|
+
- www.trouvez.com
|
3125
|
+
|
3126
|
+
TrovaRapido:
|
3127
|
+
parameters:
|
3128
|
+
- q
|
3129
|
+
domains:
|
3130
|
+
- www.trovarapido.com
|
3131
|
+
|
3132
|
+
Trusted-Search:
|
3133
|
+
parameters:
|
3134
|
+
- w
|
3135
|
+
domains:
|
3136
|
+
- www.trusted--search.com
|
3137
|
+
|
3138
|
+
Twingly:
|
3139
|
+
parameters:
|
3140
|
+
- q
|
3141
|
+
domains:
|
3142
|
+
- www.twingly.com
|
3143
|
+
|
3144
|
+
uol.com.br:
|
3145
|
+
parameters:
|
3146
|
+
- q
|
3147
|
+
domains:
|
3148
|
+
- busca.uol.com.br
|
3149
|
+
|
3150
|
+
URL.ORGanizier:
|
3151
|
+
parameters:
|
3152
|
+
- q
|
3153
|
+
domains:
|
3154
|
+
- www.url.org
|
3155
|
+
|
3156
|
+
Vinden:
|
3157
|
+
parameters:
|
3158
|
+
- q
|
3159
|
+
domains:
|
3160
|
+
- www.vinden.nl
|
3161
|
+
|
3162
|
+
Vindex:
|
3163
|
+
parameters:
|
3164
|
+
- search_for
|
3165
|
+
domains:
|
3166
|
+
- www.vindex.nl
|
3167
|
+
- search.vindex.nl
|
3168
|
+
|
3169
|
+
Virgilio:
|
3170
|
+
parameters:
|
3171
|
+
- qs
|
3172
|
+
domains:
|
3173
|
+
- ricerca.virgilio.it
|
3174
|
+
- ricercaimmagini.virgilio.it
|
3175
|
+
- ricercavideo.virgilio.it
|
3176
|
+
- ricercanews.virgilio.it
|
3177
|
+
- mobile.virgilio.it
|
3178
|
+
|
3179
|
+
Voila:
|
3180
|
+
parameters:
|
3181
|
+
- rdata
|
3182
|
+
domains:
|
3183
|
+
- search.ke.voila.fr
|
3184
|
+
- www.lemoteur.fr
|
3185
|
+
|
3186
|
+
Volny:
|
3187
|
+
parameters:
|
3188
|
+
- search
|
3189
|
+
domains:
|
3190
|
+
- web.volny.cz
|
3191
|
+
|
3192
|
+
Walhello :
|
3193
|
+
parameters:
|
3194
|
+
- key
|
3195
|
+
domains:
|
3196
|
+
- www.walhello.info
|
3197
|
+
- www.walhello.com
|
3198
|
+
- www.walhello.de
|
3199
|
+
- www.walhello.nl
|
3200
|
+
|
3201
|
+
Web.de:
|
3202
|
+
parameters:
|
3203
|
+
- su
|
3204
|
+
domains:
|
3205
|
+
- suche.web.de
|
3206
|
+
|
3207
|
+
Web.nl:
|
3208
|
+
parameters:
|
3209
|
+
- zoekwoord
|
3210
|
+
domains:
|
3211
|
+
- www.web.nl
|
3212
|
+
|
3213
|
+
Weborama:
|
3214
|
+
parameters:
|
3215
|
+
- QUERY
|
3216
|
+
domains:
|
3217
|
+
- www.weborama.com
|
3218
|
+
|
3219
|
+
WebSearch:
|
3220
|
+
parameters:
|
3221
|
+
- qkw
|
3222
|
+
- q
|
3223
|
+
domains:
|
3224
|
+
- www.websearch.com
|
3225
|
+
|
3226
|
+
Winamp:
|
3227
|
+
parameters:
|
3228
|
+
- q
|
3229
|
+
domains:
|
3230
|
+
- search.winamp.com
|
3231
|
+
|
3232
|
+
Witch:
|
3233
|
+
parameters:
|
3234
|
+
- search
|
3235
|
+
domains:
|
3236
|
+
- www.witch.de
|
3237
|
+
|
3238
|
+
Wirtualna Polska:
|
3239
|
+
parameters:
|
3240
|
+
- szukaj
|
3241
|
+
domains:
|
3242
|
+
- szukaj.wp.pl
|
3243
|
+
|
3244
|
+
WWW:
|
3245
|
+
parameters:
|
3246
|
+
- query
|
3247
|
+
domains:
|
3248
|
+
- search.www.ee
|
3249
|
+
|
3250
|
+
X-recherche:
|
3251
|
+
parameters:
|
3252
|
+
- MOTS
|
3253
|
+
domains:
|
3254
|
+
- www.x-recherche.com
|
3255
|
+
|
3256
|
+
Yahoo!:
|
3257
|
+
parameters:
|
3258
|
+
- p
|
3259
|
+
- q
|
3260
|
+
domains:
|
3261
|
+
- search.yahoo.com
|
3262
|
+
- yahoo.com
|
3263
|
+
- ar.search.yahoo.com
|
3264
|
+
- ar.yahoo.com
|
3265
|
+
- au.search.yahoo.com
|
3266
|
+
- au.yahoo.com
|
3267
|
+
- br.search.yahoo.com
|
3268
|
+
- br.yahoo.com
|
3269
|
+
- cade.searchde.yahoo.com
|
3270
|
+
- cade.yahoo.com
|
3271
|
+
- chinese.searchinese.yahoo.com
|
3272
|
+
- chinese.yahoo.com
|
3273
|
+
- cn.search.yahoo.com
|
3274
|
+
- cn.yahoo.com
|
3275
|
+
- de.search.yahoo.com
|
3276
|
+
- de.yahoo.com
|
3277
|
+
- dk.search.yahoo.com
|
3278
|
+
- dk.yahoo.com
|
3279
|
+
- es.search.yahoo.com
|
3280
|
+
- es.yahoo.com
|
3281
|
+
- espanol.searchpanol.yahoo.com
|
3282
|
+
- espanol.searchpanol.yahoo.com
|
3283
|
+
- espanol.yahoo.com
|
3284
|
+
- espanol.yahoo.com
|
3285
|
+
- fr.search.yahoo.com
|
3286
|
+
- fr.yahoo.com
|
3287
|
+
- ie.search.yahoo.com
|
3288
|
+
- ie.yahoo.com
|
3289
|
+
- it.search.yahoo.com
|
3290
|
+
- it.yahoo.com
|
3291
|
+
- kr.search.yahoo.com
|
3292
|
+
- kr.yahoo.com
|
3293
|
+
- mx.search.yahoo.com
|
3294
|
+
- mx.yahoo.com
|
3295
|
+
- no.search.yahoo.com
|
3296
|
+
- no.yahoo.com
|
3297
|
+
- nz.search.yahoo.com
|
3298
|
+
- nz.yahoo.com
|
3299
|
+
- one.cn.yahoo.com
|
3300
|
+
- one.searchn.yahoo.com
|
3301
|
+
- qc.search.yahoo.com
|
3302
|
+
- qc.search.yahoo.com
|
3303
|
+
- qc.search.yahoo.com
|
3304
|
+
- qc.yahoo.com
|
3305
|
+
- qc.yahoo.com
|
3306
|
+
- se.search.yahoo.com
|
3307
|
+
- se.search.yahoo.com
|
3308
|
+
- se.yahoo.com
|
3309
|
+
- search.searcharch.yahoo.com
|
3310
|
+
- search.yahoo.com
|
3311
|
+
- uk.search.yahoo.com
|
3312
|
+
- uk.yahoo.com
|
3313
|
+
- www.yahoo.co.jp
|
3314
|
+
- search.yahoo.co.jp
|
3315
|
+
# powered by Yahoo
|
3316
|
+
- www.cercato.it
|
3317
|
+
- search.offerbox.com
|
3318
|
+
- ys.mirostart.com
|
3319
|
+
|
3320
|
+
Yahoo! Images:
|
3321
|
+
parameters:
|
3322
|
+
- p
|
3323
|
+
- q
|
3324
|
+
domains:
|
3325
|
+
- image.yahoo.cn
|
3326
|
+
- images.search.yahoo.com
|
3327
|
+
|
3328
|
+
Yam:
|
3329
|
+
parameters:
|
3330
|
+
- k
|
3331
|
+
domains:
|
3332
|
+
- search.yam.com
|
3333
|
+
|
3334
|
+
Yandex:
|
3335
|
+
parameters:
|
3336
|
+
- text
|
3337
|
+
domains:
|
3338
|
+
- yandex.ru
|
3339
|
+
- yandex.com
|
3340
|
+
- www.yandex.ru
|
3341
|
+
- www.yandex.com
|
3342
|
+
|
3343
|
+
Yandex Images:
|
3344
|
+
parameters:
|
3345
|
+
- text
|
3346
|
+
domains:
|
3347
|
+
- images.yandex.ru
|
3348
|
+
- images.yandex.com
|
3349
|
+
|
3350
|
+
Yasni:
|
3351
|
+
parameters:
|
3352
|
+
- query
|
3353
|
+
domains:
|
3354
|
+
- www.yasni.de
|
3355
|
+
- www.yasni.com
|
3356
|
+
- www.yasni.co.uk
|
3357
|
+
- www.yasni.ch
|
3358
|
+
- www.yasni.at
|
3359
|
+
|
3360
|
+
Yatedo:
|
3361
|
+
parameters:
|
3362
|
+
- q
|
3363
|
+
domains:
|
3364
|
+
- www.yatedo.com
|
3365
|
+
- www.yatedo.fr
|
3366
|
+
|
3367
|
+
# Add Yellowmap:
|
3368
|
+
|
3369
|
+
Yippy:
|
3370
|
+
parameters:
|
3371
|
+
- q
|
3372
|
+
- query
|
3373
|
+
domains:
|
3374
|
+
- search.yippy.com
|
3375
|
+
|
3376
|
+
YouGoo:
|
3377
|
+
parameters:
|
3378
|
+
- q
|
3379
|
+
domains:
|
3380
|
+
- www.yougoo.fr
|
3381
|
+
|
3382
|
+
Zapmeta:
|
3383
|
+
parameters:
|
3384
|
+
- q
|
3385
|
+
- query
|
3386
|
+
domains:
|
3387
|
+
- www.zapmeta.com
|
3388
|
+
- www.zapmeta.nl
|
3389
|
+
- www.zapmeta.de
|
3390
|
+
- uk.zapmeta.com
|
3391
|
+
|
3392
|
+
Zoek:
|
3393
|
+
parameters:
|
3394
|
+
- q
|
3395
|
+
domains:
|
3396
|
+
- www3.zoek.nl
|
3397
|
+
|
3398
|
+
Zhongsou:
|
3399
|
+
parameters:
|
3400
|
+
- w
|
3401
|
+
domains:
|
3402
|
+
- p.zhongsou.com
|
3403
|
+
|
3404
|
+
Zoeken:
|
3405
|
+
parameters:
|
3406
|
+
- q
|
3407
|
+
domains:
|
3408
|
+
- www.zoeken.nl
|
3409
|
+
|
3410
|
+
Zoohoo:
|
3411
|
+
parameters:
|
3412
|
+
- q
|
3413
|
+
domains:
|
3414
|
+
- zoohoo.cz
|