device_detector 1.0.4 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/README.md +8 -7
  4. data/lib/device_detector/browser.rb +364 -0
  5. data/lib/device_detector/client.rb +8 -0
  6. data/lib/device_detector/device.rb +1204 -2
  7. data/lib/device_detector/os.rb +39 -12
  8. data/lib/device_detector/parser.rb +1 -1
  9. data/lib/device_detector/version.rb +1 -1
  10. data/lib/device_detector/version_extractor.rb +28 -0
  11. data/lib/device_detector.rb +57 -13
  12. data/regexes/bots.yml +651 -61
  13. data/regexes/client/browser_engine.yml +7 -1
  14. data/regexes/client/browsers.yml +774 -78
  15. data/regexes/client/feed_readers.yml +4 -10
  16. data/regexes/client/libraries.yml +71 -2
  17. data/regexes/client/mediaplayers.yml +25 -1
  18. data/regexes/client/mobile_apps.yml +923 -73
  19. data/regexes/client/pim.yml +65 -2
  20. data/regexes/device/cameras.yml +5 -5
  21. data/regexes/device/car_browsers.yml +16 -0
  22. data/regexes/device/consoles.yml +13 -1
  23. data/regexes/device/mobiles.yml +17029 -3889
  24. data/regexes/device/notebooks.yml +114 -0
  25. data/regexes/device/portable_media_player.yml +36 -9
  26. data/regexes/device/shell_tv.yml +117 -0
  27. data/regexes/device/televisions.yml +439 -34
  28. data/regexes/oss.yml +620 -284
  29. metadata +9 -131
  30. data/.gitignore +0 -14
  31. data/.rubocop.yml +0 -49
  32. data/.ruby-version +0 -1
  33. data/.travis.yml +0 -14
  34. data/Gemfile +0 -8
  35. data/Rakefile +0 -85
  36. data/device_detector.gemspec +0 -27
  37. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  38. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  39. data/spec/device_detector/concrete_user_agent_spec.rb +0 -135
  40. data/spec/device_detector/detector_fixtures_spec.rb +0 -100
  41. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  42. data/spec/device_detector/device_spec.rb +0 -131
  43. data/spec/device_detector/memory_cache_spec.rb +0 -148
  44. data/spec/device_detector/model_extractor_spec.rb +0 -63
  45. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  46. data/spec/device_detector/version_extractor_spec.rb +0 -79
  47. data/spec/device_detector_spec.rb +0 -189
  48. data/spec/fixtures/client/browser.yml +0 -2836
  49. data/spec/fixtures/client/feed_reader.yml +0 -199
  50. data/spec/fixtures/client/library.yml +0 -193
  51. data/spec/fixtures/client/mediaplayer.yml +0 -163
  52. data/spec/fixtures/client/mobile_app.yml +0 -217
  53. data/spec/fixtures/client/pim.yml +0 -115
  54. data/spec/fixtures/detector/bots.yml +0 -3726
  55. data/spec/fixtures/detector/camera.yml +0 -141
  56. data/spec/fixtures/detector/car_browser.yml +0 -81
  57. data/spec/fixtures/detector/console.yml +0 -321
  58. data/spec/fixtures/detector/desktop.yml +0 -5461
  59. data/spec/fixtures/detector/feature_phone.yml +0 -891
  60. data/spec/fixtures/detector/feed_reader.yml +0 -551
  61. data/spec/fixtures/detector/mediaplayer.yml +0 -253
  62. data/spec/fixtures/detector/mobile_apps.yml +0 -494
  63. data/spec/fixtures/detector/phablet.yml +0 -4167
  64. data/spec/fixtures/detector/portable_media_player.yml +0 -178
  65. data/spec/fixtures/detector/smart_display.yml +0 -61
  66. data/spec/fixtures/detector/smart_speaker.yml +0 -55
  67. data/spec/fixtures/detector/smartphone-1.yml +0 -9927
  68. data/spec/fixtures/detector/smartphone-10.yml +0 -9977
  69. data/spec/fixtures/detector/smartphone-11.yml +0 -9891
  70. data/spec/fixtures/detector/smartphone-12.yml +0 -9906
  71. data/spec/fixtures/detector/smartphone-13.yml +0 -9920
  72. data/spec/fixtures/detector/smartphone-14.yml +0 -2662
  73. data/spec/fixtures/detector/smartphone-2.yml +0 -9992
  74. data/spec/fixtures/detector/smartphone-3.yml +0 -9945
  75. data/spec/fixtures/detector/smartphone-4.yml +0 -9923
  76. data/spec/fixtures/detector/smartphone-5.yml +0 -9914
  77. data/spec/fixtures/detector/smartphone-6.yml +0 -9962
  78. data/spec/fixtures/detector/smartphone-7.yml +0 -9899
  79. data/spec/fixtures/detector/smartphone-8.yml +0 -9931
  80. data/spec/fixtures/detector/smartphone-9.yml +0 -9899
  81. data/spec/fixtures/detector/smartphone.yml +0 -9984
  82. data/spec/fixtures/detector/tablet-1.yml +0 -9995
  83. data/spec/fixtures/detector/tablet-2.yml +0 -9977
  84. data/spec/fixtures/detector/tablet-3.yml +0 -9959
  85. data/spec/fixtures/detector/tablet-4.yml +0 -4528
  86. data/spec/fixtures/detector/tablet.yml +0 -9971
  87. data/spec/fixtures/detector/tv.yml +0 -4933
  88. data/spec/fixtures/detector/unknown.yml +0 -3236
  89. data/spec/fixtures/detector/wearable.yml +0 -61
  90. data/spec/fixtures/device/camera.yml +0 -19
  91. data/spec/fixtures/device/car_browser.yml +0 -13
  92. data/spec/fixtures/device/console.yml +0 -79
  93. data/spec/fixtures/parser/oss.yml +0 -1082
  94. data/spec/fixtures/parser/vendorfragments.yml +0 -168
  95. data/spec/spec_helper.rb +0 -9
@@ -1,3726 +0,0 @@
1
- ---
2
- -
3
- user_agent: 360spider-image
4
- bot:
5
- name: 360Spider
6
- category: Search bot
7
- url: http://www.so.com/help/help_3_2.html
8
- producer:
9
- name: Online Media Group, Inc.
10
- url: ""
11
- -
12
- user_agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322; Tablet PC 2.0); 360Spider
13
- bot:
14
- name: 360Spider
15
- category: Search bot
16
- url: http://www.so.com/help/help_3_2.html
17
- producer:
18
- name: Online Media Group, Inc.
19
- url: ""
20
- -
21
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0); 360Spider
22
- bot:
23
- name: 360Spider
24
- category: Search bot
25
- url: http://www.so.com/help/help_3_2.html
26
- producer:
27
- name: Online Media Group, Inc.
28
- url: ""
29
- -
30
- user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; 360Spider
31
- bot:
32
- name: 360Spider
33
- category: Search bot
34
- url: http://www.so.com/help/help_3_2.html
35
- producer:
36
- name: Online Media Group, Inc.
37
- url: ""
38
- -
39
- user_agent: 'ADmantX Platform Semantic Analyzer - ADmantX Inc. - www.admantx.com - support@admantx.com'
40
- bot:
41
- name: ADMantX
42
- -
43
- user_agent: Aboundex/0.3 (http://www.aboundex.com/crawler/)
44
- bot:
45
- name: Aboundexbot
46
- category: Search bot
47
- url: http://www.aboundex.com/crawler/
48
- producer:
49
- name: Aboundex.com
50
- url: http://www.aboundex.com
51
- -
52
- user_agent: Mozilla/5.0 (compatible; AcoonBot/4.11.1; +http://www.acoon.de/robot.asp)
53
- bot:
54
- name: Acoon
55
- category: Search bot
56
- url: http://www.acoon.de/robot.asp
57
- producer:
58
- name: Acoon GmbH
59
- url: http://www.acoon.de
60
- -
61
- user_agent: AddThis.com robot tech.support@clearspring.com
62
- bot:
63
- name: AddThis.com
64
- category: Social Media Agent
65
- url: ""
66
- producer:
67
- name: Clearspring Technologies, Inc.
68
- url: http://www.clearspring.com
69
- -
70
- user_agent: ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.com)
71
- bot:
72
- name: Alexa Crawler
73
- category: Search bot
74
- url: https://alexa.zendesk.com/hc/en-us/sections/200100794-Crawlers
75
- producer:
76
- name: Alexa Internet
77
- url: http://www.alexa.com
78
- -
79
- user_agent: Mozilla/5.0 (compatible; alexa site audit/1.0; http://www.alexa.com/help/webmasters; )
80
- bot:
81
- name: Alexa Site Audit
82
- category: Site Monitor
83
- url: http://www.alexa.com/help/webmasters
84
- producer:
85
- name: Alexa Internet
86
- url: http://www.alexa.com
87
- -
88
- user_agent: Amazon Route 53 Health Check Service; ref:xxxxxxxx-xxxx-xxxxxxxxx-xxxxxxxxxxxx; report http://amzn.to/xxxxxxx
89
- bot:
90
- name: Amazon Route53 Health Check
91
- category: Service Agent
92
- producer:
93
- name: Amazon Web Services
94
- url: https://aws.amazon.com/
95
- -
96
- user_agent: Amazon-Route53-Health-Check-Service (ref b0eb04d5-cb5e-40e7-839b-558e52fc3f0d; report http://amzn.to/1vsZADi)
97
- bot:
98
- name: Amazon Route53 Health Check
99
- category: Service Agent
100
- producer:
101
- name: Amazon Web Services
102
- url: https://aws.amazon.com/
103
- -
104
- user_agent: AmorankSpider/0.1; +http://amorank.com/webcrawler.html
105
- bot:
106
- name: Amorank Spider
107
- category: Crawler
108
- url: http://amorank.com/webcrawler.html
109
- producer:
110
- name: Amorank
111
- url: http://www.amorank.com
112
- -
113
- user_agent: 'Curious George - www.analyticsseo.com/crawler'
114
- bot:
115
- name: Analytics SEO Crawler
116
- category: Crawler
117
- url: http://www.analyticsseo.com/crawler
118
- producer:
119
- name: Analytics SEO
120
- url: http://www.analyticsseo.com
121
- -
122
- user_agent: ApacheBench/2.3
123
- bot:
124
- name: ApacheBench
125
- category: Benchmark
126
- url: https://httpd.apache.org/docs/2.4/programs/ab.html
127
- producer:
128
- name: The Apache Software Foundation
129
- url: http://www.apache.org/foundation/
130
- -
131
- user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10 _1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)
132
- bot:
133
- name: Applebot
134
- category: Crawler
135
- url: http://www.apple.com/go/applebot
136
- producer:
137
- name: Apple Inc
138
- url: http://www.apple.com
139
- -
140
- user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1)
141
- bot:
142
- name: Applebot
143
- category: Crawler
144
- url: http://www.apple.com/go/applebot
145
- producer:
146
- name: Apple Inc
147
- url: http://www.apple.com
148
- -
149
- user_agent: Arachni/v1.5.1
150
- bot:
151
- name: Arachni
152
- category: Security Checker
153
- url: http://www.arachni-scanner.com
154
- producer:
155
- name: Sarosys LLC
156
- url: http://www.sarosys.com/
157
- -
158
- user_agent: Mozilla/2.0 (compatible; Ask Jeeves/Teoma)
159
- bot:
160
- name: Ask Jeeves
161
- category: Search bot
162
- url: ""
163
- producer:
164
- name: Ask Jeeves Inc.
165
- url: http://www.ask.com
166
- -
167
- user_agent: Mozilla/5.0 (compatible;AspiegelBot)
168
- bot:
169
- name: AspiegelBot
170
- category: Crawler
171
- url: https://aspiegel.com/
172
- producer:
173
- name: Huawei
174
- url: https://www.huawei.com/
175
- -
176
- user_agent: Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot)
177
- bot:
178
- name: AspiegelBot
179
- category: Crawler
180
- url: https://aspiegel.com/
181
- producer:
182
- name: Huawei
183
- url: https://www.huawei.com/
184
- -
185
- user_agent: AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
186
- bot:
187
- name: Awario
188
- category: Feed Fetcher
189
- url: https://awario.com/bots.html
190
- producer:
191
- name: Awario
192
- url: https://awario.com/
193
- -
194
- user_agent: AwarioSmartBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
195
- bot:
196
- name: Awario
197
- category: Search bot
198
- url: https://awario.com/bots.html
199
- producer:
200
- name: Awario
201
- url: https://awario.com/
202
- -
203
- user_agent: Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)
204
- bot:
205
- name: BLEXBot Crawler
206
- category: Crawler
207
- url: http://webmeup-crawler.com
208
- producer:
209
- name: WebMeUp
210
- url: http://webmeup.com
211
- -
212
- user_agent: BUbiNG (+http://law.di.unimi.it/BUbiNG.html)
213
- bot:
214
- name: BUbiNG
215
- category: Crawler
216
- url: http://law.di.unimi.it/BUbiNG.html
217
- producer:
218
- name: The Laboratory for Web Algorithmics (LAW)
219
- url: 'http://law.di.unimi.it/software.php#buging'
220
- -
221
- user_agent: Backlink-Check.de (+http://www.backlink-check.de/bot.html)
222
- bot:
223
- name: Backlink-Check.de
224
- category: Crawler
225
- url: http://www.backlink-check.de/bot.html
226
- producer:
227
- name: Mediagreen Medienservice
228
- url: http://www.backlink-check.de
229
- -
230
- user_agent: BacklinkCrawler (http://www.backlinktest.com/crawler.html)
231
- bot:
232
- name: BacklinkCrawler
233
- category: Crawler
234
- url: http://www.backlinktest.com/crawler.html
235
- producer:
236
- name: 2.0Promotion GbR
237
- url: http://www.backlinktest.com
238
- -
239
- user_agent: Baiduspider+(+http://www.baidu.com/search/spider.htm)
240
- bot:
241
- name: Baidu Spider
242
- category: Search bot
243
- url: http://www.baidu.com/search/spider.htm
244
- producer:
245
- name: Baidu
246
- url: http://www.baidu.com
247
- -
248
- user_agent: Baiduspider-image+(+http://www.baidu.com/search/spider.htm)
249
- bot:
250
- name: Baidu Spider
251
- category: Search bot
252
- url: http://www.baidu.com/search/spider.htm
253
- producer:
254
- name: Baidu
255
- url: http://www.baidu.com
256
- -
257
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; baidu Transcoder;)
258
- bot:
259
- name: Baidu Spider
260
- category: Search bot
261
- url: http://www.baidu.com/search/spider.htm
262
- producer:
263
- name: Baidu
264
- url: http://www.baidu.com
265
- -
266
- user_agent: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search
267
- bot:
268
- name: Baidu Spider
269
- category: Search bot
270
- url: http://www.baidu.com/search/spider.htm
271
- producer:
272
- name: Baidu
273
- url: http://www.baidu.com
274
- -
275
- user_agent: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
276
- bot:
277
- name: Baidu Spider
278
- category: Search bot
279
- url: http://www.baidu.com/search/spider.htm
280
- producer:
281
- name: Baidu
282
- url: http://www.baidu.com
283
- -
284
- user_agent: Mozilla/5.0 (Linux;u;Android 2.3.7;zh-cn;) AppleWebKit/533.1 (KHTML,like Gecko) Version/4.0 Mobile Safari/533.1 (compatible; +http://www.baidu.com/search/spider.html)
285
- bot:
286
- name: Baidu Spider
287
- category: Search bot
288
- url: http://www.baidu.com/search/spider.htm
289
- producer:
290
- name: Baidu
291
- url: http://www.baidu.com
292
- -
293
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.8;baidu Transcoder) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729)
294
- bot:
295
- name: Baidu Spider
296
- category: Search bot
297
- url: http://www.baidu.com/search/spider.htm
298
- producer:
299
- name: Baidu
300
- url: http://www.baidu.com
301
- -
302
- user_agent: Mozilla/5.0 (compatible; BazQux/2.4; +https://bazqux.com/fetcher; 2 subscribers)
303
- bot:
304
- name: BazQux Reader
305
- url: https://bazqux.com/fetcher
306
- category: Feed Fetcher
307
- producer:
308
- name: ""
309
- url: ""
310
- -
311
- user_agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)
312
- bot:
313
- name: BingBot
314
- category: Search bot
315
- url: http://search.msn.com/msnbot.htmn
316
- producer:
317
- name: Microsoft Corporation
318
- url: http://www.microsoft.com
319
- -
320
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b
321
- bot:
322
- name: BingBot
323
- category: Search bot
324
- url: http://search.msn.com/msnbot.htmn
325
- producer:
326
- name: Microsoft Corporation
327
- url: http://www.microsoft.com
328
- -
329
- user_agent: msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)
330
- bot:
331
- name: BingBot
332
- category: Search bot
333
- url: http://search.msn.com/msnbot.htmn
334
- producer:
335
- name: Microsoft Corporation
336
- url: http://www.microsoft.com
337
- -
338
- user_agent: msnbot-NewsBlogs/2.0b (+http://search.msn.com/msnbot.htm)
339
- bot:
340
- name: BingBot
341
- category: Search bot
342
- url: http://search.msn.com/msnbot.htmn
343
- producer:
344
- name: Microsoft Corporation
345
- url: http://www.microsoft.com
346
- -
347
- user_agent: msnbot/1.1 (+http://search.msn.com/msnbot.htm)
348
- bot:
349
- name: BingBot
350
- category: Search bot
351
- url: http://search.msn.com/msnbot.htmn
352
- producer:
353
- name: Microsoft Corporation
354
- url: http://www.microsoft.com
355
- -
356
- user_agent: msnbot/2.0b (+http://search.msn.com/msnbot.htm)
357
- bot:
358
- name: BingBot
359
- category: Search bot
360
- url: http://search.msn.com/msnbot.htmn
361
- producer:
362
- name: Microsoft Corporation
363
- url: http://www.microsoft.com
364
- -
365
- user_agent: msnbot/2.0b v1394720947.6703
366
- bot:
367
- name: BingBot
368
- category: Search bot
369
- url: http://search.msn.com/msnbot.htmn
370
- producer:
371
- name: Microsoft Corporation
372
- url: http://www.microsoft.com
373
- -
374
- user_agent: MSNBot/Nutch-1.5.1
375
- bot:
376
- name: BingBot
377
- category: Search bot
378
- url: http://search.msn.com/msnbot.htmn
379
- producer:
380
- name: Microsoft Corporation
381
- url: http://www.microsoft.com
382
- -
383
- user_agent: bitlybot/3.0
384
- bot:
385
- name: BitlyBot
386
- category: Crawler
387
- url: https://bitly.com
388
- producer:
389
- name: Bitly, Inc.
390
- url: https://bitly.com
391
- -
392
- user_agent: Mozilla/5.0 (compatible; Blekkobot; ScoutJet; +http://blekko.com/about/blekkobot)
393
- bot:
394
- name: Blekkobot
395
- category: Search bot
396
- url: http://blekko.com/about/blekkobot
397
- producer:
398
- name: Blekko
399
- url: http://blekko.com
400
- -
401
- user_agent: Bloglovin/1.0 (http://www.bloglovin.com; 1 subscribers)
402
- bot:
403
- name: Bloglovin
404
- url: http://www.bloglovin.com
405
- category: Feed Fetcher
406
- producer:
407
- name: ""
408
- url: ""
409
- -
410
- user_agent: Blogtrottr/2.0
411
- bot:
412
- name: Blogtrottr
413
- url: ""
414
- category: Feed Fetcher
415
- producer:
416
- name: Blogtrottr Ltd
417
- url: https://blogtrottr.com/
418
- -
419
- user_agent: BoardReader Favicon Fetcher /1.0 info@boardreader.com
420
- bot:
421
- name: BoardReader
422
- category: Search bot
423
- url: http://boardreader.com/
424
- producer:
425
- name: Effyis Inc
426
- url: http://boardreader.com/
427
- -
428
- user_agent: BoardReader Blog Indexer(http://boardreader.com)
429
- bot:
430
- name: BoardReader Blog Indexer
431
- category: Crawler
432
- producer:
433
- name: BoardReader
434
- url: http://boardreader.com/
435
- -
436
- user_agent: Mozilla/5.0 (compatible; BountiiBot/1.1; +http://bountii.com/contact.php)
437
- bot:
438
- name: Bountii Bot
439
- category: Search bot
440
- url: http://bountii.com/contact.php
441
- producer:
442
- name: Bountii Inc.
443
- url: http://bountii.com
444
- -
445
- user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/55.0 BrandVerity/1.0 (http://www.brandverity.com/why-is-brandverity-visiting-me)
446
- bot:
447
- name: BrandVerity
448
- category: Crawler
449
- url: https://www.brandverity.com/why-is-brandverity-visiting-me
450
- producer:
451
- name: BrandVerity, Inc.
452
- url: https://www.brandverity.com/
453
- -
454
- user_agent: Browsershots
455
- bot:
456
- name: Browsershots
457
- category: Service Agent
458
- url: http://browsershots.org/faq
459
- producer:
460
- name: Browsershots.org
461
- url: http://browsershots.org
462
- -
463
- user_agent: Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)
464
- bot:
465
- name: Buck
466
- category: Search bot
467
- url: https://hypefactors.com/
468
- producer:
469
- name: Hypefactors A/S
470
- url: https://hypefactors.com/
471
- -
472
- user_agent: Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8
473
- bot:
474
- name: Butterfly Robot
475
- category: Search bot
476
- url: http://labs.topsy.com/butterfly
477
- producer:
478
- name: Topsy Labs
479
- url: http://labs.topsy.com
480
- -
481
- user_agent: Mozilla/5.0 (Macintosh; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8
482
- bot:
483
- name: Butterfly Robot
484
- category: Search bot
485
- url: http://labs.topsy.com/butterfly
486
- producer:
487
- name: Topsy Labs
488
- url: http://labs.topsy.com
489
- -
490
- user_agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5668.1446 Mobile Safari/537.36; Bytespider;bytespider@bytedance.com
491
- bot:
492
- name: Bytespider
493
- category: Search bot
494
- url: https://bytedance.com/
495
- producer:
496
- name: ByteDance Ltd.
497
- url: https://bytedance.com/
498
- -
499
- user_agent: CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html)
500
- bot:
501
- name: CATExplorador
502
- category: Search bot
503
- url: https://fundacio.cat/ca/domini/
504
- producer:
505
- name: Fundació puntCAT
506
- url: https://fundacio.cat/ca/domini/
507
- -
508
- user_agent: Mozilla/5.0 (compatible; CareerBot/1.1; +http://www.career-x.de/bot.html)
509
- bot:
510
- name: CareerBot
511
- category: Crawler
512
- url: http://www.career-x.de/bot.html
513
- producer:
514
- name: career-x GmbH
515
- url: http://www.career-x.de
516
- -
517
- user_agent: Castro 2, Episode Duration Lookup
518
- bot:
519
- name: Castro 2
520
- category: Service Agent
521
- url: http://supertop.co/castro/
522
- producer:
523
- name: Supertop
524
- url: http://supertop.co
525
- -
526
- user_agent: Cliqzbot/0.1 (+http://cliqz.com/company/cliqzbot)
527
- bot:
528
- name: Cliqzbot
529
- category: Crawler
530
- url: http://cliqz.com/company/cliqzbot
531
- producer:
532
- name: 10betterpages GmbH
533
- url: http://cliqz.com
534
- -
535
- user_agent: Mozilla/5.0 (compatible; Cloudflare-AMP/1.0; +https://amp.cloudflare.com/doc/fetcher.html) AppleWebKit/534.34
536
- bot:
537
- name: CloudFlare AMP Fetcher
538
- category: Crawler
539
- url: https://amp.cloudflare.com/doc/fetcher.html
540
- producer:
541
- name: CloudFlare
542
- url: http://www.cloudflare.com
543
- -
544
- user_agent: Mozilla/5.0 (compatible; CloudFlare-AlwaysOnline/1.0; +http://www.cloudflare.com/always-online) AppleWebKit/534.34
545
- bot:
546
- name: CloudFlare Always Online
547
- category: Site Monitor
548
- url: http://www.cloudflare.com/always-online
549
- producer:
550
- name: CloudFlare
551
- url: http://www.cloudflare.com
552
- -
553
- user_agent: collectd/5.5.1
554
- bot:
555
- name: Collectd
556
- url: https://collectd.org/
557
- category: Site Monitor
558
- producer:
559
- name: Collectd
560
- url: https://collectd.org/
561
- -
562
- user_agent: CommaFeed/1.0 (http://www.commafeed.com)
563
- bot:
564
- name: CommaFeed
565
- url: http://www.commafeed.com
566
- category: Feed Fetcher
567
- producer:
568
- name: ""
569
- url: ""
570
- -
571
- user_agent: coccocbot-web/1.0 (+http://help.coccoc.com/searchengine)
572
- bot:
573
- name: Cốc Cốc Bot
574
- category: Search bot
575
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
576
- producer:
577
- name: Cốc Cốc
578
- url: https://coccoc.com/
579
- -
580
- user_agent: Mozilla/5.0 (compatible; coccoc/1.0; +http://help.coccoc.com/)
581
- bot:
582
- name: Cốc Cốc Bot
583
- category: Search bot
584
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
585
- producer:
586
- name: Cốc Cốc
587
- url: https://coccoc.com/
588
- -
589
- user_agent: Mozilla/5.0 (compatible; coccocbot-ads/1.0; +http://help.coccoc.com/searchengine)
590
- bot:
591
- name: Cốc Cốc Bot
592
- category: Search bot
593
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
594
- producer:
595
- name: Cốc Cốc
596
- url: https://coccoc.com/
597
- -
598
- user_agent: Mozilla/5.0 (compatible; coccocbot-fast/1.0; +http://help.coccoc.com/searchengine)
599
- bot:
600
- name: Cốc Cốc Bot
601
- category: Search bot
602
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
603
- producer:
604
- name: Cốc Cốc
605
- url: https://coccoc.com/
606
- -
607
- user_agent: Mozilla/5.0 (compatible; coccocbot-image/1.0; +http://help.coccoc.com/searchengine)
608
- bot:
609
- name: Cốc Cốc Bot
610
- category: Search bot
611
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
612
- producer:
613
- name: Cốc Cốc
614
- url: https://coccoc.com/
615
- -
616
- user_agent: Mozilla/5.0 (compatible; coccocbot-shopping/1.0; +http://help.coccoc.com/searchengine)
617
- bot:
618
- name: Cốc Cốc Bot
619
- category: Search bot
620
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
621
- producer:
622
- name: Cốc Cốc
623
- url: https://coccoc.com/
624
- -
625
- user_agent: Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine)
626
- bot:
627
- name: Cốc Cốc Bot
628
- category: Search bot
629
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
630
- producer:
631
- name: Cốc Cốc
632
- url: https://coccoc.com/
633
- -
634
- user_agent: Mozilla/5.0 (compatible; coccocbot/1.0; +http://help.coccoc.com/searchengine)
635
- bot:
636
- name: Cốc Cốc Bot
637
- category: Search bot
638
- url: https://help.coccoc.com/en/search-engine/coccoc-robots
639
- producer:
640
- name: Cốc Cốc
641
- url: https://coccoc.com/
642
- -
643
- user_agent: Datadog Agent/5.10.1
644
- bot:
645
- name: Datadog Agent
646
- url: https://github.com/DataDog/dd-agent
647
- category: Site Monitor
648
- producer:
649
- name: Datadog
650
- url: https://www.datadoghq.com/
651
- -
652
- user_agent: Mozilla/5.0 (X11; Datanyze; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
653
- bot:
654
- name: Datanyze
655
- url: ""
656
- category: Crawler
657
- producer:
658
- name: Datanyze
659
- url: https://www.datanyze.com
660
- -
661
- user_agent: Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)
662
- bot:
663
- name: Dataprovider
664
- category: Crawler
665
- url: ""
666
- producer:
667
- name: Dataprovider B.V.
668
- url: https://www.dataprovider.com/
669
- -
670
- user_agent: Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0;
671
- bot:
672
- name: Daum
673
- category: Search bot
674
- url: http://tab.search.daum.net/aboutWebSearch_en.html
675
- producer:
676
- name: Daum Communications Corp.
677
- url: http://www.kakaocorp.com/main
678
- -
679
- user_agent: Mozilla/5.0 (compatible; MSIE or Firefox mutant;) Daum 4.1
680
- bot:
681
- name: Daum
682
- category: Search bot
683
- url: http://tab.search.daum.net/aboutWebSearch_en.html
684
- producer:
685
- name: Daum Communications Corp.
686
- url: http://www.kakaocorp.com/main
687
- -
688
- user_agent: Mozilla/5.0 (compatible; Dazoobot/0.1; +http://dazoo.fr)
689
- bot:
690
- name: Dazoobot
691
- category: Search bot
692
- url: ""
693
- producer:
694
- name: DAZOO.FR
695
- url: http://dazoo.fr
696
- -
697
- user_agent: Mozilla/5.0 (compatible; discobot/1.0; +http://discoveryengine.com/discobot.html)
698
- bot:
699
- name: Discobot
700
- category: Search bot
701
- url: http://discoveryengine.com/discobot.html
702
- producer:
703
- name: Discovery Engine
704
- url: http://discoveryengine.com
705
- -
706
- user_agent: 'Domain Re-Animator Bot (http://domainreanimator.com) - support@domainreanimator.com'
707
- bot:
708
- name: Domain Re-Animator Bot
709
- category: Crawler
710
- url: ""
711
- producer:
712
- name: Domain Re-Animator, LLC
713
- url: http://domainreanimator.com
714
- -
715
- user_agent: support@domainreanimator.com
716
- bot:
717
- name: Domain Re-Animator Bot
718
- category: Crawler
719
- url: ""
720
- producer:
721
- name: Domain Re-Animator, LLC
722
- url: http://domainreanimator.com
723
- -
724
- user_agent: dotbot
725
- bot:
726
- name: DotBot
727
- category: Crawler
728
- url: http://www.opensiteexplorer.org/dotbot
729
- producer:
730
- name: SEOmoz, Inc.
731
- url: http://moz.com/
732
- -
733
- user_agent: DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)
734
- bot:
735
- name: DuckDuckGo Bot
736
- category: Search bot
737
- url: https://duckduckgo.com/duckduckbot
738
- producer:
739
- name: DuckDuckGo
740
- url: https://duckduckgo.com/
741
- -
742
- user_agent: Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)
743
- bot:
744
- name: DuckDuckGo Bot
745
- category: Search bot
746
- url: https://duckduckgo.com/duckduckbot
747
- producer:
748
- name: DuckDuckGo
749
- url: https://duckduckgo.com/
750
- -
751
- user_agent: EMail Exractor
752
- bot:
753
- name: EMail Exractor
754
- category: Crawler
755
- url: ""
756
- producer:
757
- name: ""
758
- url: ""
759
- -
760
- user_agent: Mozilla/5.0 (compatible; EasouSpider; +http://www.easou.com/search/spider.html)
761
- bot:
762
- name: Easou Spider
763
- category: Search bot
764
- url: http://www.easou.com/search/spider.html
765
- producer:
766
- name: easou ICP
767
- url: http://www.easou.com
768
- -
769
- user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us; EasouSpider; +http://www.easou.com/search/spider.html)
770
- bot:
771
- name: Easou Spider
772
- category: Search bot
773
- url: http://www.easou.com/search/spider.html
774
- producer:
775
- name: easou ICP
776
- url: http://www.easou.com
777
- -
778
- user_agent: Mozilla/5.0 (compatible; Embedly/0.2; +http://support.embed.ly/)
779
- bot:
780
- name: Embedly
781
- category: Crawler
782
- url: https://support.embed.ly/hc/en-us
783
- producer:
784
- name: A Medium, Corp.
785
- url: https://medium.com/
786
- -
787
- user_agent: Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot)
788
- bot:
789
- name: ExaBot
790
- category: Crawler
791
- url: http://www.exabot.com/go/robot
792
- producer:
793
- name: Dassault Systèmes
794
- url: http://www.3ds.com
795
- -
796
- user_agent: Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)
797
- bot:
798
- name: ExaBot
799
- category: Crawler
800
- url: http://www.exabot.com/go/robot
801
- producer:
802
- name: Dassault Systèmes
803
- url: http://www.3ds.com
804
- -
805
- user_agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko) (Exabot-Thumbnails)
806
- bot:
807
- name: ExaBot
808
- category: Crawler
809
- url: http://www.exabot.com/go/robot
810
- producer:
811
- name: Dassault Systèmes
812
- url: http://www.3ds.com
813
- -
814
- user_agent: ExactSeek Crawler (nutch 1.4)/Nutch-1.4 (ExactSeek Crawler; http://www.exactseek.com)
815
- bot:
816
- name: ExactSeek Crawler
817
- category: Search bot
818
- url: http://www.exactseek.com
819
- producer:
820
- name: Jayde Online, Inc.
821
- url: http://www.jaydeonlineinc.com
822
- -
823
- user_agent: Mozilla/5.0 (compatible; Ezooms/1.0; help@moz.com)
824
- bot:
825
- name: Ezooms
826
- category: Crawler
827
- url: ""
828
- producer:
829
- name: SEOmoz, Inc.
830
- url: http://moz.com/
831
- -
832
- user_agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
833
- bot:
834
- name: Facebook External Hit
835
- category: Social Media Agent
836
- url: https://www.facebook.com/externalhit_uatext.php
837
- producer:
838
- name: Facebook
839
- url: http://www.facebook.com
840
- -
841
- user_agent: facebookexternalua
842
- bot:
843
- name: Facebook External Hit
844
- category: Social Media Agent
845
- url: https://www.facebook.com/externalhit_uatext.php
846
- producer:
847
- name: Facebook
848
- url: http://www.facebook.com
849
- -
850
- user_agent: facebookplatform/1.0 (+http://developers.facebook.com)
851
- bot:
852
- name: Facebook External Hit
853
- category: Social Media Agent
854
- url: https://www.facebook.com/externalhit_uatext.php
855
- producer:
856
- name: Facebook
857
- url: http://www.facebook.com
858
- -
859
- user_agent: Feed Wrangler/1.0 (3 subscribers; feed-id=248559; http://feedwrangler.net; Allow like Gecko)
860
- bot:
861
- name: Feed Wrangler
862
- url: https://feedwrangler.net/
863
- category: Feed Fetcher
864
- producer:
865
- name: 'David Smith & Developing Perspective, LLC'
866
- url: https://david-smith.org
867
- -
868
- user_agent: FeedBurner/1.0 (http://www.FeedBurner.com)
869
- bot:
870
- name: FeedBurner
871
- url: http://www.feedburner.com
872
- category: Feed Fetcher
873
- producer:
874
- name: ""
875
- url: ""
876
- -
877
- user_agent: 'Feedbin - 9 subscribers'
878
- bot:
879
- name: Feedbin
880
- url: http://feedbin.com/
881
- category: Feed Fetcher
882
- producer:
883
- name: ""
884
- url: ""
885
- -
886
- user_agent: Feedly/1.0 (+http://www.feedly.com/fetcher.html; like FeedFetcher-Google)
887
- bot:
888
- name: Feedly
889
- url: http://www.feedly.com
890
- category: Feed Fetcher
891
- producer:
892
- name: ""
893
- url: ""
894
- -
895
- user_agent: FeedlyApp/1.0 (http://www.feedly.com)
896
- bot:
897
- name: Feedly
898
- url: http://www.feedly.com
899
- category: Feed Fetcher
900
- producer:
901
- name: ""
902
- url: ""
903
- -
904
- user_agent: FeedlyBot/1.0 (http://feedly.com)
905
- bot:
906
- name: Feedly
907
- url: http://www.feedly.com
908
- category: Feed Fetcher
909
- producer:
910
- name: ""
911
- url: ""
912
- -
913
- user_agent: MetaFeedly/1.0 (http://www.feedly.com)
914
- bot:
915
- name: Feedly
916
- url: http://www.feedly.com
917
- category: Feed Fetcher
918
- producer:
919
- name: ""
920
- url: ""
921
- -
922
- user_agent: Feedspot http://www.feedspot.com
923
- bot:
924
- name: Feedspot
925
- url: http://www.feedspot.com
926
- category: Feed Fetcher
927
- producer:
928
- name: ""
929
- url: ""
930
- -
931
- user_agent: Fever/1.38 (Feed Parser; http://feedafever.com; Allow like Gecko)
932
- bot:
933
- name: Fever
934
- url: http://feedafever.com/
935
- category: Feed Fetcher
936
- producer:
937
- name: ""
938
- url: ""
939
- -
940
- user_agent: Mozilla/5.0 (compatible; Findxbot/1.0; +http://www.findxbot.com)
941
- bot:
942
- name: Findxbot
943
- category: Crawler
944
- url: http://www.findxbot.com
945
- -
946
- user_agent: Mozilla/5.0 (compatible; FlipboardProxy/1.2; +http://flipboard.com/browserproxy)
947
- bot:
948
- name: Flipboard
949
- url: http://flipboard.com/browserproxy
950
- category: Feed Fetcher
951
- producer:
952
- name: Flipboard
953
- url: http://flipboard.com/
954
- -
955
- user_agent: Mozilla/5.0 (compatible; FlipboardRSS/1.2; +http://flipboard.com/browserproxy)
956
- bot:
957
- name: Flipboard
958
- url: http://flipboard.com/browserproxy
959
- category: Feed Fetcher
960
- producer:
961
- name: Flipboard
962
- url: http://flipboard.com/
963
- -
964
- user_agent: freshrss/0.8-dev (Linux; http://freshrss.org) SimplePie/1.4-dev-FreshRSS
965
- bot:
966
- name: FreshRSS
967
- category: Feed Fetcher
968
- url: https://freshrss.org/
969
- -
970
- user_agent: FreshRSS/1.12.0 (Linux; https://freshrss.org)
971
- bot:
972
- name: FreshRSS
973
- category: Feed Fetcher
974
- url: https://freshrss.org/
975
- -
976
- user_agent: Mozilla/5.0 (X11; Linux x86_64; GTmetrix https://gtmetrix.com/) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
977
- bot:
978
- name: GTmetrix
979
- category: Crawler
980
- url: https://gtmetrix.com/
981
- producer:
982
- name: Carbon60 Operating Co. Ltd.
983
- url: https://www.carbon60.com/
984
- -
985
- user_agent: 7Siters/1.07 (+https://7ooo.ru/siters/)
986
- bot:
987
- name: Generic Bot
988
- -
989
- user_agent: COMODO SSL Checker
990
- bot:
991
- name: Generic Bot
992
- -
993
- user_agent: help@dataminr.com
994
- bot:
995
- name: Generic Bot
996
- -
997
- user_agent: 'HybridBot (hybrid.ru/about. If our bot caused problems please contact us. Contact email: m.lyashkov@targetix.net)'
998
- bot:
999
- name: Generic Bot
1000
- -
1001
- user_agent: 'Mozilla/5.0 (compatible; +centuryb.o.t9[at]gmail.com)'
1002
- bot:
1003
- name: Generic Bot
1004
- -
1005
- user_agent: Mozilla/5.0 (compatible; +http://tweetedtimes.com)
1006
- bot:
1007
- name: Generic Bot
1008
- -
1009
- user_agent: Mozilla/5.0 (compatible; Shareaholicbot/2.0; +http://www.shareaholic.com/bot)
1010
- bot:
1011
- name: Generic Bot
1012
- -
1013
- user_agent: Mozilla/5.0 (compatible; TrendsmapResolver/0.1)
1014
- bot:
1015
- name: Generic Bot
1016
- -
1017
- user_agent: niki-bot
1018
- bot:
1019
- name: Generic Bot
1020
- -
1021
- user_agent: PHPCrawl
1022
- bot:
1023
- name: Generic Bot
1024
- -
1025
- user_agent: robots
1026
- bot:
1027
- name: Generic Bot
1028
- -
1029
- user_agent: SeopultContentAnalyzer/1.0
1030
- bot:
1031
- name: Generic Bot
1032
- -
1033
- user_agent: Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)
1034
- bot:
1035
- name: Genieo Web filter
1036
- category: ""
1037
- url: http://www.genieo.com/webfilter.html
1038
- producer:
1039
- name: Genieo
1040
- url: http://www.genieo.com
1041
- -
1042
- user_agent: GigablastOpenSource/1.0
1043
- bot:
1044
- name: Gigablast
1045
- category: Search bot
1046
- url: https://github.com/gigablast/open-source-search-engine
1047
- producer:
1048
- name: Matt Wells
1049
- url: http://www.gigablast.com/faq.html
1050
- -
1051
- user_agent: Mozilla/5.0 (compatible; Gluten Free Crawler/1.0; +http://glutenfreepleasure.com/)
1052
- bot:
1053
- name: Gluten Free Crawler
1054
- category: Crawler
1055
- url: http://glutenfreepleasure.com/
1056
- producer:
1057
- name: ""
1058
- url: ""
1059
- -
1060
- user_agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)
1061
- bot:
1062
- name: Gmail Image Proxy
1063
- category: Crawler
1064
- url: ""
1065
- producer:
1066
- name: Google Inc.
1067
- url: http://www.google.com
1068
- -
1069
- user_agent: DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
1070
- bot:
1071
- name: Goo
1072
- category: Search bot
1073
- url: http://search.goo.ne.jp/option/use/sub4/sub4-1
1074
- producer:
1075
- name: NTT Resonant
1076
- url: http://goo.ne.jp
1077
- -
1078
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon
1079
- bot:
1080
- name: Google Favicon
1081
- category: Crawler
1082
- -
1083
- user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; en-us) AppleWebKit/537.4 (KHTML, like Gecko; Google Page Speed Insights) Version/4.0.5 Mobile/8A306 Safari/6531.22.7
1084
- bot:
1085
- name: Google PageSpeed Insights
1086
- category: Site Monitor
1087
- url: http://developers.google.com/speed/pagespeed/insights/
1088
- producer:
1089
- name: Google Inc.
1090
- url: http://www.google.com
1091
- -
1092
- user_agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1 google_partner_monitoring FWSzVTDDBz14547302713138T
1093
- bot:
1094
- name: Google Partner Monitoring
1095
- category: Site Monitor
1096
- url: ""
1097
- producer:
1098
- name: Google Inc.
1099
- url: http://www.google.com
1100
- -
1101
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Search Console) Chrome/41.0.2272.118 Safari/537.36
1102
- bot:
1103
- name: Google Search Console
1104
- category: Crawler
1105
- url: https://search.google.com/search-console/about
1106
- producer:
1107
- name: Google Inc.
1108
- url: http://www.google.com
1109
- -
1110
- user_agent: Google-Structured-Data-Testing-Tool +https://search.google.com/structured-data/testing-tool)
1111
- bot:
1112
- name: Google Structured Data Testing Tool
1113
- category: Validator
1114
- url: https://search.google.com/structured-data/testing-tool
1115
- producer:
1116
- name: Google Inc.
1117
- url: http://www.google.com
1118
- -
1119
- user_agent: AdsBot-Google (+http://www.google.com/adsbot.html)
1120
- bot:
1121
- name: Googlebot
1122
- category: Search bot
1123
- url: http://www.google.com/bot.html
1124
- producer:
1125
- name: Google Inc.
1126
- url: http://www.google.com
1127
- -
1128
- user_agent: AdsBot-Google-Mobile (+http://www.google.com/mobile/adsbot.html) Mozilla (iPhone; U; CPU iPhone OS 3 0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile Safari
1129
- bot:
1130
- name: Googlebot
1131
- category: Search bot
1132
- url: http://www.google.com/bot.html
1133
- producer:
1134
- name: Google Inc.
1135
- url: http://www.google.com
1136
- -
1137
- user_agent: APIs-Google (+https://developers.google.com/webmasters/APIs-Google.html)
1138
- bot:
1139
- name: Googlebot
1140
- category: Search bot
1141
- url: http://www.google.com/bot.html
1142
- producer:
1143
- name: Google Inc.
1144
- url: http://www.google.com
1145
- -
1146
- user_agent: DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
1147
- bot:
1148
- name: Googlebot
1149
- category: Search bot
1150
- url: http://www.google.com/bot.html
1151
- producer:
1152
- name: Google Inc.
1153
- url: http://www.google.com
1154
- -
1155
- user_agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 19 subscribers; feed-id=13965549748850348809)
1156
- bot:
1157
- name: Googlebot
1158
- category: Search bot
1159
- url: http://www.google.com/bot.html
1160
- producer:
1161
- name: Google Inc.
1162
- url: http://www.google.com
1163
- -
1164
- user_agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 2 subscribers; feed-id=17860707833818568603)
1165
- bot:
1166
- name: Googlebot
1167
- category: Search bot
1168
- url: http://www.google.com/bot.html
1169
- producer:
1170
- name: Google Inc.
1171
- url: http://www.google.com
1172
- -
1173
- user_agent: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 375 subscribers; feed-id=15381863289700640853)
1174
- bot:
1175
- name: Googlebot
1176
- category: Search bot
1177
- url: http://www.google.com/bot.html
1178
- producer:
1179
- name: Google Inc.
1180
- url: http://www.google.com
1181
- -
1182
- user_agent: Google-AdWords-Express
1183
- bot:
1184
- name: Googlebot
1185
- category: Search bot
1186
- url: http://www.google.com/bot.html
1187
- producer:
1188
- name: Google Inc.
1189
- url: http://www.google.com
1190
- -
1191
- user_agent: Google-Adwords-Instant (+http://www.google.com/adsbot.html)
1192
- bot:
1193
- name: Googlebot
1194
- category: Search bot
1195
- url: http://www.google.com/bot.html
1196
- producer:
1197
- name: Google Inc.
1198
- url: http://www.google.com
1199
- -
1200
- user_agent: Google-speakr
1201
- bot:
1202
- name: Googlebot
1203
- category: Search bot
1204
- url: http://www.google.com/bot.html
1205
- producer:
1206
- name: Google Inc.
1207
- url: http://www.google.com
1208
- -
1209
- user_agent: Googlebot (gocrawl v0.4)
1210
- bot:
1211
- name: Googlebot
1212
- category: Search bot
1213
- url: http://www.google.com/bot.html
1214
- producer:
1215
- name: Google Inc.
1216
- url: http://www.google.com
1217
- -
1218
- user_agent: Googlebot-Image/1.0
1219
- bot:
1220
- name: Googlebot
1221
- category: Search bot
1222
- url: http://www.google.com/bot.html
1223
- producer:
1224
- name: Google Inc.
1225
- url: http://www.google.com
1226
- -
1227
- user_agent: Googlebot-News (2.3.3, ruby 1.9.3 (2013-11-22))
1228
- bot:
1229
- name: Googlebot
1230
- category: Search bot
1231
- url: http://www.google.com/bot.html
1232
- producer:
1233
- name: Google Inc.
1234
- url: http://www.google.com
1235
- -
1236
- user_agent: Googlebot-Video/1.0
1237
- bot:
1238
- name: Googlebot
1239
- category: Search bot
1240
- url: http://www.google.com/bot.html
1241
- producer:
1242
- name: Google Inc.
1243
- url: http://www.google.com
1244
- -
1245
- user_agent: Googlebot/2.1 (http://www.googlebot.com/bot.html)
1246
- bot:
1247
- name: Googlebot
1248
- category: Search bot
1249
- url: http://www.google.com/bot.html
1250
- producer:
1251
- name: Google Inc.
1252
- url: http://www.google.com
1253
- -
1254
- user_agent: Googlebot/Nutch-1.7
1255
- bot:
1256
- name: Googlebot
1257
- category: Search bot
1258
- url: http://www.google.com/bot.html
1259
- producer:
1260
- name: Google Inc.
1261
- url: http://www.google.com
1262
- -
1263
- user_agent: GoogleProducer; (+http://goo.gl/7y4SX)
1264
- bot:
1265
- name: Googlebot
1266
- category: Search bot
1267
- url: http://www.google.com/bot.html
1268
- producer:
1269
- name: Google Inc.
1270
- url: http://www.google.com
1271
- -
1272
- user_agent: Mediapartners-Google
1273
- bot:
1274
- name: Googlebot
1275
- category: Search bot
1276
- url: http://www.google.com/bot.html
1277
- producer:
1278
- name: Google Inc.
1279
- url: http://www.google.com
1280
- -
1281
- user_agent: Mozilla/5.0 (compatible) Feedfetcher-Google;(+http://www.google.com/feedfetcher.html)
1282
- bot:
1283
- name: Googlebot
1284
- category: Search bot
1285
- url: http://www.google.com/bot.html
1286
- producer:
1287
- name: Google Inc.
1288
- url: http://www.google.com
1289
- -
1290
- user_agent: Mozilla/5.0 (compatible; Google-Youtube-Links)
1291
- bot:
1292
- name: Googlebot
1293
- category: Search bot
1294
- url: http://www.google.com/bot.html
1295
- producer:
1296
- name: Google Inc.
1297
- url: http://www.google.com
1298
- -
1299
- user_agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
1300
- bot:
1301
- name: Googlebot
1302
- category: Search bot
1303
- url: http://www.google.com/bot.html
1304
- producer:
1305
- name: Google Inc.
1306
- url: http://www.google.com
1307
- -
1308
- user_agent: Mozilla/5.0 (en-US) AppleWebKit/537.36 (KHTML, like Gecko; Google-Assess) Chrome/34.0.1847.116 Safari/537.36
1309
- bot:
1310
- name: Googlebot
1311
- category: Search bot
1312
- url: http://www.google.com/bot.html
1313
- producer:
1314
- name: Google Inc.
1315
- url: http://www.google.com
1316
- -
1317
- user_agent: Mozilla/5.0 (en-us) AppleWebKit/537.36(KHTML, like Gecko; Google-Adwords-DisplayAds-WebRender;) Chrome/41.0.2272.118Safari/537.36
1318
- bot:
1319
- name: Googlebot
1320
- category: Search bot
1321
- url: http://www.google.com/bot.html
1322
- producer:
1323
- name: Google Inc.
1324
- url: http://www.google.com
1325
- -
1326
- user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
1327
- bot:
1328
- name: Googlebot
1329
- category: Search bot
1330
- url: http://www.google.com/bot.html
1331
- producer:
1332
- name: Google Inc.
1333
- url: http://www.google.com
1334
- -
1335
- user_agent: Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko; Google-Publisher-Plugin) Chrome/27.0.1453 Mobile Safari/537.36
1336
- bot:
1337
- name: Googlebot
1338
- category: Search bot
1339
- url: http://www.google.com/bot.html
1340
- producer:
1341
- name: Google Inc.
1342
- url: http://www.google.com
1343
- -
1344
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-AMPHTML)
1345
- bot:
1346
- name: Googlebot
1347
- category: Search bot
1348
- url: http://www.google.com/bot.html
1349
- producer:
1350
- name: Google Inc.
1351
- url: http://www.google.com
1352
- -
1353
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)
1354
- bot:
1355
- name: Googlebot
1356
- category: Search bot
1357
- url: http://www.google.com/bot.html
1358
- producer:
1359
- name: Google Inc.
1360
- url: http://www.google.com
1361
- -
1362
- user_agent: Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012; DuplexWeb-Google/1.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Mobile Safari/537.36
1363
- bot:
1364
- name: Googlebot
1365
- category: Search bot
1366
- url: http://www.google.com/bot.html
1367
- producer:
1368
- name: Google Inc.
1369
- url: http://www.google.com
1370
- -
1371
- user_agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google (+https://developers.google.com/+/web/snippet/)
1372
- bot:
1373
- name: Googlebot
1374
- category: Search bot
1375
- url: http://www.google.com/bot.html
1376
- producer:
1377
- name: Google Inc.
1378
- url: http://www.google.com
1379
- -
1380
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 (compatible; Google-HotelAdsVerifier/2.0)
1381
- bot:
1382
- name: Googlebot
1383
- category: Search bot
1384
- url: http://www.google.com/bot.html
1385
- producer:
1386
- name: Google Inc.
1387
- url: http://www.google.com
1388
- -
1389
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36
1390
- bot:
1391
- name: Googlebot
1392
- category: Search bot
1393
- url: http://www.google.com/bot.html
1394
- producer:
1395
- name: Google Inc.
1396
- url: http://www.google.com
1397
- -
1398
- user_agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36 (compatible; Google-Shopping-Quality +http://www.google.com/merchants/tos/extend/DE/tos.html)
1399
- bot:
1400
- name: Googlebot
1401
- category: Search bot
1402
- url: http://www.google.com/bot.html
1403
- producer:
1404
- name: Google Inc.
1405
- url: http://www.google.com
1406
- -
1407
- user_agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36
1408
- bot:
1409
- name: Googlebot
1410
- category: Search bot
1411
- url: http://www.google.com/bot.html
1412
- producer:
1413
- name: Google Inc.
1414
- url: http://www.google.com
1415
- -
1416
- user_agent: SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
1417
- bot:
1418
- name: Googlebot
1419
- category: Search bot
1420
- url: http://www.google.com/bot.html
1421
- producer:
1422
- name: Google Inc.
1423
- url: http://www.google.com
1424
- -
1425
- user_agent: Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +https://www.grapeshot.com/crawler/)
1426
- bot:
1427
- name: Grapeshot
1428
- category: Crawler
1429
- url: https://www.grapeshot.com/crawler
1430
- producer:
1431
- name: Grapeshot
1432
- url: https://www.grapeshot.com
1433
- -
1434
- user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1. 4 (compatible; GrapeshotCrawler/2.0; +https://www.grapeshot.com/crawler/)
1435
- bot:
1436
- name: Grapeshot
1437
- category: Crawler
1438
- url: https://www.grapeshot.com/crawler
1439
- producer:
1440
- name: Grapeshot
1441
- url: https://www.grapeshot.com
1442
- -
1443
- user_agent: HTTPMon/1.0b (http://www.httpmon.com)
1444
- bot:
1445
- name: HTTPMon
1446
- category: Site Monitor
1447
- url: http://www.httpmon.com
1448
- producer:
1449
- name: towards GmbH
1450
- url: http://www.towards.ch/
1451
- -
1452
- user_agent: 'flieder - neofonie heritrix/1.14.3 (+http://spider.neofonie.de)'
1453
- bot:
1454
- name: Heritrix
1455
- category: Crawler
1456
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1457
- producer:
1458
- name: The Internet Archive
1459
- url: http://www.archive.org
1460
- -
1461
- user_agent: Mozilla/5.0 (compatible; heritrix/1.14.4 +http://webarhive.nlc.gov.cn)
1462
- bot:
1463
- name: Heritrix
1464
- category: Crawler
1465
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1466
- producer:
1467
- name: The Internet Archive
1468
- url: http://www.archive.org
1469
- -
1470
- user_agent: Mozilla/5.0 (compatible; heritrix/1.14.4 +http://www.dla-marbach.de)
1471
- bot:
1472
- name: Heritrix
1473
- category: Crawler
1474
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1475
- producer:
1476
- name: The Internet Archive
1477
- url: http://www.archive.org
1478
- -
1479
- user_agent: mozilla/5.0 (compatible; heritrix/1.3.0 http://archive.crawler.org)
1480
- bot:
1481
- name: Heritrix
1482
- category: Crawler
1483
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1484
- producer:
1485
- name: The Internet Archive
1486
- url: http://www.archive.org
1487
- -
1488
- user_agent: Mozilla/5.0 (compatible; heritrix/3.1.1 +http://www.baidu.com)
1489
- bot:
1490
- name: Heritrix
1491
- category: Crawler
1492
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1493
- producer:
1494
- name: The Internet Archive
1495
- url: http://www.archive.org
1496
- -
1497
- user_agent: Mozilla/5.0 (compatible; heritrix/3.1.1 +http://www.run4dom.com)
1498
- bot:
1499
- name: Heritrix
1500
- category: Crawler
1501
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1502
- producer:
1503
- name: The Internet Archive
1504
- url: http://www.archive.org
1505
- -
1506
- user_agent: Mozilla/5.0 (compatible; heritrix/3.1.2-SNAPSHOT-20130207.001528 +http://webarchiv.cz/kontakty/)
1507
- bot:
1508
- name: Heritrix
1509
- category: Crawler
1510
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1511
- producer:
1512
- name: The Internet Archive
1513
- url: http://www.archive.org
1514
- -
1515
- user_agent: Mozilla/5.0 (compatible; worio bot heritrix/1.10.0 +http://worio.com)
1516
- bot:
1517
- name: Heritrix
1518
- category: Crawler
1519
- url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
1520
- producer:
1521
- name: The Internet Archive
1522
- url: http://www.archive.org
1523
- -
1524
- user_agent: Heurekabot-Feed/1.0 (+https://sluzby.heureka.cz/napoveda/heurekabot/)
1525
- bot:
1526
- name: Heureka Feed
1527
- category: Crawler
1528
- url: https://sluzby.heureka.cz/napoveda/heurekabot/
1529
- producer:
1530
- name: Heureka.cz, a.s.
1531
- url: https://www.heureka.cz/
1532
- -
1533
- user_agent: HubPages V0.2.2 (http://hubpages.com/help/crawlingpolicy)
1534
- bot:
1535
- name: HubPages
1536
- category: Crawler
1537
- url: http://hubpages.com/help/crawlingpolicy
1538
- producer:
1539
- name: HubPages
1540
- url: http://hubpages.com/
1541
- -
1542
- user_agent: HubSpot Website Grader (web-crawlers@hubspot.com)
1543
- bot:
1544
- name: HubSpot
1545
- category: Crawler
1546
- producer:
1547
- name: HubSpot Inc.
1548
- url: https://www.hubspot.com
1549
- -
1550
- user_agent: ICC-Crawler/2.0 (Mozilla-compatible; ; http://www.nict.go.jp/en/univ-com/plan/crawl.html)
1551
- bot:
1552
- name: ICC-Crawler
1553
- category: Crawler
1554
- url: http://www.nict.go.jp/en/univ-com/plan/crawl.html
1555
- producer:
1556
- name: ""
1557
- url: ""
1558
- -
1559
- user_agent: IDG/IT (http://spaziodati.eu/)
1560
- bot:
1561
- name: IDG/IT
1562
- category: Search bot
1563
- url: https://spaziodati.eu/
1564
- producer:
1565
- name: SpazioDati S.r.l.
1566
- url: https://spaziodati.eu/
1567
- -
1568
- user_agent: iisbot/1.0 (+http://www.iis.net/iisbot.html)
1569
- bot:
1570
- name: IIS Site Analysis
1571
- category: Crawler
1572
- url: http://www.iis.net/iisbot.html
1573
- producer:
1574
- name: Microsoft Corporation
1575
- url: http://www.microsoft.com
1576
- -
1577
- user_agent: IP-Guide.com Crawler/1.0 (https://ip-guide.com)
1578
- bot:
1579
- name: IP-Guide Crawler
1580
- category: Crawler
1581
- url: ""
1582
- producer:
1583
- name: ""
1584
- url: https://ip-guide.com
1585
- -
1586
- user_agent: Mozilla/5.0 (compatible; ips-agent)
1587
- bot:
1588
- name: IPS Agent
1589
- category: crawler
1590
- producer:
1591
- name: VeriSign, Inc
1592
- url: http://www.verisign.com/
1593
- -
1594
- user_agent: Kaspersky Lab CFR link resolver cfradmins@kaspersky.com
1595
- bot:
1596
- name: Kaspersky
1597
- category: Security Checker
1598
- url: https://www.kaspersky.com/
1599
- producer:
1600
- name: AO Kaspersky Lab
1601
- url: https://www.kaspersky.com/
1602
- -
1603
- user_agent: kouio.com RSS reader
1604
- bot:
1605
- name: Kouio
1606
- url: http://kouio.com/
1607
- category: Feed Fetcher
1608
- producer:
1609
- name: ""
1610
- url: ""
1611
- -
1612
- user_agent: 'kouio.com RSS reader - 6 subscribers'
1613
- bot:
1614
- name: Kouio
1615
- url: http://kouio.com/
1616
- category: Feed Fetcher
1617
- producer:
1618
- name: ""
1619
- url: ""
1620
- -
1621
- user_agent: LCC (+http://corpora.informatik.uni-leipzig.de/crawler_faq.html)
1622
- bot:
1623
- name: LCC
1624
- category: Search bot
1625
- url: https://corpora.uni-leipzig.de/crawler_faq.html
1626
- producer:
1627
- name: Universität Leipzig
1628
- url: https://www.uni-leipzig.de/
1629
- -
1630
- user_agent: 'ltx71 - (http://ltx71.com/)'
1631
- bot:
1632
- name: LTX71
1633
- url: http://ltx71.com/
1634
- producer:
1635
- name: ""
1636
- url: ""
1637
- -
1638
- user_agent: larbin_2.6.3 larbin2.6.3@unspecified.mail
1639
- bot:
1640
- name: Larbin web crawler
1641
- category: Crawler
1642
- url: http://larbin.sourceforge.net
1643
- producer:
1644
- name: ""
1645
- url: ""
1646
- -
1647
- user_agent: "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
1648
- bot:
1649
- name: "Let's Encrypt Validation"
1650
- category: Service Agent
1651
- url: https://letsencrypt.org/how-it-works/
1652
- producer:
1653
- name: "Let's Encrypt"
1654
- url: https://letsencrypt.org
1655
- -
1656
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36(KHTML, like Gecko) Chrome/61.0.3116.0 Mobile Safari/537.36 Chrome-Lighthouse
1657
- bot:
1658
- name: Lighthouse
1659
- category: Site Monitor
1660
- url: https://developers.google.com/web/tools/lighthouse
1661
- producer:
1662
- name: Lighthouse
1663
- url: https://developers.google.com/web/tools/lighthouse
1664
- -
1665
- user_agent: linkdex.com/v2.0 and linkdex.com/v2.1
1666
- bot:
1667
- name: Linkdex Bot
1668
- category: Search bot
1669
- url: http://www.linkdex.com/bots
1670
- producer:
1671
- name: Mojeek Ltd.
1672
- url: http://www.mojeek.com
1673
- -
1674
- user_agent: Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/about/bots/)
1675
- bot:
1676
- name: Linkdex Bot
1677
- category: Search bot
1678
- url: http://www.linkdex.com/bots
1679
- producer:
1680
- name: Mojeek Ltd.
1681
- url: http://www.mojeek.com
1682
- -
1683
- user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; linkdexbot-mobile/2.1; +http://www.linkdex.com/about/bots/)
1684
- bot:
1685
- name: Linkdex Bot
1686
- category: Search bot
1687
- url: http://www.linkdex.com/bots
1688
- producer:
1689
- name: Mojeek Ltd.
1690
- url: http://www.mojeek.com
1691
- -
1692
- user_agent: LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)
1693
- bot:
1694
- name: LinkedIn Bot
1695
- category: Social Media Agent
1696
- url: http://www.linkedin.com
1697
- producer:
1698
- name: LinkedIn
1699
- url: http://www.linkedin.com
1700
- -
1701
- user_agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)
1702
- bot:
1703
- name: MJ12 Bot
1704
- category: Search bot
1705
- url: http://majestic12.co.uk/bot.php
1706
- producer:
1707
- name: Majestic-12
1708
- url: http://majestic12.co.uk
1709
- -
1710
- user_agent: magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)
1711
- bot:
1712
- name: Magpie-Crawler
1713
- category: Social Media Agent
1714
- url: http://www.brandwatch.com/magpie-crawler/
1715
- producer:
1716
- name: Brandwatch
1717
- url: http://www.brandwatch.com
1718
- -
1719
- user_agent: MagpieRSS/0.72 (+http://magpierss.sf.net)
1720
- bot:
1721
- name: MagpieRSS
1722
- url: http://magpierss.sourceforge.net/
1723
- category: Feed Parser
1724
- producer:
1725
- name: ""
1726
- url: ""
1727
- -
1728
- user_agent: Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)
1729
- bot:
1730
- name: Mail.Ru Bot
1731
- category: Search bot
1732
- url: http://help.mail.ru/webmaster/indexing/robots/types_robots
1733
- producer:
1734
- name: Mail.Ru Group
1735
- url: http://corp.mail.ru
1736
- -
1737
- user_agent: Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Fast/2.0; +http://go.mail.ru/help/robots)
1738
- bot:
1739
- name: Mail.Ru Bot
1740
- category: Search bot
1741
- url: http://help.mail.ru/webmaster/indexing/robots/types_robots
1742
- producer:
1743
- name: Mail.Ru Group
1744
- url: http://corp.mail.ru
1745
- -
1746
- user_agent: http.rb/2.2.2 (Mastodon/1.6.1; +https://mathtod.online/)
1747
- bot:
1748
- name: Mastodon Bot
1749
- category: Social Media Agent
1750
- -
1751
- user_agent: http.rb/3.2.0 (Mastodon/2.4.3; +https://uwu.social/)
1752
- bot:
1753
- name: Mastodon Bot
1754
- category: Social Media Agent
1755
- -
1756
- user_agent: Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)
1757
- bot:
1758
- name: Meanpath Bot
1759
- category: Search bot
1760
- url: http://www.meanpath.com/meanpathbot.html
1761
- producer:
1762
- name: Meanpath
1763
- url: http://www.meanpath.com
1764
- -
1765
- user_agent: MetaInspector/5.4.0 (+https://github.com/jaimeiniesta/metainspector)
1766
- bot:
1767
- name: MetaInspector
1768
- category: Crawler
1769
- url: https://github.com/jaimeiniesta/metainspector
1770
- -
1771
- user_agent: Mozilla/5.0 (compatible; MetaJobBot; http://www.metajob.de/crawler)
1772
- bot:
1773
- name: MetaJobBot
1774
- category: Crawler
1775
- url: http://www.metajob.at/the/crawler
1776
- producer:
1777
- name: MetaJob
1778
- url: http://www.metajob.at
1779
- -
1780
- user_agent: Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)
1781
- bot:
1782
- name: Mixrank Bot
1783
- category: Crawler
1784
- url: http://mixrank.com
1785
- producer:
1786
- name: Online Media Group, Inc.
1787
- url: ""
1788
- -
1789
- user_agent: Mnogosearch-3.1.21
1790
- bot:
1791
- name: Mnogosearch
1792
- category: Search bot
1793
- url: http://www.mnogosearch.org/
1794
- producer:
1795
- name: Lavtech.Com Corp.
1796
- url: ""
1797
- -
1798
- user_agent: Mozilla/5.0 (compatible; MojeekBot/0.6; http://www.mojeek.com/bot.html)
1799
- bot:
1800
- name: MojeekBot
1801
- category: Search bot
1802
- url: http://www.mojeek.com/bot.html
1803
- producer:
1804
- name: Mojeek Ltd.
1805
- url: http://www.mojeek.com
1806
- -
1807
- user_agent: 'Mozilla/5.0 (compatible; www.monitor.us - free monitoring service; http://www.monitor.us)'
1808
- bot:
1809
- name: Monitor.Us
1810
- category: Site Monitor
1811
- url: http://www.monitor.us
1812
- producer:
1813
- name: Monitor.Us
1814
- url: http://www.monitor.us
1815
- -
1816
- user_agent: munin/2.0.30-1 (libwww-perl/6.15)
1817
- bot:
1818
- name: Munin
1819
- category: Site Monitor
1820
- url: http://munin-monitoring.org/
1821
- producer:
1822
- name: Munin
1823
- url: http://munin-monitoring.org/
1824
- -
1825
- user_agent: munin/http_loadtime
1826
- bot:
1827
- name: Munin
1828
- category: Site Monitor
1829
- url: http://munin-monitoring.org/
1830
- producer:
1831
- name: Munin
1832
- url: http://munin-monitoring.org/
1833
- -
1834
- user_agent: nlcrawler/1.0 (+http://northernlight.com/)
1835
- bot:
1836
- name: NLCrawler
1837
- category: Crawler
1838
- url: ""
1839
- producer:
1840
- name: Northern Light
1841
- url: http://northernlight.com
1842
- -
1843
- user_agent: check_http/v1.5 (nagios-plugins 1.5)
1844
- bot:
1845
- name: Nagios check_http
1846
- category: Site Monitor
1847
- url: https://nagios.org
1848
- producer:
1849
- name: Nagios Plugins Development Team
1850
- url: https://nagios.org
1851
- -
1852
- user_agent: NalezenCzBot/1.0 (http://www.nalezen.cz/about-crawler)
1853
- bot:
1854
- name: NalezenCzBot
1855
- category: Crawler
1856
- url: http://www.nalezen.cz/about-crawler
1857
- producer:
1858
- name: Jaroslav Kuboš
1859
- url: ""
1860
- -
1861
- user_agent: NetLyzer FastProbe
1862
- bot:
1863
- name: NetLyzer FastProbe
1864
- -
1865
- user_agent: Mozilla/4.0 (compatible; Netcraft Web Server Survey)
1866
- bot:
1867
- name: Netcraft Survey Bot
1868
- category: Search bot
1869
- url: ""
1870
- producer:
1871
- name: Netcraft
1872
- url: http://www.netcraft.com
1873
- -
1874
- user_agent: Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)
1875
- bot:
1876
- name: Netcraft Survey Bot
1877
- category: Search bot
1878
- url: ""
1879
- producer:
1880
- name: Netcraft
1881
- url: http://www.netcraft.com
1882
- -
1883
- user_agent: 'Netcraft SSL Server Survey - contact info@netcraft.com'
1884
- bot:
1885
- name: Netcraft Survey Bot
1886
- category: Search bot
1887
- url: ""
1888
- producer:
1889
- name: Netcraft
1890
- url: http://www.netcraft.com
1891
- -
1892
- user_agent: Netvibes (http://www.netvibes.com)
1893
- bot:
1894
- name: Netvibes
1895
- url: http://www.netvibes.com/
1896
- category: Feed Fetcher
1897
- producer:
1898
- name: ""
1899
- url: ""
1900
- -
1901
- user_agent: 'Netvibes (http://www.netvibes.com/; 8 subscribers; feedID: 2244192)'
1902
- bot:
1903
- name: Netvibes
1904
- url: http://www.netvibes.com/
1905
- category: Feed Fetcher
1906
- producer:
1907
- name: ""
1908
- url: ""
1909
- -
1910
- user_agent: 'NewsBlur Favicon Fetcher - 7 subscribers - http://www.newsblur.com/site/1948420/analytics-piwik (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari/534.48.3)'
1911
- bot:
1912
- name: NewsBlur
1913
- url: http://www.newsblur.com
1914
- category: Feed Fetcher
1915
- producer:
1916
- name: ""
1917
- url: ""
1918
- -
1919
- user_agent: 'NewsBlur Feed Fetcher - 7 subscribers - http://www.newsblur.com/site/1948420/analytics-piwik (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari/534.48.3)'
1920
- bot:
1921
- name: NewsBlur
1922
- url: http://www.newsblur.com
1923
- category: Feed Fetcher
1924
- producer:
1925
- name: ""
1926
- url: ""
1927
- -
1928
- user_agent: NewsBlur Feed Finder (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari/534.48.3)
1929
- bot:
1930
- name: NewsBlur
1931
- url: http://www.newsblur.com
1932
- category: Feed Fetcher
1933
- producer:
1934
- name: ""
1935
- url: ""
1936
- -
1937
- user_agent: 'NewsBlur Page Fetcher - 7 subscribers - http://www.newsblur.com/site/3966817/analytics-piwik (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari/534.48.3)'
1938
- bot:
1939
- name: NewsBlur
1940
- url: http://www.newsblur.com
1941
- category: Feed Fetcher
1942
- producer:
1943
- name: ""
1944
- url: ""
1945
- -
1946
- user_agent: NewsGatorOnline/2.0 (http://www.newsgator.com; 2 subscribers)
1947
- bot:
1948
- name: NewsGator
1949
- url: http://www.newsgator.com
1950
- category: Feed Fetcher
1951
- producer:
1952
- name: ""
1953
- url: ""
1954
- -
1955
- user_agent: Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)
1956
- bot:
1957
- name: Nmap
1958
- category: Security Checker
1959
- url: https://nmap.org/book/nse.html
1960
- producer:
1961
- name: Nmap
1962
- url: https://nmap.org/
1963
- -
1964
- user_agent: 5acd734a-1ed3-4a17-ad9d-0b09ae7bc2d2/Nutch-1.7
1965
- bot:
1966
- name: Nutch-based Bot
1967
- category: Crawler
1968
- url: https://nutch.apache.org
1969
- producer:
1970
- name: The Apache Software Foundation
1971
- url: http://www.apache.org/foundation/
1972
- -
1973
- user_agent: CB/Nutch-1.7
1974
- bot:
1975
- name: Nutch-based Bot
1976
- category: Crawler
1977
- url: https://nutch.apache.org
1978
- producer:
1979
- name: The Apache Software Foundation
1980
- url: http://www.apache.org/foundation/
1981
- -
1982
- user_agent: Mozilla/5.0 (compatible; summers;)/Nutch-1.7
1983
- bot:
1984
- name: Nutch-based Bot
1985
- category: Crawler
1986
- url: https://nutch.apache.org
1987
- producer:
1988
- name: The Apache Software Foundation
1989
- url: http://www.apache.org/foundation/
1990
- -
1991
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.8) Firefox/3.6.8/Nutch-1.7
1992
- bot:
1993
- name: Nutch-based Bot
1994
- category: Crawler
1995
- url: https://nutch.apache.org
1996
- producer:
1997
- name: The Apache Software Foundation
1998
- url: http://www.apache.org/foundation/
1999
- -
2000
- user_agent: My Nutch Spider/Nutch-1.6
2001
- bot:
2002
- name: Nutch-based Bot
2003
- category: Crawler
2004
- url: https://nutch.apache.org
2005
- producer:
2006
- name: The Apache Software Foundation
2007
- url: http://www.apache.org/foundation/
2008
- -
2009
- user_agent: MySpider/Nutch-2.2
2010
- bot:
2011
- name: Nutch-based Bot
2012
- category: Crawler
2013
- url: https://nutch.apache.org
2014
- producer:
2015
- name: The Apache Software Foundation
2016
- url: http://www.apache.org/foundation/
2017
- -
2018
- user_agent: Nutch12/Nutch-1.2
2019
- bot:
2020
- name: Nutch-based Bot
2021
- category: Crawler
2022
- url: https://nutch.apache.org
2023
- producer:
2024
- name: The Apache Software Foundation
2025
- url: http://www.apache.org/foundation/
2026
- -
2027
- user_agent: NutchSpider/Nutch-1.4
2028
- bot:
2029
- name: Nutch-based Bot
2030
- category: Crawler
2031
- url: https://nutch.apache.org
2032
- producer:
2033
- name: The Apache Software Foundation
2034
- url: http://www.apache.org/foundation/
2035
- -
2036
- user_agent: spider/Nutch-1.5.1 (spider; http://www.xxx.com)
2037
- bot:
2038
- name: Nutch-based Bot
2039
- category: Crawler
2040
- url: https://nutch.apache.org
2041
- producer:
2042
- name: The Apache Software Foundation
2043
- url: http://www.apache.org/foundation/
2044
- -
2045
- user_agent: Spider/Nutch-2.3-SNAPSHOT (Webcrawler)
2046
- bot:
2047
- name: Nutch-based Bot
2048
- category: Crawler
2049
- url: https://nutch.apache.org
2050
- producer:
2051
- name: The Apache Software Foundation
2052
- url: http://www.apache.org/foundation/
2053
- -
2054
- user_agent: testnutch/Nutch-1.8
2055
- bot:
2056
- name: Nutch-based Bot
2057
- category: Crawler
2058
- url: https://nutch.apache.org
2059
- producer:
2060
- name: The Apache Software Foundation
2061
- url: http://www.apache.org/foundation/
2062
- -
2063
- user_agent: Your Nutch Spider/Nutch-2.2.1
2064
- bot:
2065
- name: Nutch-based Bot
2066
- category: Crawler
2067
- url: https://nutch.apache.org
2068
- producer:
2069
- name: The Apache Software Foundation
2070
- url: http://www.apache.org/foundation/
2071
- -
2072
- user_agent: your sipder name/Nutch-1.7
2073
- bot:
2074
- name: Nutch-based Bot
2075
- category: Crawler
2076
- url: https://nutch.apache.org
2077
- producer:
2078
- name: The Apache Software Foundation
2079
- url: http://www.apache.org/foundation/
2080
- -
2081
- user_agent: Nuzzel
2082
- bot:
2083
- name: Nuzzel
2084
- category: Crawler
2085
- producer:
2086
- name: Nuzzel
2087
- url: https://www.nuzzel.com/
2088
- -
2089
- user_agent: Octopus 1.0.2
2090
- bot:
2091
- name: Octopus
2092
- -
2093
- user_agent: omgili/0.5 +http://omgili.com
2094
- bot:
2095
- name: Omgili bot
2096
- category: Search bot
2097
- url: http://www.omgili.com/Crawler.html
2098
- producer:
2099
- name: Omgili
2100
- url: http://www.omgili.com
2101
- -
2102
- user_agent: omgilibot/0.3 +http://www.omgili.com/Crawler.html
2103
- bot:
2104
- name: Omgili bot
2105
- category: Search bot
2106
- url: http://www.omgili.com/Crawler.html
2107
- producer:
2108
- name: Omgili
2109
- url: http://www.omgili.com
2110
- -
2111
- user_agent: Mozilla/5.0 (compatible; spbot/4.0.9; +http://OpenLinkProfiler.org/bot )
2112
- bot:
2113
- name: OpenLinkProfiler
2114
- category: Crawler
2115
- url: http://openlinkprofiler.org/bot
2116
- producer:
2117
- name: Axandra GmbH
2118
- url: http://www.axandra.com
2119
- -
2120
- user_agent: OpenWebSpider v0.1.4 (http://www.openwebspider.org/)
2121
- bot:
2122
- name: OpenWebSpider
2123
- category: Crawler
2124
- url: http://www.openwebspider.org
2125
- producer:
2126
- name: OpenWebSpider Lab
2127
- url: http://lab.openwebspider.org
2128
- -
2129
- user_agent: Mozilla/5.0 (compatible; OpenindexSpider; +http://www.openindex.io/en/webmasters/spider.html)
2130
- bot:
2131
- name: Openindex Spider
2132
- category: Search bot
2133
- url: http://www.openindex.io/en/webmasters/spider.html
2134
- producer:
2135
- name: Openindex B.V.
2136
- url: http://www.openindex.io
2137
- -
2138
- user_agent: Mozilla/5.0 (compatible; OrangeBot-Collector/2.0; support.orangebot@orange.com)
2139
- bot:
2140
- name: Orange Bot
2141
- category: Search bot
2142
- url: http://lemoteur.orange.fr
2143
- producer:
2144
- name: Orange
2145
- url: http://www.orange.fr
2146
- -
2147
- user_agent: Mozilla/5.0 (compatible; OrangeBot/2.0; support.orangebot@orange.com)
2148
- bot:
2149
- name: Orange Bot
2150
- category: Search bot
2151
- url: http://lemoteur.orange.fr
2152
- producer:
2153
- name: Orange
2154
- url: http://www.orange.fr
2155
- -
2156
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1) VoilaBot BETA 1.2 (support.voilabot@orange-ftgroup.com)
2157
- bot:
2158
- name: Orange Bot
2159
- category: Search bot
2160
- url: http://lemoteur.orange.fr
2161
- producer:
2162
- name: Orange
2163
- url: http://www.orange.fr
2164
- -
2165
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1;fr;rv:1.8.1) VoilaBotCollector BETA 0.1 (http://www.voila.com/)
2166
- bot:
2167
- name: Orange Bot
2168
- category: Search bot
2169
- url: http://lemoteur.orange.fr
2170
- producer:
2171
- name: Orange
2172
- url: http://www.orange.fr
2173
- -
2174
- user_agent: Mozilla/5.0 (Java) outbrain
2175
- bot:
2176
- name: Outbrain
2177
- category: Crawler
2178
- url: ""
2179
- producer:
2180
- name: Outbrain
2181
- url: http://www.outbrain.com/
2182
- -
2183
- user_agent: Mozilla/5.0 (compatible; phpservermon/3.1.1; +http://www.phpservermonitor.org)
2184
- bot:
2185
- name: PHP Server Monitor
2186
- category: Site Monitor
2187
- url: https://github.com/phpservermon/phpservermon
2188
- producer:
2189
- name: PHP Server Monitor
2190
- url: http://www.phpservermonitor.org/
2191
- -
2192
- user_agent: Mozilla/5.0 (compatible; PaperLiBot/2.1; http://support.paper.li/entries/20023257-what-is-paper-li)
2193
- bot:
2194
- name: PaperLiBot
2195
- category: Search bot
2196
- url: http://support.paper.li/entries/20023257-what-is-paper-li
2197
- producer:
2198
- name: Smallrivers SA
2199
- url: http://www.paper.li
2200
- -
2201
- user_agent: phantomas/1.11.0 (PhantomJS/1.9.8; linux x64)
2202
- bot:
2203
- name: Phantomas
2204
- category: Site Monitor
2205
- url: https://github.com/macbre/phantomas
2206
- -
2207
- user_agent: psbot-page (+http://www.picsearch.com/bot.html)
2208
- bot:
2209
- name: Picsearch bot
2210
- category: Search bot
2211
- url: http://www.picsearch.com/bot.html
2212
- producer:
2213
- name: Picsearch
2214
- url: http://www.picsearch.com
2215
- -
2216
- user_agent: psbot/0.1 (+http://www.picsearch.com/bot.html)
2217
- bot:
2218
- name: Picsearch bot
2219
- category: Search bot
2220
- url: http://www.picsearch.com/bot.html
2221
- producer:
2222
- name: Picsearch
2223
- url: http://www.picsearch.com
2224
- -
2225
- user_agent: Pingdom.com_bot_version_1.4_(http://www.pingdom.com/)
2226
- bot:
2227
- name: Pingdom Bot
2228
- category: Site Monitor
2229
- url: ""
2230
- producer:
2231
- name: Pingdom AB
2232
- url: https://www.pingdom.com
2233
- -
2234
- user_agent: Mozilla/5.0 (compatible; Pinterestbot/1.0; http://www.pinterest.com/bot.html)
2235
- bot:
2236
- name: Pinterest
2237
- url: http://www.pinterest.com/bot.html
2238
- category: Crawler
2239
- producer:
2240
- name: Pinterest
2241
- url: http://www.pinterest.com/
2242
- -
2243
- user_agent: Pinterest/0.2 (+http://www.pinterest.com/)
2244
- bot:
2245
- name: Pinterest
2246
- url: http://www.pinterest.com/bot.html
2247
- category: Crawler
2248
- producer:
2249
- name: Pinterest
2250
- url: http://www.pinterest.com/
2251
- -
2252
- user_agent: PocketParser/2.0 (+https://getpocket.com/pocketparser_ua)
2253
- bot:
2254
- name: PocketParser
2255
- category: Read-it-later Service
2256
- url: https://getpocket.com/pocketparser_ua
2257
- producer:
2258
- name: Pocket
2259
- url: https://getpocket.com/
2260
- -
2261
- user_agent: PritTorrent/1.0
2262
- bot:
2263
- name: PritTorrent
2264
- category: Crawler
2265
- url: https://github.com/astro/prittorrent
2266
- producer:
2267
- name: Bitlove
2268
- url: http://bitlove.org/
2269
- -
2270
- user_agent: QuerySeekerSpider ( http://queryseeker.com/bot.html )
2271
- bot:
2272
- name: QuerySeekerSpider
2273
- category: Crawler
2274
- url: http://queryseeker.com/bot.html
2275
- producer:
2276
- name: QueryEye Inc.
2277
- url: http://queryeye.com
2278
- -
2279
- user_agent: Quora Link Preview/1.0 (http://www.quora.com)
2280
- bot:
2281
- name: Quora Link Preview
2282
- category: Crawler
2283
- url: ""
2284
- producer:
2285
- name: Quora
2286
- url: http://www.quora.com
2287
- -
2288
- user_agent: 'Mozilla/5.0 (compatible; Qwantify/2.2w; +https://www.qwant.com/)/*'
2289
- bot:
2290
- name: Qwantify
2291
- category: Crawler
2292
- url: https://www.qwant.com/
2293
- producer:
2294
- name: Qwant Corporation
2295
- url: https://www.qwant.com/
2296
- -
2297
- user_agent: ROI Hunter; https://api-dev.roihunter.com
2298
- bot:
2299
- name: ROI Hunter
2300
- category: Crawler
2301
- url: ""
2302
- producer:
2303
- name: Roihunter a.s.
2304
- url: http://roihunter.com/
2305
- -
2306
- user_agent: RSSRadio (Push Notification Scanner;support@dorada.co.uk)
2307
- bot:
2308
- name: RSSRadio Bot
2309
- -
2310
- user_agent: Rainmeter WebParser plugin
2311
- bot:
2312
- name: Rainmeter
2313
- category: Crawler
2314
- url: https://www.rainmeter.net
2315
- -
2316
- user_agent: RamblerMail/6.0 (incompatible; ImageProxy/6.0)
2317
- bot:
2318
- name: RamblerMail Image Proxy
2319
- category: Crawler
2320
- url: ""
2321
- producer:
2322
- name: 'Rambler&Co'
2323
- url: https://rambler-co.ru/
2324
- -
2325
- user_agent: Mozilla/5.0 (compatible; redditbot/1.0; +http://www.reddit.com/feedback)
2326
- bot:
2327
- name: Reddit Bot
2328
- category: Social Media Agent
2329
- url: http://www.reddit.com/feedback
2330
- producer:
2331
- name: reddit inc.
2332
- url: http://www.reddit.com
2333
- -
2334
- user_agent: Mozilla/5.0 (compatible; rogerBot/1.0; UrlCrawler; http://www.seomoz.org/dp/rogerbot)
2335
- bot:
2336
- name: Rogerbot
2337
- category: Crawler
2338
- url: http://moz.com/help/pro/what-is-rogerbot-
2339
- producer:
2340
- name: SEOmoz, Inc.
2341
- url: http://moz.com/
2342
- -
2343
- user_agent: rogerbot/1.0 (http://moz.com/help/pro/what-is-rogerbot-, rogerbot-crawler+shiny@moz.com)
2344
- bot:
2345
- name: Rogerbot
2346
- category: Crawler
2347
- url: http://moz.com/help/pro/what-is-rogerbot-
2348
- producer:
2349
- name: SEOmoz, Inc.
2350
- url: http://moz.com/
2351
- -
2352
- user_agent: rogerbot/1.0 (http://www.moz.com/dp/rogerbot, rogerbot-crawler@moz.com)
2353
- bot:
2354
- name: Rogerbot
2355
- category: Crawler
2356
- url: http://moz.com/help/pro/what-is-rogerbot-
2357
- producer:
2358
- name: SEOmoz, Inc.
2359
- url: http://moz.com/
2360
- -
2361
- user_agent: SEOENGWorldBot/1.0 (+http://www.seoengine.com/seoengbot.htm)
2362
- bot:
2363
- name: SEOENGBot
2364
- category: Crawler
2365
- url: http://www.seoengine.com/seoengbot.htm
2366
- producer:
2367
- name: SEO Engine
2368
- url: http://www.seoengine.com
2369
- -
2370
- user_agent: Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)
2371
- bot:
2372
- name: SEOkicks-Robot
2373
- category: Crawler
2374
- url: http://www.seokicks.de/robot.html
2375
- producer:
2376
- name: SEOkicks
2377
- url: https://www.seokicks.de/
2378
- -
2379
- user_agent: Mozilla/5.0 (compatible; SISTRIX Crawler; http://crawler.sistrix.net/)
2380
- bot:
2381
- name: SISTRIX Crawler
2382
- category: Crawler
2383
- url: http://crawler.sistrix.net
2384
- producer:
2385
- name: SISTRIX GmbH
2386
- url: http://www.sistrix.de
2387
- -
2388
- user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer)
2389
- bot:
2390
- name: SISTRIX Optimizer
2391
- category: Crawler
2392
- url: https://optimizer.sistrix.com
2393
- producer:
2394
- name: SISTRIX GmbH
2395
- url: http://www.sistrix.de
2396
- -
2397
- user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer; Uptime; +https://www.sistrix.com/faq/uptime)
2398
- bot:
2399
- name: SISTRIX Optimizer
2400
- category: Crawler
2401
- url: https://optimizer.sistrix.com
2402
- producer:
2403
- name: SISTRIX GmbH
2404
- url: http://www.sistrix.de
2405
- -
2406
- user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36 (compatible; SMTBot/1.0; +http://www.similartech.com/smtbot)
2407
- bot:
2408
- name: SMTBot
2409
- category: Search bot
2410
- url: https://www.similartech.com/smtbot
2411
- producer:
2412
- name: SimilarTech Ltd.
2413
- url: https://www.similartech.com/
2414
- -
2415
- user_agent: SSL Labs (https://www.ssllabs.com/about/assessment.html)
2416
- bot:
2417
- name: SSL Labs
2418
- category: Validator
2419
- url: https://www.ssllabs.com/about/assessment.html
2420
- producer:
2421
- name: SSL Labs
2422
- url: https://www.ssllabs.com/about/assessment.html
2423
- -
2424
- user_agent: SafeDNSBot (https://www.safedns.com/searchbot)
2425
- bot:
2426
- name: SafeDNSBot
2427
- category: Crawler
2428
- url: https://www.safedns.com/searchbot
2429
- producer:
2430
- name: SafeDNS, Inc.
2431
- url: https://www.safedns.com/
2432
- -
2433
- user_agent: Scrapy/1.0.3.post6+g2d688cd (+http://scrapy.org)
2434
- bot:
2435
- name: Scrapy
2436
- category: Crawler
2437
- url: http://scrapy.org
2438
- -
2439
- user_agent: Screaming Frog SEO Spider/2.22
2440
- bot:
2441
- name: Screaming Frog SEO Spider
2442
- category: Crawler
2443
- url: http://www.screamingfrog.co.uk/seo-spider
2444
- producer:
2445
- name: Screaming Frog Ltd
2446
- url: http://www.screamingfrog.co.uk
2447
- -
2448
- user_agent: ScreenerBot Crawler Beta 2.0 (+http://www.ScreenerBot.com)
2449
- bot:
2450
- name: ScreenerBot
2451
- category: Crawler
2452
- url: http://www.screenerbot.com
2453
- producer:
2454
- name: ""
2455
- url: ""
2456
- -
2457
- user_agent: Mozilla/5.0 (compatible; SemrushBot/0.97; +http://www.semrush.com/bot.html)
2458
- bot:
2459
- name: Semrush Bot
2460
- category: Crawler
2461
- url: http://www.semrush.com/bot.html
2462
- producer:
2463
- name: SEMrush
2464
- url: http://www.semrush.com
2465
- -
2466
- user_agent: SensikaBot/x.33 (+http://sensika.com)
2467
- bot:
2468
- name: Sensika Bot
2469
- category: ""
2470
- url: ""
2471
- producer:
2472
- name: Sensika
2473
- url: http://sensika.com
2474
- -
2475
- user_agent: sentry/8.6.0 (https://getsentry.com)
2476
- bot:
2477
- name: Sentry Bot
2478
- producer:
2479
- name: Sentry
2480
- url: https://sentry.io
2481
- -
2482
- user_agent: Mozilla/5.0 (compatible; seoscanners.net/1; +spider@seoscanners.net)
2483
- bot:
2484
- name: Seoscanners.net
2485
- category: Crawler
2486
- url: ""
2487
- -
2488
- user_agent: Server Density Service Monitoring v2
2489
- bot:
2490
- name: Server Density
2491
- -
2492
- user_agent: Mozilla/5.0 (compatible; SeznamBot/3.1-test1; +http://fulltext.sblog.cz/)
2493
- bot:
2494
- name: Seznam Bot
2495
- category: Search bot
2496
- url: http://www.mapy.cz/cz/seznambot.html
2497
- producer:
2498
- name: Seznam.cz, a.s.
2499
- url: http://www.seznam.cz/
2500
- -
2501
- user_agent: Mozilla/5.0 (compatible; SeznamBot/3.2-test1; +http://fulltext.sblog.cz/)
2502
- bot:
2503
- name: Seznam Bot
2504
- category: Search bot
2505
- url: http://www.mapy.cz/cz/seznambot.html
2506
- producer:
2507
- name: Seznam.cz, a.s.
2508
- url: http://www.seznam.cz/
2509
- -
2510
- user_agent: Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)
2511
- bot:
2512
- name: Seznam Bot
2513
- category: Search bot
2514
- url: http://www.mapy.cz/cz/seznambot.html
2515
- producer:
2516
- name: Seznam.cz, a.s.
2517
- url: http://www.seznam.cz/
2518
- -
2519
- user_agent: SeznamBot/3.0 (+http://fulltext.sblog.cz/)
2520
- bot:
2521
- name: Seznam Bot
2522
- category: Search bot
2523
- url: http://www.mapy.cz/cz/seznambot.html
2524
- producer:
2525
- name: Seznam.cz, a.s.
2526
- url: http://www.seznam.cz/
2527
- -
2528
- user_agent: Mozilla/5.0 SeznamEmailProxy/2.0.174
2529
- bot:
2530
- name: Seznam Email Proxy
2531
- category: Crawler
2532
- url: ""
2533
- producer:
2534
- name: Seznam.cz, a.s.
2535
- url: http://www.seznam.cz/
2536
- -
2537
- user_agent: Seznam-Zbozi-robot/3.0
2538
- bot:
2539
- name: Seznam Zbozi.cz
2540
- category: Crawler
2541
- url: ""
2542
- producer:
2543
- name: Seznam.cz, a.s.
2544
- url: https://www.zbozi.cz/
2545
- -
2546
- user_agent: Mozilla/5.0 (ShopAlike; LadenZeile) FeedBot
2547
- bot:
2548
- name: ShopAlike
2549
- category: Crawler
2550
- url: ""
2551
- producer:
2552
- name: Visual Meta
2553
- url: https://www.shopalike.cz/
2554
- -
2555
- user_agent: ShopWiki/1.0 ( +http://www.shopwiki.com/wiki/Help:Bot)
2556
- bot:
2557
- name: ShopWiki
2558
- category: Search tools
2559
- url: http://www.shopwiki.com/wiki/Help:Bot
2560
- producer:
2561
- name: ShopWiki Corp.
2562
- url: http://www.shopwiki.com
2563
- -
2564
- user_agent: shopify-partner-homepage-scraper
2565
- bot:
2566
- name: Shopify Partner
2567
- category: Crawler
2568
- url: https://www.shopify.com/partners
2569
- producer:
2570
- name: Shopify
2571
- url: https://www.shopify.com/
2572
- -
2573
- user_agent: SilverReader/1.0; http://silverreader.com
2574
- bot:
2575
- name: SilverReader
2576
- url: http://silverreader.com
2577
- category: Feed Fetcher
2578
- producer:
2579
- name: ""
2580
- url: ""
2581
- -
2582
- user_agent: SimplePie/1.2.1-dev (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20130514092120
2583
- bot:
2584
- name: SimplePie
2585
- url: http://www.simplepie.org
2586
- category: Feed Parser
2587
- producer:
2588
- name: ""
2589
- url: ""
2590
- -
2591
- user_agent: SimplePie/1.3.1 (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20121030175911
2592
- bot:
2593
- name: SimplePie
2594
- url: http://www.simplepie.org
2595
- category: Feed Parser
2596
- producer:
2597
- name: ""
2598
- url: ""
2599
- -
2600
- user_agent: Site24x7
2601
- bot:
2602
- name: Site24x7 Website Monitoring
2603
- category: Site Monitor
2604
- url: https://www.site24x7.com/site24x7-faq.html
2605
- producer:
2606
- name: Site24x7
2607
- url: https://www.site24x7.com
2608
- -
2609
- user_agent: SiteSucker for macOS/2.10.5
2610
- bot:
2611
- name: SiteSucker
2612
- category: Crawler
2613
- url: http://ricks-apps.com/osx/sitesucker/
2614
- -
2615
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.0) Match by Siteimprove.com
2616
- bot:
2617
- name: Siteimprove
2618
- category: Search bot
2619
- url: https://siteimprove.com/
2620
- producer:
2621
- name: Siteimprove GmbH
2622
- url: https://siteimprove.com/
2623
- -
2624
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0) LinkCheck by Siteimprove.com
2625
- bot:
2626
- name: Siteimprove
2627
- category: Search bot
2628
- url: https://siteimprove.com/
2629
- producer:
2630
- name: Siteimprove GmbH
2631
- url: https://siteimprove.com/
2632
- -
2633
- user_agent: sixy.ch/1.0
2634
- bot:
2635
- name: Sixy.ch
2636
- category: Site Monitor
2637
- url: http://sixy.ch
2638
- producer:
2639
- name: Manuel Kasper
2640
- url: https://neon1.net/
2641
- -
2642
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5
2643
- bot:
2644
- name: Skype URI Preview
2645
- category: Service Agent
2646
- url: ""
2647
- producer:
2648
- name: Skype Communications S.à.r.l.
2649
- url: https://www.skype.com
2650
- -
2651
- user_agent: Slackbot-LinkExpanding 1.0 (+https://api.slack.com/robots)
2652
- bot:
2653
- name: Slackbot
2654
- category: Crawler
2655
- url: https://api.slack.com/robots
2656
- producer:
2657
- name: Slack Technologies
2658
- url: http://slack.com
2659
- -
2660
- user_agent: 'AppEngine-Google; (+http://code.google.com/appengine; appid: s~snapchat-proxy)'
2661
- bot:
2662
- name: Snapchat Proxy
2663
- category: Crawler
2664
- url: https://www.snapchat.com
2665
- producer:
2666
- name: Snapchat Inc.
2667
- url: https://www.snapchat.com
2668
- -
2669
- user_agent: New-Sogou-Spider/1.0 (compatible; MSIE 5.5; Windows 98)
2670
- bot:
2671
- name: Sogou Spider
2672
- category: Search bot
2673
- url: http://www.sogou.com/docs/help/webmasters.htm
2674
- producer:
2675
- name: Sohu, Inc.
2676
- url: http://www.sogou.com
2677
- -
2678
- user_agent: Sogou inst spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm
2679
- bot:
2680
- name: Sogou Spider
2681
- category: Search bot
2682
- url: http://www.sogou.com/docs/help/webmasters.htm
2683
- producer:
2684
- name: Sohu, Inc.
2685
- url: http://www.sogou.com
2686
- -
2687
- user_agent: Sogou Pic Spider/3.0(+http://www.sogou.com/docs/help/webmasters.htm
2688
- bot:
2689
- name: Sogou Spider
2690
- category: Search bot
2691
- url: http://www.sogou.com/docs/help/webmasters.htm
2692
- producer:
2693
- name: Sohu, Inc.
2694
- url: http://www.sogou.com
2695
- -
2696
- user_agent: Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm
2697
- bot:
2698
- name: Sogou Spider
2699
- category: Search bot
2700
- url: http://www.sogou.com/docs/help/webmasters.htm
2701
- producer:
2702
- name: Sohu, Inc.
2703
- url: http://www.sogou.com
2704
- -
2705
- user_agent: Sosospider+(+http://help.soso.com/webspider.htm)
2706
- bot:
2707
- name: Soso Spider
2708
- category: Search bot
2709
- url: http://help.soso.com/webspider.htm
2710
- producer:
2711
- name: Tencent Holdings
2712
- url: http://www.soso.com
2713
- -
2714
- user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Sparkler/0.2.0-SNAPSHOT
2715
- bot:
2716
- name: Sparkler
2717
- category: Crawler
2718
- url: https://github.com/USCDataScience/sparkler
2719
- -
2720
- user_agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19; aggregator:Spinn3r (Spinn3r 3.1); http://spinn3r.com/robot) Gecko/2010040121 Firefox/3.0.19
2721
- bot:
2722
- name: Spinn3r
2723
- category: Crawler
2724
- url: http://spinn3r.com/robot
2725
- producer:
2726
- name: Tailrank Inc
2727
- url: http://spinn3r.com
2728
- -
2729
- user_agent: Spotify/1.0
2730
- bot:
2731
- name: Spotify
2732
- producer:
2733
- name: Spotify
2734
- url: https://www.spotify.com
2735
- -
2736
- user_agent: Mozilla/5.0 (compatible; SputnikBot/2.2)
2737
- bot:
2738
- name: Sputnik Bot
2739
- category: ""
2740
- url: ""
2741
- producer:
2742
- name: ""
2743
- url: ""
2744
- -
2745
- user_agent: Mozilla/5.0 (compatible; SputnikImageBot/2.2)
2746
- bot:
2747
- name: Sputnik Bot
2748
- category: ""
2749
- url: ""
2750
- producer:
2751
- name: ""
2752
- url: ""
2753
- -
2754
- user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) (compatible; Startpagina-Linkchecker/1.0; +https://www.startpagina.nl/linkchecker)
2755
- bot:
2756
- name: Startpagina Linkchecker
2757
- category: Search bot
2758
- url: https://www.startpagina.nl/linkchecker
2759
- producer:
2760
- name: Startpagina B.V.
2761
- url: https://www.startpagina.nl/
2762
- -
2763
- user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/98 Safari/537.4 (StatusCake)
2764
- bot:
2765
- name: StatusCake
2766
- category: Site Monitor
2767
- url: https://www.statuscake.com
2768
- producer:
2769
- name: StatusCake
2770
- url: https://www.statuscake.com
2771
- -
2772
- user_agent: 'Superfeedr bot/2.0 http://superfeedr.com - Make your feeds realtime: get in touch!'
2773
- bot:
2774
- name: Superfeedr Bot
2775
- category: Feed Fetcher
2776
- url: ""
2777
- producer:
2778
- name: Superfeedr
2779
- url: https://superfeedr.com/
2780
- -
2781
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)
2782
- bot:
2783
- name: Survey Bot
2784
- category: Search bot
2785
- url: http://www.domaintools.com/webmasters/surveybot.php
2786
- producer:
2787
- name: Domain Tools
2788
- url: http://www.domaintools.com
2789
- -
2790
- user_agent: TLSProbe/1.0 (+https://scan.trustnet.venafi.com/)
2791
- bot:
2792
- name: TLSProbe
2793
- url: https://scan.trustnet.venafi.com/
2794
- category: Security search bot
2795
- producer:
2796
- name: Venafi TrustNet
2797
- url: https://www.venafi.com
2798
- -
2799
- user_agent: Tarmot Gezgin/1.0 (compatible; TarmotGezgin/1.1; +http://www.tarmot.com/gezgin)
2800
- bot:
2801
- name: Tarmot Gezgin
2802
- url: http://www.tarmot.com/gezgin/
2803
- category: Search bot
2804
- -
2805
- user_agent: TelegramBot (like TwitterBot)
2806
- bot:
2807
- name: TelegramBot
2808
- url: https://telegram.org/blog/bot-revolution
2809
- -
2810
- user_agent: The Knowledge AI
2811
- bot:
2812
- name: The Knowledge AI
2813
- category: Crawler
2814
- -
2815
- user_agent: TinEye-bot/0.02 (see http://www.tineye.com/crawler.html)
2816
- bot:
2817
- name: TinEye Crawler
2818
- category: Search bot
2819
- url: http://www.tineye.com/crawler.html
2820
- producer:
2821
- name: Idée Inc.
2822
- url: http://ideeinc.com
2823
- -
2824
- user_agent: Tiny Tiny RSS/1.10 (http://tt-rss.org/)
2825
- bot:
2826
- name: Tiny Tiny RSS
2827
- url: http://tt-rss.org
2828
- category: Feed Fetcher
2829
- producer:
2830
- name: ""
2831
- url: ""
2832
- -
2833
- user_agent: Tiny Tiny RSS/1.11.4c63934 (http://tt-rss.org/)
2834
- bot:
2835
- name: Tiny Tiny RSS
2836
- url: http://tt-rss.org
2837
- category: Feed Fetcher
2838
- producer:
2839
- name: ""
2840
- url: ""
2841
- -
2842
- user_agent: Mozilla/5.0 (compatible; tracemyfile/1.0)
2843
- bot:
2844
- name: TraceMyFile
2845
- category: Search bot
2846
- url: https://www.tracemyfile.com/
2847
- producer:
2848
- name: Idee Inc.
2849
- url: http://ideeinc.com/
2850
- -
2851
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11
2852
- bot:
2853
- name: Trendiction Bot
2854
- category: Crawler
2855
- url: http://www.trendiction.de/bot
2856
- producer:
2857
- name: Talkwalker Inc.
2858
- url: http://www.talkwalker.com
2859
- -
2860
- user_agent: TurnitinBot/3.0 (http://www.turnitin.com/robot/crawlerinfo.html)
2861
- bot:
2862
- name: TurnitinBot
2863
- category: Crawler
2864
- url: http://www.turnitin.com/robot/crawlerinfo.html
2865
- producer:
2866
- name: iParadigms, LLC.
2867
- url: http://www.turnitin.com
2868
- -
2869
- user_agent: Mozilla/5.0 (compatible; TweetedTimes Bot/1.0; +http://tweetedtimes.com)
2870
- bot:
2871
- name: TweetedTimes Bot
2872
- category: Crawler
2873
- url: http://tweetedtimes.com
2874
- producer:
2875
- name: TweetedTimes
2876
- url: http://tweetedtimes.com/
2877
- -
2878
- user_agent: TweetedTimes Bot/1.0 (Mozilla/5.0 Compatible, +http://tweetedtimes.com)
2879
- bot:
2880
- name: TweetedTimes Bot
2881
- category: Crawler
2882
- url: http://tweetedtimes.com
2883
- producer:
2884
- name: TweetedTimes
2885
- url: http://tweetedtimes.com/
2886
- -
2887
- user_agent: Mozilla/5.0 (compatible; TweetmemeBot/3.0; +http://tweetmeme.com/)
2888
- bot:
2889
- name: Tweetmeme Bot
2890
- category: Crawler
2891
- url: http://tweetmeme.com/
2892
- producer:
2893
- name: Mediasift
2894
- url: ""
2895
- -
2896
- user_agent: Mozilla/5.0 (compatible; Twingly Recon; twingly.com)
2897
- bot:
2898
- name: Twingly Recon
2899
- category: Crawler
2900
- producer:
2901
- name: Twingly
2902
- url: https://www.twingly.com
2903
- -
2904
- user_agent: Twitterbot/1.0
2905
- bot:
2906
- name: Twitterbot
2907
- category: Social Media Agent
2908
- url: https://dev.twitter.com/docs/cards/getting-started
2909
- producer:
2910
- name: Twitter
2911
- url: http://www.twitter.com
2912
- -
2913
- user_agent: Mozilla/5.0 (compatible; URLAppendBot/1.0; +http://www.profound.net/urlappendbot.html)
2914
- bot:
2915
- name: URLAppendBot
2916
- category: Crawler
2917
- url: http://www.profound.net/urlappendbot.html
2918
- producer:
2919
- name: Profound Networks
2920
- url: http://www.profound.net
2921
- -
2922
- user_agent: 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 (via secureurl.fwdcdn.com - mail.ukr.net proxy)'
2923
- bot:
2924
- name: UkrNet Mail Proxy
2925
- category: Crawler
2926
- url: ""
2927
- producer:
2928
- name: UkrNet Ltd
2929
- url: https://www.ukr.net/
2930
- -
2931
- user_agent: UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/
2932
- bot:
2933
- name: UniversalFeedParser
2934
- category: Feed Fetcher
2935
- url: https://github.com/kurtmckee/feedparser
2936
- producer:
2937
- name: Kurt McKee
2938
- url: https://github.com/kurtmckee
2939
- -
2940
- user_agent: Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)
2941
- bot:
2942
- name: Uptime Robot
2943
- category: Site Monitor
2944
- url: ""
2945
- producer:
2946
- name: Uptime Robot
2947
- url: http://uptimerobot.com
2948
- -
2949
- user_agent: Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)
2950
- bot:
2951
- name: Uptimebot
2952
- category: Site Monitor
2953
- url: https://uptime.com/uptimebot
2954
- producer:
2955
- name: Uptime
2956
- url: https://uptime.com
2957
- -
2958
- user_agent: Mozilla/5.0 (compatible; vkShare; +http://vk.com/dev/Share)
2959
- bot:
2960
- name: VK Share Button
2961
- category: Crawler
2962
- url: http://vk.com/dev/Share
2963
- producer:
2964
- name: VK
2965
- url: http://vk.com/
2966
- -
2967
- user_agent: 'Mozilla/4.0 (compatible; Vagabondo/4.0; http://webagent.wise-guys.nl/; http://www.wise-guys.nl/)'
2968
- bot:
2969
- name: Vagabondo
2970
- category: Crawler
2971
- url: ""
2972
- producer:
2973
- name: WiseGuys
2974
- url: http://www.wise-guys.nl/
2975
- -
2976
- user_agent: Mozilla/5.0 (compatible; VSMCrawler; http://www.visualsitemapper.com/crawler/)
2977
- bot:
2978
- name: Visual Site Mapper Crawler
2979
- category: Crawler
2980
- url: http://www.visualsitemapper.com/crawler
2981
- producer:
2982
- name: Alentum Software Ltd.
2983
- url: http://www.alentum.com
2984
- -
2985
- user_agent: 'Jigsaw/2.3.0 W3C_CSS_Validator_JFouffa/2.0 (See <http://validator.w3.org/services>)'
2986
- bot:
2987
- name: W3C CSS Validator
2988
- category: Validator
2989
- url: http://jigsaw.w3.org/css-validator
2990
- producer:
2991
- name: W3C
2992
- url: http://www.w3.org
2993
- -
2994
- user_agent: W3C_I18n-Checker/1.0 (http://validator.w3.org/services)
2995
- bot:
2996
- name: W3C I18N Checker
2997
- category: Validator
2998
- url: http://validator.w3.org/i18n-checker
2999
- producer:
3000
- name: W3C
3001
- url: http://www.w3.org
3002
- -
3003
- user_agent: 'W3C-checklink/4.0 [4.4] libwww-perl/5.803'
3004
- bot:
3005
- name: W3C Link Checker
3006
- category: Validator
3007
- url: http://validator.w3.org/checklink
3008
- producer:
3009
- name: W3C
3010
- url: http://www.w3.org
3011
- -
3012
- user_agent: W3C-checklink/4.81 libwww-perl/5.836
3013
- bot:
3014
- name: W3C Link Checker
3015
- category: Validator
3016
- url: http://validator.w3.org/checklink
3017
- producer:
3018
- name: W3C
3019
- url: http://www.w3.org
3020
- -
3021
- user_agent: Validator.nu/LV http://validator.w3.org/services
3022
- bot:
3023
- name: W3C Markup Validation Service
3024
- category: Validator
3025
- url: http://validator.w3.org/services
3026
- producer:
3027
- name: W3C
3028
- url: http://www.w3.org
3029
- -
3030
- user_agent: W3C_Validator/1.3 http://validator.w3.org/services
3031
- bot:
3032
- name: W3C Markup Validation Service
3033
- category: Validator
3034
- url: http://validator.w3.org/services
3035
- producer:
3036
- name: W3C
3037
- url: http://www.w3.org
3038
- -
3039
- user_agent: W3C_Validator/1.767
3040
- bot:
3041
- name: W3C Markup Validation Service
3042
- category: Validator
3043
- url: http://validator.w3.org/services
3044
- producer:
3045
- name: W3C
3046
- url: http://www.w3.org
3047
- -
3048
- user_agent: W3C-mobileOK/DDC-1.0 (see http://www.w3.org/2006/07/mobileok-ddc)
3049
- bot:
3050
- name: W3C MobileOK Checker
3051
- category: Validator
3052
- url: http://validator.w3.org/mobile
3053
- producer:
3054
- name: W3C
3055
- url: http://www.w3.org
3056
- -
3057
- user_agent: W3C_Unicorn/1.0 (http://validator.w3.org/services)
3058
- bot:
3059
- name: W3C Unified Validator
3060
- category: Validator
3061
- url: http://validator.w3.org/unicorn
3062
- producer:
3063
- name: W3C
3064
- url: http://www.w3.org
3065
- -
3066
- user_agent: Mozilla/5.0 (compatible; Wappalyzer; +https://github.com/AliasIO/Wappalyzer)
3067
- bot:
3068
- name: Wappalyzer
3069
- url: https://github.com/AliasIO/Wappalyzer
3070
- producer:
3071
- name: AliasIO
3072
- url: https://github.com/AliasIO
3073
- -
3074
- user_agent: WeSEE:Search/0.1 (Alpha, http://www.wesee.com/en/support/bot/)
3075
- bot:
3076
- name: WeSEE:Search
3077
- category: Search bot
3078
- url: http://www.wesee.com/bot
3079
- producer:
3080
- name: WeSEE Ltd
3081
- url: http://www.wesee.com
3082
- -
3083
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4) Build/MPJ24.139-64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Mobile Safari/537.36 PTST/180829.190838
3084
- bot:
3085
- name: WebPageTest
3086
- category: Site Monitor
3087
- url: https://www.webpagetest.org
3088
- -
3089
- user_agent: websitepulse checker/1.1 (compatible; MSIE 5.5; Netscape 4.75; Linux)
3090
- bot:
3091
- name: WebSitePulse
3092
- category: Site Monitor
3093
- url: http://badcheese.com/crawler.html
3094
- producer:
3095
- name: WebSitePulse
3096
- url: http://www.websitepulse.com/
3097
- -
3098
- user_agent: WebbCrawler 1.0 ( http://badcheese.com/crawler.html )
3099
- bot:
3100
- name: WebbCrawler
3101
- category: Crawler
3102
- url: http://badcheese.com/crawler.html
3103
- producer:
3104
- name: Steve Webb
3105
- url: http://badcheese.com
3106
- -
3107
- user_agent: weborama-fetcher (+http://www.weborama.com)
3108
- bot:
3109
- name: Weborama
3110
- category: Search bot
3111
- url: https://weborama.com/
3112
- producer:
3113
- name: Weborama SA
3114
- url: https://weborama.com/
3115
- -
3116
- user_agent: WikiDo/1.1 (http://wikido.com; crawler@wikido.com)
3117
- bot:
3118
- name: WikiDo
3119
- category: Search bot
3120
- url: https://www.wikido.com/
3121
- producer:
3122
- name: Fotolitografie Fiorentine di Becchi Antonio s.n.c.
3123
- url: https://www.wikido.com/
3124
- -
3125
- user_agent: Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/)
3126
- bot:
3127
- name: WooRank
3128
- category: Search bot
3129
- url: https://www.woorank.com/
3130
- producer:
3131
- name: WooRank sprl
3132
- url: https://www.woorank.com/
3133
- -
3134
- user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1 (compatible; woorankreview/2.0; +https://www.woorank.com/)
3135
- bot:
3136
- name: WooRank
3137
- category: Search bot
3138
- url: https://www.woorank.com/
3139
- producer:
3140
- name: WooRank sprl
3141
- url: https://www.woorank.com/
3142
- -
3143
- user_agent: WordPress/4.7.2; https://example.com
3144
- bot:
3145
- name: WordPress
3146
- category: Service Agent
3147
- url: https://wordpress.org/
3148
- producer:
3149
- name: Wordpress.org
3150
- url: https://wordpress.org/
3151
- -
3152
- user_agent: Wotbox/2.01 (+http://www.wotbox.com/bot/)
3153
- bot:
3154
- name: Wotbox
3155
- category: Search bot
3156
- url: http://www.wotbox.com/bot/
3157
- producer:
3158
- name: Wotbox
3159
- url: http://www.wotbox.com
3160
- -
3161
- user_agent: XenForo/2.x (https://www.example.com)
3162
- bot:
3163
- name: XenForo
3164
- category: Service Agent
3165
- url: https://xenforo.com/
3166
- producer:
3167
- name: XenForo Ltd.
3168
- url: https://xenforo.com/
3169
- -
3170
- user_agent: yacybot (freeworld/global; amd64 Linux 3.2.0-4-amd64; java 1.7.0_25; Europe/en) http://yacy.net/bot.html
3171
- bot:
3172
- name: YaCy
3173
- category: Search bot
3174
- url: http://yacy.net/bot.html
3175
- producer:
3176
- name: YaCy
3177
- url: http://yacy.net
3178
- -
3179
- user_agent: yacybot (freeworld/global; x86 Windows XP 5.1; java 1.7.0_21; GMT+04:00/ru) http://yacy.net/bot.html
3180
- bot:
3181
- name: YaCy
3182
- category: Search bot
3183
- url: http://yacy.net/bot.html
3184
- producer:
3185
- name: YaCy
3186
- url: http://yacy.net
3187
- -
3188
- user_agent: Mozilla/5.0 (compatible; Yahoo Ad monitoring; https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html)
3189
- bot:
3190
- name: Yahoo Gemini
3191
- category: Crawler
3192
- url: https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html
3193
- producer:
3194
- name: Yahoo! Inc.
3195
- url: http://www.yahoo.com
3196
- -
3197
- user_agent: Y!J-BRW/1.0 (https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716)
3198
- bot:
3199
- name: Yahoo! Japan BRW
3200
- category: Crawler
3201
- url: https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて
3202
- producer:
3203
- name: Yahoo! Japan Corp.
3204
- url: https://www.yahoo.co.jp/
3205
- -
3206
- user_agent: Mozilla/5.0 (compatible; Yahoo Link Preview; https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html)
3207
- bot:
3208
- name: Yahoo! Link Preview
3209
- category: Crawler
3210
- url: https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html
3211
- producer:
3212
- name: Yahoo! Inc.
3213
- url: http://www.yahoo.com
3214
- -
3215
- user_agent: Yahoo:LinkExpander:Slingstone
3216
- bot:
3217
- name: Yahoo! Link Preview
3218
- category: Crawler
3219
- url: https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html
3220
- producer:
3221
- name: Yahoo! Inc.
3222
- url: http://www.yahoo.com
3223
- -
3224
- user_agent: Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp) NOT Firefox/3.5
3225
- bot:
3226
- name: Yahoo! Slurp
3227
- category: Search bot
3228
- url: http://help.yahoo.com/ysearch/slurp
3229
- producer:
3230
- name: Yahoo! Inc.
3231
- url: http://www.yahoo.com
3232
- -
3233
- user_agent: Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
3234
- bot:
3235
- name: Yahoo! Slurp
3236
- category: Search bot
3237
- url: http://help.yahoo.com/ysearch/slurp
3238
- producer:
3239
- name: Yahoo! Inc.
3240
- url: http://www.yahoo.com
3241
- -
3242
- user_agent: Mozilla/5.0 (compatible; Linux i686; Yandex.Gazeta Bot/1.0; +http://gazeta.yandex.ru)
3243
- bot:
3244
- name: Yandex Bot
3245
- category: Search bot
3246
- url: http://www.yandex.com/bots
3247
- producer:
3248
- name: Yandex LLC
3249
- url: http://company.yandex.com
3250
- -
3251
- user_agent: Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)
3252
- bot:
3253
- name: Yandex Bot
3254
- category: Search bot
3255
- url: http://www.yandex.com/bots
3256
- producer:
3257
- name: Yandex LLC
3258
- url: http://company.yandex.com
3259
- -
3260
- user_agent: Mozilla/5.0 (compatible; YandexAntivirus/2.0; +http://yandex.com/bots)
3261
- bot:
3262
- name: Yandex Bot
3263
- category: Search bot
3264
- url: http://www.yandex.com/bots
3265
- producer:
3266
- name: Yandex LLC
3267
- url: http://company.yandex.com
3268
- -
3269
- user_agent: Mozilla/5.0 (compatible; YandexAntivirus/2.0; +http://yandex.com/bots)
3270
- bot:
3271
- name: Yandex Bot
3272
- category: Search bot
3273
- url: http://www.yandex.com/bots
3274
- producer:
3275
- name: Yandex LLC
3276
- url: http://company.yandex.com
3277
- -
3278
- user_agent: Mozilla/5.0 (compatible; YandexBlogs/0.99; robot; B; +http://yandex.com/bots)
3279
- bot:
3280
- name: Yandex Bot
3281
- category: Search bot
3282
- url: http://www.yandex.com/bots
3283
- producer:
3284
- name: Yandex LLC
3285
- url: http://company.yandex.com
3286
- -
3287
- user_agent: Mozilla/5.0 (compatible; YandexBlogs/0.99; robot; B; +http://yandex.com/bots)
3288
- bot:
3289
- name: Yandex Bot
3290
- category: Search bot
3291
- url: http://www.yandex.com/bots
3292
- producer:
3293
- name: Yandex LLC
3294
- url: http://company.yandex.com
3295
- -
3296
- user_agent: Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)
3297
- bot:
3298
- name: Yandex Bot
3299
- category: Search bot
3300
- url: http://www.yandex.com/bots
3301
- producer:
3302
- name: Yandex LLC
3303
- url: http://company.yandex.com
3304
- -
3305
- user_agent: Mozilla/5.0 (compatible; YandexDirect/3.0; +http://yandex.com/bots)
3306
- bot:
3307
- name: Yandex Bot
3308
- category: Search bot
3309
- url: http://www.yandex.com/bots
3310
- producer:
3311
- name: Yandex LLC
3312
- url: http://company.yandex.com
3313
- -
3314
- user_agent: Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)
3315
- bot:
3316
- name: Yandex Bot
3317
- category: Search bot
3318
- url: http://www.yandex.com/bots
3319
- producer:
3320
- name: Yandex LLC
3321
- url: http://company.yandex.com
3322
- -
3323
- user_agent: Mozilla/5.0 (compatible; YandexImageResizer/2.0; +http://yandex.com/bots)
3324
- bot:
3325
- name: Yandex Bot
3326
- category: Search bot
3327
- url: http://www.yandex.com/bots
3328
- producer:
3329
- name: Yandex LLC
3330
- url: http://company.yandex.com
3331
- -
3332
- user_agent: Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)
3333
- bot:
3334
- name: Yandex Bot
3335
- category: Search bot
3336
- url: http://www.yandex.com/bots
3337
- producer:
3338
- name: Yandex LLC
3339
- url: http://company.yandex.com
3340
- -
3341
- user_agent: Mozilla/5.0 (compatible; YandexMetrika/2.0; +http://yandex.com/bots)
3342
- bot:
3343
- name: Yandex Bot
3344
- category: Search bot
3345
- url: http://www.yandex.com/bots
3346
- producer:
3347
- name: Yandex LLC
3348
- url: http://company.yandex.com
3349
- -
3350
- user_agent: Mozilla/5.0 (compatible; YandexMobileScreenShotBot/1.0; +http://yandex.com/bots)
3351
- bot:
3352
- name: Yandex Bot
3353
- category: Search bot
3354
- url: http://www.yandex.com/bots
3355
- producer:
3356
- name: Yandex LLC
3357
- url: http://company.yandex.com
3358
- -
3359
- user_agent: Mozilla/5.0 (compatible; YandexNews/3.0; +http://yandex.com/bots)
3360
- bot:
3361
- name: Yandex Bot
3362
- category: Search bot
3363
- url: http://www.yandex.com/bots
3364
- producer:
3365
- name: Yandex LLC
3366
- url: http://company.yandex.com
3367
- -
3368
- user_agent: Mozilla/5.0 (compatible; YandexNewslinks; +http://yandex.com/bots)
3369
- bot:
3370
- name: Yandex Bot
3371
- category: Search bot
3372
- url: http://www.yandex.com/bots
3373
- producer:
3374
- name: Yandex LLC
3375
- url: http://company.yandex.com
3376
- -
3377
- user_agent: Mozilla/5.0 (compatible; YandexOntoDB/1.0; +http://yandex.com/bots)
3378
- bot:
3379
- name: Yandex Bot
3380
- category: Search bot
3381
- url: http://www.yandex.com/bots
3382
- producer:
3383
- name: Yandex LLC
3384
- url: http://company.yandex.com
3385
- -
3386
- user_agent: Mozilla/5.0 (compatible; YandexOntoDBAPI/1.0; +http://yandex.com/bots)
3387
- bot:
3388
- name: Yandex Bot
3389
- category: Search bot
3390
- url: http://www.yandex.com/bots
3391
- producer:
3392
- name: Yandex LLC
3393
- url: http://company.yandex.com
3394
- -
3395
- user_agent: Mozilla/5.0 (compatible; YandexPartner/3.0; +http://yandex.com/bots)
3396
- bot:
3397
- name: Yandex Bot
3398
- category: Search bot
3399
- url: http://www.yandex.com/bots
3400
- producer:
3401
- name: Yandex LLC
3402
- url: http://company.yandex.com
3403
- -
3404
- user_agent: Mozilla/5.0 (compatible; YandexRCA/1.0; +http://yandex.com/bots)
3405
- bot:
3406
- name: Yandex Bot
3407
- category: Search bot
3408
- url: http://www.yandex.com/bots
3409
- producer:
3410
- name: Yandex LLC
3411
- url: http://company.yandex.com
3412
- -
3413
- user_agent: Mozilla/5.0 (compatible; YandexSearchShop/1.0; +http://yandex.com/bots)
3414
- bot:
3415
- name: Yandex Bot
3416
- category: Search bot
3417
- url: http://www.yandex.com/bots
3418
- producer:
3419
- name: Yandex LLC
3420
- url: http://company.yandex.com
3421
- -
3422
- user_agent: Mozilla/5.0 (compatible; YandexTracker/1.0; +http://yandex.com/bots)
3423
- bot:
3424
- name: Yandex Bot
3425
- category: Search bot
3426
- url: http://www.yandex.com/bots
3427
- producer:
3428
- name: Yandex LLC
3429
- url: http://company.yandex.com
3430
- -
3431
- user_agent: Mozilla/5.0 (compatible; YandexTurbo/1.0; +http://yandex.com/bots)
3432
- bot:
3433
- name: Yandex Bot
3434
- category: Search bot
3435
- url: http://www.yandex.com/bots
3436
- producer:
3437
- name: Yandex LLC
3438
- url: http://company.yandex.com
3439
- -
3440
- user_agent: Mozilla/5.0 (compatible; YandexVerticals/1.0; http://yandex.com/bots)
3441
- bot:
3442
- name: Yandex Bot
3443
- category: Search bot
3444
- url: http://www.yandex.com/bots
3445
- producer:
3446
- name: Yandex LLC
3447
- url: http://company.yandex.com
3448
- -
3449
- user_agent: Mozilla/5.0 (compatible; NaverJapan/1.0; +http://corp.naver.jp/)
3450
- bot:
3451
- name: Yeti/Naverbot
3452
- category: Search bot
3453
- url: http://help.naver.com/robots/
3454
- producer:
3455
- name: Naver
3456
- url: http://www.naver.com
3457
- -
3458
- user_agent: Yeti/1.1 (Naver Corp.; http://help.naver.com/robots/)
3459
- bot:
3460
- name: Yeti/Naverbot
3461
- category: Search bot
3462
- url: http://help.naver.com/robots/
3463
- producer:
3464
- name: Naver
3465
- url: http://www.naver.com
3466
- -
3467
- user_agent: Mozilla/5.0 (compatible; YoudaoBot/1.0; http://www.youdao.com/help/webmaster/spider/; )
3468
- bot:
3469
- name: Youdao Bot
3470
- category: Search bot
3471
- url: http://www.youdao.com/help/webmaster/spider
3472
- producer:
3473
- name: NetEase, Inc.
3474
- url: http://corp.163.com
3475
- -
3476
- user_agent: YOURLS v1.5.1 +http://yourls.org/ (running on http://fhort.com)
3477
- bot:
3478
- name: Yourls
3479
- category: Crawler
3480
- url: http://yourls.org
3481
- -
3482
- user_agent: Mozilla/5.0 (compatible; YRSpider; +http://www.yunrang.com/yrspider.html)
3483
- bot:
3484
- name: Yunyun Bot
3485
- category: Search bot
3486
- url: http://www.yunyun.com/SiteInfo.php?r=about
3487
- producer:
3488
- name: YunYun
3489
- url: http://www.yunyun.com
3490
- -
3491
- user_agent: Mozilla/5.0 (compatible; YRSpider; +http://www.yunyun.com/SiteInfo.php?r=about)
3492
- bot:
3493
- name: Yunyun Bot
3494
- category: Search bot
3495
- url: http://www.yunyun.com/SiteInfo.php?r=about
3496
- producer:
3497
- name: YunYun
3498
- url: http://www.yunyun.com
3499
- -
3500
- user_agent: Mozilla/5.0 (compatible; YYSpider; +http://www.yunyun.com/spider.html)
3501
- bot:
3502
- name: Yunyun Bot
3503
- category: Search bot
3504
- url: http://www.yunyun.com/SiteInfo.php?r=about
3505
- producer:
3506
- name: YunYun
3507
- url: http://www.yunyun.com
3508
- -
3509
- user_agent: Zao/0.1 (http://www.kototol.org/zao)
3510
- bot:
3511
- name: Zao
3512
- category: Crawler
3513
- -
3514
- user_agent: zelist.ro feed parser (+http://www.zelist.ro)
3515
- bot:
3516
- name: Ze List
3517
- category: Feed Fetcher
3518
- url: https://www.zelist.ro/
3519
- producer:
3520
- name: Treeworks SRL
3521
- url: https://www.tree.ro/
3522
- -
3523
- user_agent: Zookabot/2.5;++http://zookabot.com
3524
- bot:
3525
- name: Zookabot
3526
- category: Crawler
3527
- url: http://zookabot.com
3528
- producer:
3529
- name: Hwacha ApS
3530
- url: http://hwacha.dk
3531
- -
3532
- user_agent: Mozilla/5.0 (compatible; ZumBot/1.0; http://help.zum.com/inquiry)
3533
- bot:
3534
- name: ZumBot
3535
- category: Search bot
3536
- url: http://help.zum.com/inquiry
3537
- producer:
3538
- name: ZUM internet
3539
- url: http://www.zuminternet.com/
3540
- -
3541
- user_agent: ZumBot/1.0 (ZUM Search; http://help.zum.com/inquiry)
3542
- bot:
3543
- name: ZumBot
3544
- category: Search bot
3545
- url: http://help.zum.com/inquiry
3546
- producer:
3547
- name: ZUM internet
3548
- url: http://www.zuminternet.com/
3549
- -
3550
- user_agent: AhrefsBot.Feeds v0.1; http://ahrefs.com/
3551
- bot:
3552
- name: aHrefs Bot
3553
- category: Crawler
3554
- url: http://ahrefs.com/robot
3555
- producer:
3556
- name: Ahrefs Pte Ltd
3557
- url: http://ahrefs.com/robot
3558
- -
3559
- user_agent: Mozilla/5.0 (compatible; AhrefsBot/3.1; +http://ahrefs.com/robot/
3560
- bot:
3561
- name: aHrefs Bot
3562
- category: Crawler
3563
- url: http://ahrefs.com/robot
3564
- producer:
3565
- name: Ahrefs Pte Ltd
3566
- url: http://ahrefs.com/robot
3567
- -
3568
- user_agent: Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)
3569
- bot:
3570
- name: aHrefs Bot
3571
- category: Crawler
3572
- url: http://ahrefs.com/robot
3573
- producer:
3574
- name: Ahrefs Pte Ltd
3575
- url: http://ahrefs.com/robot
3576
- -
3577
- user_agent: 'Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/) AppEngine-Google; (+http://code.google.com/appengine; appid: s~proxyfile1-hrd)'
3578
- bot:
3579
- name: aHrefs Bot
3580
- category: Crawler
3581
- url: http://ahrefs.com/robot
3582
- producer:
3583
- name: Ahrefs Pte Ltd
3584
- url: http://ahrefs.com/robot
3585
- -
3586
- user_agent: Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)
3587
- bot:
3588
- name: archive.org bot
3589
- category: Crawler
3590
- url: http://www.archive.org/details/archive.org_bot
3591
- producer:
3592
- name: The Internet Archive
3593
- url: http://www.archive.org
3594
- -
3595
- user_agent: Mozilla/5.0 (compatible; archive.org_bot/3.3.0 +http://pandora.nla.gov.au/crawl.html)
3596
- bot:
3597
- name: archive.org bot
3598
- category: Crawler
3599
- url: http://www.archive.org/details/archive.org_bot
3600
- producer:
3601
- name: The Internet Archive
3602
- url: http://www.archive.org
3603
- -
3604
- user_agent: Mozilla/5.0 (compatible; archive.org_bot; Archive-It; +http://archive-it.org/files/site-owners.html)
3605
- bot:
3606
- name: archive.org bot
3607
- category: Crawler
3608
- url: http://www.archive.org/details/archive.org_bot
3609
- producer:
3610
- name: The Internet Archive
3611
- url: http://www.archive.org
3612
- -
3613
- user_agent: Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/archive.org_bot)
3614
- bot:
3615
- name: archive.org bot
3616
- category: Crawler
3617
- url: http://www.archive.org/details/archive.org_bot
3618
- producer:
3619
- name: The Internet Archive
3620
- url: http://www.archive.org
3621
- -
3622
- user_agent: Mozilla/5.0 (compatible; heritrix/3.1.2-SNAPSHOT-20131029-0036 +http://archive.org/details/archive.org_bot)
3623
- bot:
3624
- name: archive.org bot
3625
- category: Crawler
3626
- url: http://www.archive.org/details/archive.org_bot
3627
- producer:
3628
- name: The Internet Archive
3629
- url: http://www.archive.org
3630
- -
3631
- user_agent: Mozilla/5.0 (compatible; special_archiver/3.1.1 +http://www.archive.org/details/archive.org_bot)
3632
- bot:
3633
- name: archive.org bot
3634
- category: Crawler
3635
- url: http://www.archive.org/details/archive.org_bot
3636
- producer:
3637
- name: The Internet Archive
3638
- url: http://www.archive.org
3639
- -
3640
- user_agent: Mozilla/5.0 (compatible; special_archiver/3.2.0 +http://www.loc.gov/webarchiving/notice_to_webmasters.html)
3641
- bot:
3642
- name: archive.org bot
3643
- category: Crawler
3644
- url: http://www.archive.org/details/archive.org_bot
3645
- producer:
3646
- name: The Internet Archive
3647
- url: http://www.archive.org
3648
- -
3649
- user_agent: CCBot/2.0 (http://commoncrawl.org/faq/)
3650
- bot:
3651
- name: ccBot crawler
3652
- category: Crawler
3653
- url: http://commoncrawl.org/faq/
3654
- producer:
3655
- name: reddit inc.
3656
- url: http://www.reddit.com
3657
- -
3658
- user_agent: Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)
3659
- bot:
3660
- name: eCairn-Grabber
3661
- category: Crawler
3662
- producer:
3663
- name: eCairn
3664
- url: https://ecairn.com
3665
- -
3666
- user_agent: eZ Publish Link Validator
3667
- bot:
3668
- name: eZ Publish Link Validator
3669
- category: Crawler
3670
- url: https://ez.no/
3671
- producer:
3672
- name: eZ Systems AS
3673
- url: https://ez.no/
3674
- -
3675
- user_agent: Mozilla/5.0 (compatible; evc-batch/2.0)
3676
- bot:
3677
- name: evc-batch
3678
- category: Crawler
3679
- url: ""
3680
- producer:
3681
- name: eVenture Capital Partners II, LLC
3682
- url: http://www.eventures.vc/
3683
- -
3684
- user_agent: Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)
3685
- bot:
3686
- name: inoreader
3687
- category: Feed Reader
3688
- url: https://www.inoreader.com
3689
- -
3690
- user_agent: masscan/1.0 (https://github.com/robertdavidgraham/masscan)
3691
- bot:
3692
- name: masscan
3693
- url: https://github.com/robertdavidgraham/masscan
3694
- category: Crawler
3695
- producer:
3696
- name: Robert Graham
3697
- url: https://github.com/robertdavidgraham
3698
- -
3699
- user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com'
3700
- bot:
3701
- name: nbertaupete95
3702
- category: Crawler
3703
- -
3704
- user_agent: Mozilla/5.0 (compatible; oBot/2.3.1; http://www.xforce-security.com/crawler/)
3705
- bot:
3706
- name: oBot
3707
- category: Search bot
3708
- url: http://www.xforce-security.com/crawler/
3709
- producer:
3710
- name: 'IBM Germany Research & Development GmbH'
3711
- url: https://exchange.xforce.ibmcloud.com/
3712
- -
3713
- user_agent: 'sqlmap/1.1.8.2#dev (http://sqlmap.org)'
3714
- bot:
3715
- name: sqlmap
3716
- category: Security Checker
3717
- url: http://sqlmap.org/
3718
- producer:
3719
- name: sqlmap
3720
- url: http://sqlmap.org/
3721
- -
3722
- user_agent: Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)
3723
- bot:
3724
- name: theoldreader
3725
- category: Feed Reader
3726
- url: https://theoldreader.com