device_detector 1.0.6 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +5 -5
- data/lib/device_detector/device.rb +82 -3
- data/lib/device_detector/os.rb +4 -2
- data/lib/device_detector/parser.rb +1 -1
- data/lib/device_detector/version.rb +1 -1
- data/lib/device_detector/version_extractor.rb +20 -1
- data/regexes/bots.yml +49 -6
- data/regexes/client/browsers.yml +170 -16
- data/regexes/client/libraries.yml +20 -1
- data/regexes/client/mediaplayers.yml +2 -2
- data/regexes/client/mobile_apps.yml +447 -13
- data/regexes/client/pim.yml +16 -1
- data/regexes/device/consoles.yml +7 -1
- data/regexes/device/mobiles.yml +3169 -912
- data/regexes/device/portable_media_player.yml +16 -6
- data/regexes/oss.yml +380 -467
- metadata +3 -164
- data/.gitignore +0 -14
- data/.rubocop.yml +0 -49
- data/.ruby-version +0 -1
- data/.travis.yml +0 -14
- data/Gemfile +0 -8
- data/Rakefile +0 -86
- data/device_detector.gemspec +0 -27
- data/spec/device_detector/bot_fixtures_spec.rb +0 -30
- data/spec/device_detector/client_fixtures_spec.rb +0 -31
- data/spec/device_detector/concrete_user_agent_spec.rb +0 -123
- data/spec/device_detector/detector_fixtures_spec.rb +0 -99
- data/spec/device_detector/device_fixtures_spec.rb +0 -36
- data/spec/device_detector/device_spec.rb +0 -147
- data/spec/device_detector/memory_cache_spec.rb +0 -148
- data/spec/device_detector/model_extractor_spec.rb +0 -63
- data/spec/device_detector/os_fixtures_spec.rb +0 -26
- data/spec/device_detector/version_extractor_spec.rb +0 -79
- data/spec/device_detector_spec.rb +0 -189
- data/spec/fixtures/client/browser.yml +0 -3935
- data/spec/fixtures/client/feed_reader.yml +0 -187
- data/spec/fixtures/client/library.yml +0 -253
- data/spec/fixtures/client/mediaplayer.yml +0 -193
- data/spec/fixtures/client/mobile_app.yml +0 -703
- data/spec/fixtures/client/pim.yml +0 -175
- data/spec/fixtures/detector/bots.yml +0 -4434
- data/spec/fixtures/detector/camera.yml +0 -127
- data/spec/fixtures/detector/car_browser.yml +0 -217
- data/spec/fixtures/detector/console.yml +0 -343
- data/spec/fixtures/detector/desktop.yml +0 -7580
- data/spec/fixtures/detector/feature_phone.yml +0 -1597
- data/spec/fixtures/detector/feed_reader.yml +0 -524
- data/spec/fixtures/detector/mediaplayer.yml +0 -306
- data/spec/fixtures/detector/mobile_apps.yml +0 -1233
- data/spec/fixtures/detector/peripheral.yml +0 -271
- data/spec/fixtures/detector/phablet.yml +0 -7366
- data/spec/fixtures/detector/portable_media_player.yml +0 -527
- data/spec/fixtures/detector/smart_display.yml +0 -235
- data/spec/fixtures/detector/smart_speaker.yml +0 -60
- data/spec/fixtures/detector/smartphone-1.yml +0 -9622
- data/spec/fixtures/detector/smartphone-10.yml +0 -8981
- data/spec/fixtures/detector/smartphone-11.yml +0 -8938
- data/spec/fixtures/detector/smartphone-12.yml +0 -8989
- data/spec/fixtures/detector/smartphone-13.yml +0 -9412
- data/spec/fixtures/detector/smartphone-14.yml +0 -9477
- data/spec/fixtures/detector/smartphone-15.yml +0 -9281
- data/spec/fixtures/detector/smartphone-16.yml +0 -9678
- data/spec/fixtures/detector/smartphone-17.yml +0 -9965
- data/spec/fixtures/detector/smartphone-18.yml +0 -9806
- data/spec/fixtures/detector/smartphone-19.yml +0 -9965
- data/spec/fixtures/detector/smartphone-2.yml +0 -12242
- data/spec/fixtures/detector/smartphone-20.yml +0 -9710
- data/spec/fixtures/detector/smartphone-21.yml +0 -8693
- data/spec/fixtures/detector/smartphone-22.yml +0 -10178
- data/spec/fixtures/detector/smartphone-23.yml +0 -9453
- data/spec/fixtures/detector/smartphone-24.yml +0 -9843
- data/spec/fixtures/detector/smartphone-25.yml +0 -9703
- data/spec/fixtures/detector/smartphone-26.yml +0 -10007
- data/spec/fixtures/detector/smartphone-27.yml +0 -4927
- data/spec/fixtures/detector/smartphone-3.yml +0 -9909
- data/spec/fixtures/detector/smartphone-4.yml +0 -8954
- data/spec/fixtures/detector/smartphone-5.yml +0 -8981
- data/spec/fixtures/detector/smartphone-6.yml +0 -8948
- data/spec/fixtures/detector/smartphone-7.yml +0 -8975
- data/spec/fixtures/detector/smartphone-8.yml +0 -9810
- data/spec/fixtures/detector/smartphone-9.yml +0 -8925
- data/spec/fixtures/detector/smartphone.yml +0 -9001
- data/spec/fixtures/detector/tablet-1.yml +0 -10155
- data/spec/fixtures/detector/tablet-2.yml +0 -9064
- data/spec/fixtures/detector/tablet-3.yml +0 -9035
- data/spec/fixtures/detector/tablet-4.yml +0 -9062
- data/spec/fixtures/detector/tablet-5.yml +0 -9273
- data/spec/fixtures/detector/tablet-6.yml +0 -4588
- data/spec/fixtures/detector/tablet.yml +0 -8979
- data/spec/fixtures/detector/tv-1.yml +0 -2501
- data/spec/fixtures/detector/tv.yml +0 -10045
- data/spec/fixtures/detector/unknown.yml +0 -3071
- data/spec/fixtures/detector/wearable.yml +0 -915
- data/spec/fixtures/device/camera.yml +0 -19
- data/spec/fixtures/device/car_browser.yml +0 -13
- data/spec/fixtures/device/console.yml +0 -79
- data/spec/fixtures/device/notebook.yml +0 -7
- data/spec/fixtures/parser/oss.yml +0 -2418
- data/spec/fixtures/parser/vendorfragments.yml +0 -168
- data/spec/spec_helper.rb +0 -9
@@ -1,4434 +0,0 @@
|
|
1
|
-
---
|
2
|
-
-
|
3
|
-
user_agent: 360spider-image
|
4
|
-
bot:
|
5
|
-
name: 360Spider
|
6
|
-
category: Search bot
|
7
|
-
url: https://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: https://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: https://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: https://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: ias-va/3.1 (+https://www.admantx.com/service-fetcher.html)
|
44
|
-
bot:
|
45
|
-
name: ADmantX Service Fetcher
|
46
|
-
category: Service bot
|
47
|
-
url: https://www.admantx.com/service-fetcher.html
|
48
|
-
-
|
49
|
-
user_agent: Aboundex/0.3 (http://www.aboundex.com/crawler/)
|
50
|
-
bot:
|
51
|
-
name: Aboundexbot
|
52
|
-
category: Search bot
|
53
|
-
url: http://www.aboundex.com/crawler/
|
54
|
-
producer:
|
55
|
-
name: Aboundex.com
|
56
|
-
url: http://www.aboundex.com
|
57
|
-
-
|
58
|
-
user_agent: Mozilla/5.0 (compatible; AcoonBot/4.11.1; +http://www.acoon.de/robot.asp)
|
59
|
-
bot:
|
60
|
-
name: Acoon
|
61
|
-
category: Search bot
|
62
|
-
url: http://www.acoon.de/robot.asp
|
63
|
-
producer:
|
64
|
-
name: Acoon GmbH
|
65
|
-
url: http://www.acoon.de
|
66
|
-
-
|
67
|
-
user_agent: AddThis.com robot tech.support@clearspring.com
|
68
|
-
bot:
|
69
|
-
name: AddThis.com
|
70
|
-
category: Social Media Agent
|
71
|
-
url: ""
|
72
|
-
producer:
|
73
|
-
name: Clearspring Technologies, Inc.
|
74
|
-
url: http://www.clearspring.com
|
75
|
-
-
|
76
|
-
user_agent: ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.com)
|
77
|
-
bot:
|
78
|
-
name: Alexa Crawler
|
79
|
-
category: Search bot
|
80
|
-
url: https://support.alexa.com/hc/en-us/sections/200100794-Crawlers
|
81
|
-
producer:
|
82
|
-
name: Alexa Internet
|
83
|
-
url: https://www.alexa.com
|
84
|
-
-
|
85
|
-
user_agent: Mozilla/5.0 (compatible; alexa site audit/1.0; http://www.alexa.com/help/webmasters; )
|
86
|
-
bot:
|
87
|
-
name: Alexa Site Audit
|
88
|
-
category: Site Monitor
|
89
|
-
url: https://support.alexa.com/hc/en-us/articles/200450194
|
90
|
-
producer:
|
91
|
-
name: Alexa Internet
|
92
|
-
url: https://www.alexa.com
|
93
|
-
-
|
94
|
-
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 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)
|
95
|
-
bot:
|
96
|
-
name: Amazon Bot
|
97
|
-
category: Crawler
|
98
|
-
url: https://developer.amazon.com/support/amazonbot
|
99
|
-
producer:
|
100
|
-
name: Amazon.com, Inc.
|
101
|
-
url: https://www.amazon.com/
|
102
|
-
-
|
103
|
-
user_agent: Amazon Route 53 Health Check Service; ref:xxxxxxxx-xxxx-xxxxxxxxx-xxxxxxxxxxxx; report http://amzn.to/xxxxxxx
|
104
|
-
bot:
|
105
|
-
name: Amazon Route53 Health Check
|
106
|
-
category: Service Agent
|
107
|
-
producer:
|
108
|
-
name: Amazon Web Services
|
109
|
-
url: https://aws.amazon.com/
|
110
|
-
-
|
111
|
-
user_agent: Amazon-Route53-Health-Check-Service (ref b0eb04d5-cb5e-40e7-839b-558e52fc3f0d; report http://amzn.to/1vsZADi)
|
112
|
-
bot:
|
113
|
-
name: Amazon Route53 Health Check
|
114
|
-
category: Service Agent
|
115
|
-
producer:
|
116
|
-
name: Amazon Web Services
|
117
|
-
url: https://aws.amazon.com/
|
118
|
-
-
|
119
|
-
user_agent: AmorankSpider/0.1; +http://amorank.com/webcrawler.html
|
120
|
-
bot:
|
121
|
-
name: Amorank Spider
|
122
|
-
category: Crawler
|
123
|
-
url: http://amorank.com/webcrawler.html
|
124
|
-
producer:
|
125
|
-
name: Amorank
|
126
|
-
url: http://www.amorank.com
|
127
|
-
-
|
128
|
-
user_agent: 'Curious George - www.analyticsseo.com/crawler'
|
129
|
-
bot:
|
130
|
-
name: Analytics SEO Crawler
|
131
|
-
category: Crawler
|
132
|
-
url: http://www.analyticsseo.com/crawler
|
133
|
-
producer:
|
134
|
-
name: Analytics SEO
|
135
|
-
url: http://www.analyticsseo.com
|
136
|
-
-
|
137
|
-
user_agent: ApacheBench/2.3
|
138
|
-
bot:
|
139
|
-
name: ApacheBench
|
140
|
-
category: Benchmark
|
141
|
-
url: https://httpd.apache.org/docs/2.4/programs/ab.html
|
142
|
-
producer:
|
143
|
-
name: The Apache Software Foundation
|
144
|
-
url: https://www.apache.org/foundation/
|
145
|
-
-
|
146
|
-
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)
|
147
|
-
bot:
|
148
|
-
name: Applebot
|
149
|
-
category: Crawler
|
150
|
-
url: https://support.apple.com/en-us/HT204683
|
151
|
-
producer:
|
152
|
-
name: Apple Inc
|
153
|
-
url: https://www.apple.com
|
154
|
-
-
|
155
|
-
user_agent: AppSignalBot/1.0 (+https://appsignal.com)
|
156
|
-
bot:
|
157
|
-
name: AppSignalBot
|
158
|
-
category: Site Monitor
|
159
|
-
url: https://docs.appsignal.com/uptime-monitoring/
|
160
|
-
producer:
|
161
|
-
name: AppSignal
|
162
|
-
url: https://appsignal.com/
|
163
|
-
-
|
164
|
-
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)
|
165
|
-
bot:
|
166
|
-
name: Applebot
|
167
|
-
category: Crawler
|
168
|
-
url: https://support.apple.com/en-us/HT204683
|
169
|
-
producer:
|
170
|
-
name: Apple Inc
|
171
|
-
url: https://www.apple.com
|
172
|
-
-
|
173
|
-
user_agent: Arachni/v1.5.1
|
174
|
-
bot:
|
175
|
-
name: Arachni
|
176
|
-
category: Security Checker
|
177
|
-
url: https://www.arachni-scanner.com/
|
178
|
-
producer:
|
179
|
-
name: Sarosys LLC
|
180
|
-
url: https://www.sarosys.com/
|
181
|
-
-
|
182
|
-
user_agent: Mozilla/2.0 (compatible; Ask Jeeves/Teoma)
|
183
|
-
bot:
|
184
|
-
name: Ask Jeeves
|
185
|
-
category: Search bot
|
186
|
-
url: ""
|
187
|
-
producer:
|
188
|
-
name: Ask Jeeves Inc.
|
189
|
-
url: http://www.ask.com
|
190
|
-
-
|
191
|
-
user_agent: Mozilla/5.0 (compatible;AspiegelBot)
|
192
|
-
bot:
|
193
|
-
name: AspiegelBot
|
194
|
-
category: Crawler
|
195
|
-
url: https://aspiegel.com/
|
196
|
-
producer:
|
197
|
-
name: Huawei
|
198
|
-
url: https://www.huawei.com/
|
199
|
-
-
|
200
|
-
user_agent: Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot)
|
201
|
-
bot:
|
202
|
-
name: AspiegelBot
|
203
|
-
category: Crawler
|
204
|
-
url: https://aspiegel.com/
|
205
|
-
producer:
|
206
|
-
name: Huawei
|
207
|
-
url: https://www.huawei.com/
|
208
|
-
-
|
209
|
-
user_agent: AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
|
210
|
-
bot:
|
211
|
-
name: Awario
|
212
|
-
category: Feed Fetcher
|
213
|
-
url: https://awario.com/bots.html
|
214
|
-
producer:
|
215
|
-
name: Awario
|
216
|
-
url: https://awario.com/
|
217
|
-
-
|
218
|
-
user_agent: AwarioSmartBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
|
219
|
-
bot:
|
220
|
-
name: Awario
|
221
|
-
category: Search bot
|
222
|
-
url: https://awario.com/bots.html
|
223
|
-
producer:
|
224
|
-
name: Awario
|
225
|
-
url: https://awario.com/
|
226
|
-
-
|
227
|
-
user_agent: Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)
|
228
|
-
bot:
|
229
|
-
name: BLEXBot Crawler
|
230
|
-
category: Crawler
|
231
|
-
url: http://webmeup-crawler.com
|
232
|
-
producer:
|
233
|
-
name: WebMeUp
|
234
|
-
url: http://webmeup.com
|
235
|
-
-
|
236
|
-
user_agent: BUbiNG (+http://law.di.unimi.it/BUbiNG.html)
|
237
|
-
bot:
|
238
|
-
name: BUbiNG
|
239
|
-
category: Crawler
|
240
|
-
url: http://law.di.unimi.it/BUbiNG.html
|
241
|
-
producer:
|
242
|
-
name: The Laboratory for Web Algorithmics (LAW)
|
243
|
-
url: 'http://law.di.unimi.it/software.php#buging'
|
244
|
-
-
|
245
|
-
user_agent: Backlink-Check.de (+http://www.backlink-check.de/bot.html)
|
246
|
-
bot:
|
247
|
-
name: Backlink-Check.de
|
248
|
-
category: Crawler
|
249
|
-
url: http://www.backlink-check.de/bot.html
|
250
|
-
producer:
|
251
|
-
name: Mediagreen Medienservice
|
252
|
-
url: http://www.backlink-check.de
|
253
|
-
-
|
254
|
-
user_agent: BacklinkCrawler (http://www.backlinktest.com/crawler.html)
|
255
|
-
bot:
|
256
|
-
name: BacklinkCrawler
|
257
|
-
category: Crawler
|
258
|
-
url: http://www.backlinktest.com/crawler.html
|
259
|
-
producer:
|
260
|
-
name: 2.0Promotion GbR
|
261
|
-
url: http://www.backlinktest.com
|
262
|
-
-
|
263
|
-
user_agent: Baiduspider+(+http://www.baidu.com/search/spider.htm)
|
264
|
-
bot:
|
265
|
-
name: Baidu Spider
|
266
|
-
category: Search bot
|
267
|
-
url: http://www.baidu.com/search/spider.htm
|
268
|
-
producer:
|
269
|
-
name: Baidu
|
270
|
-
url: http://www.baidu.com
|
271
|
-
-
|
272
|
-
user_agent: Baiduspider-image+(+http://www.baidu.com/search/spider.htm)
|
273
|
-
bot:
|
274
|
-
name: Baidu Spider
|
275
|
-
category: Search bot
|
276
|
-
url: http://www.baidu.com/search/spider.htm
|
277
|
-
producer:
|
278
|
-
name: Baidu
|
279
|
-
url: http://www.baidu.com
|
280
|
-
-
|
281
|
-
user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; baidu Transcoder;)
|
282
|
-
bot:
|
283
|
-
name: Baidu Spider
|
284
|
-
category: Search bot
|
285
|
-
url: http://www.baidu.com/search/spider.htm
|
286
|
-
producer:
|
287
|
-
name: Baidu
|
288
|
-
url: http://www.baidu.com
|
289
|
-
-
|
290
|
-
user_agent: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search
|
291
|
-
bot:
|
292
|
-
name: Baidu Spider
|
293
|
-
category: Search bot
|
294
|
-
url: http://www.baidu.com/search/spider.htm
|
295
|
-
producer:
|
296
|
-
name: Baidu
|
297
|
-
url: http://www.baidu.com
|
298
|
-
-
|
299
|
-
user_agent: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
|
300
|
-
bot:
|
301
|
-
name: Baidu Spider
|
302
|
-
category: Search bot
|
303
|
-
url: http://www.baidu.com/search/spider.htm
|
304
|
-
producer:
|
305
|
-
name: Baidu
|
306
|
-
url: http://www.baidu.com
|
307
|
-
-
|
308
|
-
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)
|
309
|
-
bot:
|
310
|
-
name: Baidu Spider
|
311
|
-
category: Search bot
|
312
|
-
url: http://www.baidu.com/search/spider.htm
|
313
|
-
producer:
|
314
|
-
name: Baidu
|
315
|
-
url: http://www.baidu.com
|
316
|
-
-
|
317
|
-
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)
|
318
|
-
bot:
|
319
|
-
name: Baidu Spider
|
320
|
-
category: Search bot
|
321
|
-
url: http://www.baidu.com/search/spider.htm
|
322
|
-
producer:
|
323
|
-
name: Baidu
|
324
|
-
url: http://www.baidu.com
|
325
|
-
-
|
326
|
-
user_agent: Barkrowler/0.9 (+http://www.exensa.com/crawl)
|
327
|
-
bot:
|
328
|
-
name: Barkrowler
|
329
|
-
category: Crawler
|
330
|
-
url: http://www.exensa.com/crawl
|
331
|
-
-
|
332
|
-
user_agent: Mozilla/5.0 (compatible; BazQux/2.4; +https://bazqux.com/fetcher; 2 subscribers)
|
333
|
-
bot:
|
334
|
-
name: BazQux Reader
|
335
|
-
url: https://bazqux.com/fetcher
|
336
|
-
category: Feed Fetcher
|
337
|
-
producer:
|
338
|
-
name: ""
|
339
|
-
url: ""
|
340
|
-
-
|
341
|
-
user_agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)
|
342
|
-
bot:
|
343
|
-
name: BingBot
|
344
|
-
category: Search bot
|
345
|
-
url: http://search.msn.com/msnbot.htmn
|
346
|
-
producer:
|
347
|
-
name: Microsoft Corporation
|
348
|
-
url: http://www.microsoft.com
|
349
|
-
-
|
350
|
-
user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b
|
351
|
-
bot:
|
352
|
-
name: BingBot
|
353
|
-
category: Search bot
|
354
|
-
url: http://search.msn.com/msnbot.htmn
|
355
|
-
producer:
|
356
|
-
name: Microsoft Corporation
|
357
|
-
url: http://www.microsoft.com
|
358
|
-
-
|
359
|
-
user_agent: msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)
|
360
|
-
bot:
|
361
|
-
name: BingBot
|
362
|
-
category: Search bot
|
363
|
-
url: http://search.msn.com/msnbot.htmn
|
364
|
-
producer:
|
365
|
-
name: Microsoft Corporation
|
366
|
-
url: http://www.microsoft.com
|
367
|
-
-
|
368
|
-
user_agent: msnbot-NewsBlogs/2.0b (+http://search.msn.com/msnbot.htm)
|
369
|
-
bot:
|
370
|
-
name: BingBot
|
371
|
-
category: Search bot
|
372
|
-
url: http://search.msn.com/msnbot.htmn
|
373
|
-
producer:
|
374
|
-
name: Microsoft Corporation
|
375
|
-
url: http://www.microsoft.com
|
376
|
-
-
|
377
|
-
user_agent: msnbot/1.1 (+http://search.msn.com/msnbot.htm)
|
378
|
-
bot:
|
379
|
-
name: BingBot
|
380
|
-
category: Search bot
|
381
|
-
url: http://search.msn.com/msnbot.htmn
|
382
|
-
producer:
|
383
|
-
name: Microsoft Corporation
|
384
|
-
url: http://www.microsoft.com
|
385
|
-
-
|
386
|
-
user_agent: msnbot/2.0b (+http://search.msn.com/msnbot.htm)
|
387
|
-
bot:
|
388
|
-
name: BingBot
|
389
|
-
category: Search bot
|
390
|
-
url: http://search.msn.com/msnbot.htmn
|
391
|
-
producer:
|
392
|
-
name: Microsoft Corporation
|
393
|
-
url: http://www.microsoft.com
|
394
|
-
-
|
395
|
-
user_agent: msnbot/2.0b v1394720947.6703
|
396
|
-
bot:
|
397
|
-
name: BingBot
|
398
|
-
category: Search bot
|
399
|
-
url: http://search.msn.com/msnbot.htmn
|
400
|
-
producer:
|
401
|
-
name: Microsoft Corporation
|
402
|
-
url: http://www.microsoft.com
|
403
|
-
-
|
404
|
-
user_agent: MSNBot/Nutch-1.5.1
|
405
|
-
bot:
|
406
|
-
name: BingBot
|
407
|
-
category: Search bot
|
408
|
-
url: http://search.msn.com/msnbot.htmn
|
409
|
-
producer:
|
410
|
-
name: Microsoft Corporation
|
411
|
-
url: http://www.microsoft.com
|
412
|
-
-
|
413
|
-
user_agent: bitlybot/3.0
|
414
|
-
bot:
|
415
|
-
name: BitlyBot
|
416
|
-
category: Crawler
|
417
|
-
url: https://bitly.com
|
418
|
-
producer:
|
419
|
-
name: Bitly, Inc.
|
420
|
-
url: https://bitly.com
|
421
|
-
-
|
422
|
-
user_agent: Mozilla/5.0 (compatible; Blekkobot; ScoutJet; +http://blekko.com/about/blekkobot)
|
423
|
-
bot:
|
424
|
-
name: Blekkobot
|
425
|
-
category: Search bot
|
426
|
-
url: http://blekko.com/about/blekkobot
|
427
|
-
producer:
|
428
|
-
name: Blekko
|
429
|
-
url: http://blekko.com
|
430
|
-
-
|
431
|
-
user_agent: Bloglovin/1.0 (http://www.bloglovin.com; 1 subscribers)
|
432
|
-
bot:
|
433
|
-
name: Bloglovin
|
434
|
-
url: http://www.bloglovin.com
|
435
|
-
category: Feed Fetcher
|
436
|
-
producer:
|
437
|
-
name: ""
|
438
|
-
url: ""
|
439
|
-
-
|
440
|
-
user_agent: Blogtrottr/2.0
|
441
|
-
bot:
|
442
|
-
name: Blogtrottr
|
443
|
-
url: ""
|
444
|
-
category: Feed Fetcher
|
445
|
-
producer:
|
446
|
-
name: Blogtrottr Ltd
|
447
|
-
url: https://blogtrottr.com/
|
448
|
-
-
|
449
|
-
user_agent: BoardReader Favicon Fetcher /1.0 info@boardreader.com
|
450
|
-
bot:
|
451
|
-
name: BoardReader
|
452
|
-
category: Search bot
|
453
|
-
url: https://boardreader.com/
|
454
|
-
producer:
|
455
|
-
name: Effyis Inc
|
456
|
-
url: https://boardreader.com/
|
457
|
-
-
|
458
|
-
user_agent: BoardReader Blog Indexer(http://boardreader.com)
|
459
|
-
bot:
|
460
|
-
name: BoardReader Blog Indexer
|
461
|
-
category: Crawler
|
462
|
-
producer:
|
463
|
-
name: BoardReader
|
464
|
-
url: https://boardreader.com/
|
465
|
-
-
|
466
|
-
user_agent: Mozilla/5.0 (compatible; BountiiBot/1.1; +http://bountii.com/contact.php)
|
467
|
-
bot:
|
468
|
-
name: Bountii Bot
|
469
|
-
category: Search bot
|
470
|
-
url: http://bountii.com/contact.php
|
471
|
-
producer:
|
472
|
-
name: Bountii Inc.
|
473
|
-
url: http://bountii.com
|
474
|
-
-
|
475
|
-
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)
|
476
|
-
bot:
|
477
|
-
name: BrandVerity
|
478
|
-
category: Crawler
|
479
|
-
url: https://www.brandverity.com/why-is-brandverity-visiting-me
|
480
|
-
producer:
|
481
|
-
name: BrandVerity, Inc.
|
482
|
-
url: https://www.brandverity.com/
|
483
|
-
-
|
484
|
-
user_agent: Browsershots
|
485
|
-
bot:
|
486
|
-
name: Browsershots
|
487
|
-
category: Service Agent
|
488
|
-
url: http://browsershots.org/faq
|
489
|
-
producer:
|
490
|
-
name: Browsershots.org
|
491
|
-
url: http://browsershots.org
|
492
|
-
-
|
493
|
-
user_agent: Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)
|
494
|
-
bot:
|
495
|
-
name: Buck
|
496
|
-
category: Search bot
|
497
|
-
url: https://hypefactors.com/
|
498
|
-
producer:
|
499
|
-
name: Hypefactors A/S
|
500
|
-
url: https://hypefactors.com/
|
501
|
-
-
|
502
|
-
user_agent: Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8
|
503
|
-
bot:
|
504
|
-
name: Butterfly Robot
|
505
|
-
category: Search bot
|
506
|
-
url: http://labs.topsy.com/butterfly
|
507
|
-
producer:
|
508
|
-
name: Topsy Labs
|
509
|
-
url: http://labs.topsy.com
|
510
|
-
-
|
511
|
-
user_agent: Mozilla/5.0 (Macintosh; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8
|
512
|
-
bot:
|
513
|
-
name: Butterfly Robot
|
514
|
-
category: Search bot
|
515
|
-
url: http://labs.topsy.com/butterfly
|
516
|
-
producer:
|
517
|
-
name: Topsy Labs
|
518
|
-
url: http://labs.topsy.com
|
519
|
-
-
|
520
|
-
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
|
521
|
-
bot:
|
522
|
-
name: Bytespider
|
523
|
-
category: Search bot
|
524
|
-
url: https://bytedance.com/
|
525
|
-
producer:
|
526
|
-
name: ByteDance Ltd.
|
527
|
-
url: https://bytedance.com/
|
528
|
-
-
|
529
|
-
user_agent: CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html)
|
530
|
-
bot:
|
531
|
-
name: CATExplorador
|
532
|
-
category: Search bot
|
533
|
-
url: https://fundacio.cat/ca/domini/
|
534
|
-
producer:
|
535
|
-
name: Fundació puntCAT
|
536
|
-
url: https://fundacio.cat/ca/domini/
|
537
|
-
-
|
538
|
-
user_agent: Mozilla/5.0 (compatible; CareerBot/1.1; +http://www.career-x.de/bot.html)
|
539
|
-
bot:
|
540
|
-
name: CareerBot
|
541
|
-
category: Crawler
|
542
|
-
url: http://www.career-x.de/bot.html
|
543
|
-
producer:
|
544
|
-
name: career-x GmbH
|
545
|
-
url: http://www.career-x.de
|
546
|
-
-
|
547
|
-
user_agent: Castro 2, Episode Duration Lookup
|
548
|
-
bot:
|
549
|
-
name: Castro 2
|
550
|
-
category: Service Agent
|
551
|
-
url: http://supertop.co/castro/
|
552
|
-
producer:
|
553
|
-
name: Supertop
|
554
|
-
url: http://supertop.co
|
555
|
-
-
|
556
|
-
user_agent: Cliqzbot/0.1 (+http://cliqz.com/company/cliqzbot)
|
557
|
-
bot:
|
558
|
-
name: Cliqzbot
|
559
|
-
category: Crawler
|
560
|
-
url: http://cliqz.com/company/cliqzbot
|
561
|
-
producer:
|
562
|
-
name: 10betterpages GmbH
|
563
|
-
url: http://cliqz.com
|
564
|
-
-
|
565
|
-
user_agent: Mozilla/5.0 (compatible; Cloudflare-AMP/1.0; +https://amp.cloudflare.com/doc/fetcher.html) AppleWebKit/534.34
|
566
|
-
bot:
|
567
|
-
name: CloudFlare AMP Fetcher
|
568
|
-
category: Crawler
|
569
|
-
url: https://amp.cloudflare.com/doc/fetcher.html
|
570
|
-
producer:
|
571
|
-
name: CloudFlare
|
572
|
-
url: http://www.cloudflare.com
|
573
|
-
-
|
574
|
-
user_agent: Mozilla/5.0 (compatible; CloudFlare-AlwaysOnline/1.0; +http://www.cloudflare.com/always-online) AppleWebKit/534.34
|
575
|
-
bot:
|
576
|
-
name: CloudFlare Always Online
|
577
|
-
category: Site Monitor
|
578
|
-
url: http://www.cloudflare.com/always-online
|
579
|
-
producer:
|
580
|
-
name: CloudFlare
|
581
|
-
url: http://www.cloudflare.com
|
582
|
-
-
|
583
|
-
user_agent: collectd/5.5.1
|
584
|
-
bot:
|
585
|
-
name: Collectd
|
586
|
-
url: https://collectd.org/
|
587
|
-
category: Site Monitor
|
588
|
-
producer:
|
589
|
-
name: Collectd
|
590
|
-
url: https://collectd.org/
|
591
|
-
-
|
592
|
-
user_agent: CommaFeed/1.0 (http://www.commafeed.com)
|
593
|
-
bot:
|
594
|
-
name: CommaFeed
|
595
|
-
url: http://www.commafeed.com
|
596
|
-
category: Feed Fetcher
|
597
|
-
producer:
|
598
|
-
name: ""
|
599
|
-
url: ""
|
600
|
-
-
|
601
|
-
user_agent: coccocbot-web/1.0 (+http://help.coccoc.com/searchengine)
|
602
|
-
bot:
|
603
|
-
name: Cốc Cốc Bot
|
604
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
605
|
-
category: Search bot
|
606
|
-
producer:
|
607
|
-
name: Cốc Cốc
|
608
|
-
url: https://coccoc.com/
|
609
|
-
-
|
610
|
-
user_agent: Mozilla/5.0 (compatible; coccoc/1.0; +http://help.coccoc.com/)
|
611
|
-
bot:
|
612
|
-
name: Cốc Cốc Bot
|
613
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
614
|
-
category: Search bot
|
615
|
-
producer:
|
616
|
-
name: Cốc Cốc
|
617
|
-
url: https://coccoc.com/
|
618
|
-
-
|
619
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot-ads/1.0; +http://help.coccoc.com/searchengine)
|
620
|
-
bot:
|
621
|
-
name: Cốc Cốc Bot
|
622
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
623
|
-
category: Search bot
|
624
|
-
producer:
|
625
|
-
name: Cốc Cốc
|
626
|
-
url: https://coccoc.com/
|
627
|
-
-
|
628
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot-fast/1.0; +http://help.coccoc.com/searchengine)
|
629
|
-
bot:
|
630
|
-
name: Cốc Cốc Bot
|
631
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
632
|
-
category: Search bot
|
633
|
-
producer:
|
634
|
-
name: Cốc Cốc
|
635
|
-
url: https://coccoc.com/
|
636
|
-
-
|
637
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot-image/1.0; +http://help.coccoc.com/searchengine)
|
638
|
-
bot:
|
639
|
-
name: Cốc Cốc Bot
|
640
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
641
|
-
category: Search bot
|
642
|
-
producer:
|
643
|
-
name: Cốc Cốc
|
644
|
-
url: https://coccoc.com/
|
645
|
-
-
|
646
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot-shopping/1.0; +http://help.coccoc.com/searchengine)
|
647
|
-
bot:
|
648
|
-
name: Cốc Cốc Bot
|
649
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
650
|
-
category: Search bot
|
651
|
-
producer:
|
652
|
-
name: Cốc Cốc
|
653
|
-
url: https://coccoc.com/
|
654
|
-
-
|
655
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine)
|
656
|
-
bot:
|
657
|
-
name: Cốc Cốc Bot
|
658
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
659
|
-
category: Search bot
|
660
|
-
producer:
|
661
|
-
name: Cốc Cốc
|
662
|
-
url: https://coccoc.com/
|
663
|
-
-
|
664
|
-
user_agent: Mozilla/5.0 (compatible; coccocbot/1.0; +http://help.coccoc.com/searchengine)
|
665
|
-
bot:
|
666
|
-
name: Cốc Cốc Bot
|
667
|
-
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
668
|
-
category: Search bot
|
669
|
-
producer:
|
670
|
-
name: Cốc Cốc
|
671
|
-
url: https://coccoc.com/
|
672
|
-
-
|
673
|
-
user_agent: Datadog Agent/5.10.1
|
674
|
-
bot:
|
675
|
-
name: Datadog Agent
|
676
|
-
url: https://github.com/DataDog/dd-agent
|
677
|
-
category: Site Monitor
|
678
|
-
producer:
|
679
|
-
name: Datadog
|
680
|
-
url: https://www.datadoghq.com/
|
681
|
-
-
|
682
|
-
user_agent: Mozilla/5.0 (X11; Datanyze; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
|
683
|
-
bot:
|
684
|
-
name: Datanyze
|
685
|
-
url: ""
|
686
|
-
category: Crawler
|
687
|
-
producer:
|
688
|
-
name: Datanyze
|
689
|
-
url: https://www.datanyze.com
|
690
|
-
-
|
691
|
-
user_agent: Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)
|
692
|
-
bot:
|
693
|
-
name: Dataprovider
|
694
|
-
category: Crawler
|
695
|
-
url: ""
|
696
|
-
producer:
|
697
|
-
name: Dataprovider B.V.
|
698
|
-
url: https://www.dataprovider.com/
|
699
|
-
-
|
700
|
-
user_agent: Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0;
|
701
|
-
bot:
|
702
|
-
name: Daum
|
703
|
-
category: Search bot
|
704
|
-
url: http://tab.search.daum.net/aboutWebSearch_en.html
|
705
|
-
producer:
|
706
|
-
name: Daum Communications Corp.
|
707
|
-
url: http://www.kakaocorp.com/main
|
708
|
-
-
|
709
|
-
user_agent: Mozilla/5.0 (compatible; MSIE or Firefox mutant;) Daum 4.1
|
710
|
-
bot:
|
711
|
-
name: Daum
|
712
|
-
category: Search bot
|
713
|
-
url: http://tab.search.daum.net/aboutWebSearch_en.html
|
714
|
-
producer:
|
715
|
-
name: Daum Communications Corp.
|
716
|
-
url: http://www.kakaocorp.com/main
|
717
|
-
-
|
718
|
-
user_agent: Mozilla/5.0 (compatible; Dazoobot/0.1; +http://dazoo.fr)
|
719
|
-
bot:
|
720
|
-
name: Dazoobot
|
721
|
-
category: Search bot
|
722
|
-
url: ""
|
723
|
-
producer:
|
724
|
-
name: DAZOO.FR
|
725
|
-
url: http://dazoo.fr
|
726
|
-
-
|
727
|
-
user_agent: Mozilla/5.0 (compatible; discobot/1.0; +http://discoveryengine.com/discobot.html)
|
728
|
-
bot:
|
729
|
-
name: Discobot
|
730
|
-
category: Search bot
|
731
|
-
url: http://discoveryengine.com/discobot.html
|
732
|
-
producer:
|
733
|
-
name: Discovery Engine
|
734
|
-
url: http://discoveryengine.com
|
735
|
-
-
|
736
|
-
user_agent: 'Domain Re-Animator Bot (http://domainreanimator.com) - support@domainreanimator.com'
|
737
|
-
bot:
|
738
|
-
name: Domain Re-Animator Bot
|
739
|
-
category: Crawler
|
740
|
-
url: ""
|
741
|
-
producer:
|
742
|
-
name: Domain Re-Animator, LLC
|
743
|
-
url: http://domainreanimator.com
|
744
|
-
-
|
745
|
-
user_agent: support@domainreanimator.com
|
746
|
-
bot:
|
747
|
-
name: Domain Re-Animator Bot
|
748
|
-
category: Crawler
|
749
|
-
url: ""
|
750
|
-
producer:
|
751
|
-
name: Domain Re-Animator, LLC
|
752
|
-
url: http://domainreanimator.com
|
753
|
-
-
|
754
|
-
user_agent: Mozilla/5.0 (compatible; Domains Project/1.1.0; +https://domainsproject.org)
|
755
|
-
bot:
|
756
|
-
name: Domains Project
|
757
|
-
category: Crawler
|
758
|
-
url: https://domainsproject.org
|
759
|
-
-
|
760
|
-
user_agent: dotbot
|
761
|
-
bot:
|
762
|
-
name: DotBot
|
763
|
-
category: Crawler
|
764
|
-
url: http://www.opensiteexplorer.org/dotbot
|
765
|
-
producer:
|
766
|
-
name: SEOmoz, Inc.
|
767
|
-
url: http://moz.com/
|
768
|
-
-
|
769
|
-
user_agent: DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)
|
770
|
-
bot:
|
771
|
-
name: DuckDuckGo Bot
|
772
|
-
category: Search bot
|
773
|
-
url: https://duckduckgo.com/duckduckbot
|
774
|
-
producer:
|
775
|
-
name: DuckDuckGo
|
776
|
-
url: https://duckduckgo.com/
|
777
|
-
-
|
778
|
-
user_agent: Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)
|
779
|
-
bot:
|
780
|
-
name: DuckDuckGo Bot
|
781
|
-
category: Search bot
|
782
|
-
url: https://duckduckgo.com/duckduckbot
|
783
|
-
producer:
|
784
|
-
name: DuckDuckGo
|
785
|
-
url: https://duckduckgo.com/
|
786
|
-
-
|
787
|
-
user_agent: EMail Exractor
|
788
|
-
bot:
|
789
|
-
name: EMail Exractor
|
790
|
-
category: Crawler
|
791
|
-
url: ""
|
792
|
-
producer:
|
793
|
-
name: ""
|
794
|
-
url: ""
|
795
|
-
-
|
796
|
-
user_agent: Mozilla/5.0 (compatible; EasouSpider; +http://www.easou.com/search/spider.html)
|
797
|
-
bot:
|
798
|
-
name: Easou Spider
|
799
|
-
category: Search bot
|
800
|
-
url: http://www.easou.com/search/spider.html
|
801
|
-
producer:
|
802
|
-
name: easou ICP
|
803
|
-
url: http://www.easou.com
|
804
|
-
-
|
805
|
-
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)
|
806
|
-
bot:
|
807
|
-
name: Easou Spider
|
808
|
-
category: Search bot
|
809
|
-
url: http://www.easou.com/search/spider.html
|
810
|
-
producer:
|
811
|
-
name: easou ICP
|
812
|
-
url: http://www.easou.com
|
813
|
-
-
|
814
|
-
user_agent: Mozilla/5.0 (compatible; Embedly/0.2; +http://support.embed.ly/)
|
815
|
-
bot:
|
816
|
-
name: Embedly
|
817
|
-
category: Crawler
|
818
|
-
url: https://support.embed.ly/hc/en-us
|
819
|
-
producer:
|
820
|
-
name: A Medium, Corp.
|
821
|
-
url: https://medium.com/
|
822
|
-
-
|
823
|
-
user_agent: Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot)
|
824
|
-
bot:
|
825
|
-
name: ExaBot
|
826
|
-
category: Crawler
|
827
|
-
url: http://www.exabot.com/go/robot
|
828
|
-
producer:
|
829
|
-
name: Dassault Systèmes
|
830
|
-
url: http://www.3ds.com
|
831
|
-
-
|
832
|
-
user_agent: Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)
|
833
|
-
bot:
|
834
|
-
name: ExaBot
|
835
|
-
category: Crawler
|
836
|
-
url: http://www.exabot.com/go/robot
|
837
|
-
producer:
|
838
|
-
name: Dassault Systèmes
|
839
|
-
url: http://www.3ds.com
|
840
|
-
-
|
841
|
-
user_agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko) (Exabot-Thumbnails)
|
842
|
-
bot:
|
843
|
-
name: ExaBot
|
844
|
-
category: Crawler
|
845
|
-
url: http://www.exabot.com/go/robot
|
846
|
-
producer:
|
847
|
-
name: Dassault Systèmes
|
848
|
-
url: http://www.3ds.com
|
849
|
-
-
|
850
|
-
user_agent: ExactSeek Crawler (nutch 1.4)/Nutch-1.4 (ExactSeek Crawler; http://www.exactseek.com)
|
851
|
-
bot:
|
852
|
-
name: ExactSeek Crawler
|
853
|
-
category: Search bot
|
854
|
-
url: http://www.exactseek.com
|
855
|
-
producer:
|
856
|
-
name: Jayde Online, Inc.
|
857
|
-
url: http://www.jaydeonlineinc.com
|
858
|
-
-
|
859
|
-
user_agent: Mozilla/5.0 (compatible; Ezooms/1.0; help@moz.com)
|
860
|
-
bot:
|
861
|
-
name: Ezooms
|
862
|
-
category: Crawler
|
863
|
-
url: ""
|
864
|
-
producer:
|
865
|
-
name: SEOmoz, Inc.
|
866
|
-
url: http://moz.com/
|
867
|
-
-
|
868
|
-
user_agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
|
869
|
-
bot:
|
870
|
-
name: Facebook External Hit
|
871
|
-
category: Social Media Agent
|
872
|
-
url: https://www.facebook.com/externalhit_uatext.php
|
873
|
-
producer:
|
874
|
-
name: Facebook
|
875
|
-
url: http://www.facebook.com
|
876
|
-
-
|
877
|
-
user_agent: facebookexternalua
|
878
|
-
bot:
|
879
|
-
name: Facebook External Hit
|
880
|
-
category: Social Media Agent
|
881
|
-
url: https://www.facebook.com/externalhit_uatext.php
|
882
|
-
producer:
|
883
|
-
name: Facebook
|
884
|
-
url: http://www.facebook.com
|
885
|
-
-
|
886
|
-
user_agent: facebookplatform/1.0 (+http://developers.facebook.com)
|
887
|
-
bot:
|
888
|
-
name: Facebook External Hit
|
889
|
-
category: Social Media Agent
|
890
|
-
url: https://www.facebook.com/externalhit_uatext.php
|
891
|
-
producer:
|
892
|
-
name: Facebook
|
893
|
-
url: http://www.facebook.com
|
894
|
-
-
|
895
|
-
user_agent: Feed Wrangler/1.0 (3 subscribers; feed-id=248559; http://feedwrangler.net; Allow like Gecko)
|
896
|
-
bot:
|
897
|
-
name: Feed Wrangler
|
898
|
-
url: https://feedwrangler.net/
|
899
|
-
category: Feed Fetcher
|
900
|
-
producer:
|
901
|
-
name: 'David Smith & Developing Perspective, LLC'
|
902
|
-
url: https://david-smith.org
|
903
|
-
-
|
904
|
-
user_agent: FeedBurner/1.0 (http://www.FeedBurner.com)
|
905
|
-
bot:
|
906
|
-
name: FeedBurner
|
907
|
-
url: http://www.feedburner.com
|
908
|
-
category: Feed Fetcher
|
909
|
-
producer:
|
910
|
-
name: ""
|
911
|
-
url: ""
|
912
|
-
-
|
913
|
-
user_agent: 'Feedbin - 9 subscribers'
|
914
|
-
bot:
|
915
|
-
name: Feedbin
|
916
|
-
url: http://feedbin.com/
|
917
|
-
category: Feed Fetcher
|
918
|
-
producer:
|
919
|
-
name: ""
|
920
|
-
url: ""
|
921
|
-
-
|
922
|
-
user_agent: Feedly/1.0 (+http://www.feedly.com/fetcher.html; like FeedFetcher-Google)
|
923
|
-
bot:
|
924
|
-
name: Feedly
|
925
|
-
url: http://www.feedly.com
|
926
|
-
category: Feed Fetcher
|
927
|
-
producer:
|
928
|
-
name: ""
|
929
|
-
url: ""
|
930
|
-
-
|
931
|
-
user_agent: FeedlyApp/1.0 (http://www.feedly.com)
|
932
|
-
bot:
|
933
|
-
name: Feedly
|
934
|
-
url: http://www.feedly.com
|
935
|
-
category: Feed Fetcher
|
936
|
-
producer:
|
937
|
-
name: ""
|
938
|
-
url: ""
|
939
|
-
-
|
940
|
-
user_agent: FeedlyBot/1.0 (http://feedly.com)
|
941
|
-
bot:
|
942
|
-
name: Feedly
|
943
|
-
url: http://www.feedly.com
|
944
|
-
category: Feed Fetcher
|
945
|
-
producer:
|
946
|
-
name: ""
|
947
|
-
url: ""
|
948
|
-
-
|
949
|
-
user_agent: MetaFeedly/1.0 (http://www.feedly.com)
|
950
|
-
bot:
|
951
|
-
name: Feedly
|
952
|
-
url: http://www.feedly.com
|
953
|
-
category: Feed Fetcher
|
954
|
-
producer:
|
955
|
-
name: ""
|
956
|
-
url: ""
|
957
|
-
-
|
958
|
-
user_agent: Feedspot http://www.feedspot.com
|
959
|
-
bot:
|
960
|
-
name: Feedspot
|
961
|
-
url: http://www.feedspot.com
|
962
|
-
category: Feed Fetcher
|
963
|
-
producer:
|
964
|
-
name: ""
|
965
|
-
url: ""
|
966
|
-
-
|
967
|
-
user_agent: Fever/1.38 (Feed Parser; http://feedafever.com; Allow like Gecko)
|
968
|
-
bot:
|
969
|
-
name: Fever
|
970
|
-
url: http://feedafever.com/
|
971
|
-
category: Feed Fetcher
|
972
|
-
producer:
|
973
|
-
name: ""
|
974
|
-
url: ""
|
975
|
-
-
|
976
|
-
user_agent: Mozilla/5.0 (compatible; Findxbot/1.0; +http://www.findxbot.com)
|
977
|
-
bot:
|
978
|
-
name: Findxbot
|
979
|
-
category: Crawler
|
980
|
-
url: http://www.findxbot.com
|
981
|
-
-
|
982
|
-
user_agent: Mozilla/5.0 (compatible; FlipboardProxy/1.2; +http://flipboard.com/browserproxy)
|
983
|
-
bot:
|
984
|
-
name: Flipboard
|
985
|
-
url: http://flipboard.com/browserproxy
|
986
|
-
category: Feed Fetcher
|
987
|
-
producer:
|
988
|
-
name: Flipboard
|
989
|
-
url: http://flipboard.com/
|
990
|
-
-
|
991
|
-
user_agent: Mozilla/5.0 (compatible; FlipboardRSS/1.2; +http://flipboard.com/browserproxy)
|
992
|
-
bot:
|
993
|
-
name: Flipboard
|
994
|
-
url: http://flipboard.com/browserproxy
|
995
|
-
category: Feed Fetcher
|
996
|
-
producer:
|
997
|
-
name: Flipboard
|
998
|
-
url: http://flipboard.com/
|
999
|
-
-
|
1000
|
-
user_agent: freshrss/0.8-dev (Linux; http://freshrss.org) SimplePie/1.4-dev-FreshRSS
|
1001
|
-
bot:
|
1002
|
-
name: FreshRSS
|
1003
|
-
category: Feed Fetcher
|
1004
|
-
url: https://freshrss.org/
|
1005
|
-
-
|
1006
|
-
user_agent: FreshRSS/1.12.0 (Linux; https://freshrss.org)
|
1007
|
-
bot:
|
1008
|
-
name: FreshRSS
|
1009
|
-
category: Feed Fetcher
|
1010
|
-
url: https://freshrss.org/
|
1011
|
-
-
|
1012
|
-
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
|
1013
|
-
bot:
|
1014
|
-
name: GTmetrix
|
1015
|
-
category: Crawler
|
1016
|
-
url: https://gtmetrix.com/
|
1017
|
-
producer:
|
1018
|
-
name: Carbon60 Operating Co. Ltd.
|
1019
|
-
url: https://www.carbon60.com/
|
1020
|
-
-
|
1021
|
-
user_agent: 7Siters/1.07 (+https://7ooo.ru/siters/)
|
1022
|
-
bot:
|
1023
|
-
name: Generic Bot
|
1024
|
-
-
|
1025
|
-
user_agent: COMODO SSL Checker
|
1026
|
-
bot:
|
1027
|
-
name: Generic Bot
|
1028
|
-
-
|
1029
|
-
user_agent: help@dataminr.com
|
1030
|
-
bot:
|
1031
|
-
name: Generic Bot
|
1032
|
-
-
|
1033
|
-
user_agent: 'HybridBot (hybrid.ru/about. If our bot caused problems please contact us. Contact email: m.lyashkov@targetix.net)'
|
1034
|
-
bot:
|
1035
|
-
name: Generic Bot
|
1036
|
-
-
|
1037
|
-
user_agent: 'Mozilla/5.0 (compatible; +centuryb.o.t9[at]gmail.com)'
|
1038
|
-
bot:
|
1039
|
-
name: Generic Bot
|
1040
|
-
-
|
1041
|
-
user_agent: Mozilla/5.0 (compatible; +http://tweetedtimes.com)
|
1042
|
-
bot:
|
1043
|
-
name: Generic Bot
|
1044
|
-
-
|
1045
|
-
user_agent: Mozilla/5.0 (compatible; Shareaholicbot/2.0; +http://www.shareaholic.com/bot)
|
1046
|
-
bot:
|
1047
|
-
name: Generic Bot
|
1048
|
-
-
|
1049
|
-
user_agent: Mozilla/5.0 (compatible; TrendsmapResolver/0.1)
|
1050
|
-
bot:
|
1051
|
-
name: Generic Bot
|
1052
|
-
-
|
1053
|
-
user_agent: niki-bot
|
1054
|
-
bot:
|
1055
|
-
name: Generic Bot
|
1056
|
-
-
|
1057
|
-
user_agent: PHPCrawl
|
1058
|
-
bot:
|
1059
|
-
name: Generic Bot
|
1060
|
-
-
|
1061
|
-
user_agent: robots
|
1062
|
-
bot:
|
1063
|
-
name: Generic Bot
|
1064
|
-
-
|
1065
|
-
user_agent: SeopultContentAnalyzer/1.0
|
1066
|
-
bot:
|
1067
|
-
name: Generic Bot
|
1068
|
-
-
|
1069
|
-
user_agent: Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)
|
1070
|
-
bot:
|
1071
|
-
name: Genieo Web filter
|
1072
|
-
category: ""
|
1073
|
-
url: http://www.genieo.com/webfilter.html
|
1074
|
-
producer:
|
1075
|
-
name: Genieo
|
1076
|
-
url: http://www.genieo.com
|
1077
|
-
-
|
1078
|
-
user_agent: GigablastOpenSource/1.0
|
1079
|
-
bot:
|
1080
|
-
name: Gigablast
|
1081
|
-
category: Search bot
|
1082
|
-
url: https://github.com/gigablast/open-source-search-engine
|
1083
|
-
producer:
|
1084
|
-
name: Matt Wells
|
1085
|
-
url: http://www.gigablast.com/faq.html
|
1086
|
-
-
|
1087
|
-
user_agent: Mozilla/5.0 (compatible; Gluten Free Crawler/1.0; +http://glutenfreepleasure.com/)
|
1088
|
-
bot:
|
1089
|
-
name: Gluten Free Crawler
|
1090
|
-
category: Crawler
|
1091
|
-
url: http://glutenfreepleasure.com/
|
1092
|
-
producer:
|
1093
|
-
name: ""
|
1094
|
-
url: ""
|
1095
|
-
-
|
1096
|
-
user_agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)
|
1097
|
-
bot:
|
1098
|
-
name: Gmail Image Proxy
|
1099
|
-
category: Crawler
|
1100
|
-
url: ""
|
1101
|
-
producer:
|
1102
|
-
name: Google Inc.
|
1103
|
-
url: http://www.google.com
|
1104
|
-
-
|
1105
|
-
user_agent: DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
|
1106
|
-
bot:
|
1107
|
-
name: Goo
|
1108
|
-
category: Search bot
|
1109
|
-
url: http://search.goo.ne.jp/option/use/sub4/sub4-1
|
1110
|
-
producer:
|
1111
|
-
name: NTT Resonant
|
1112
|
-
url: http://goo.ne.jp
|
1113
|
-
-
|
1114
|
-
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
|
1115
|
-
bot:
|
1116
|
-
name: Google Favicon
|
1117
|
-
category: Crawler
|
1118
|
-
-
|
1119
|
-
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
|
1120
|
-
bot:
|
1121
|
-
name: Google PageSpeed Insights
|
1122
|
-
category: Site Monitor
|
1123
|
-
url: http://developers.google.com/speed/pagespeed/insights/
|
1124
|
-
producer:
|
1125
|
-
name: Google Inc.
|
1126
|
-
url: http://www.google.com
|
1127
|
-
-
|
1128
|
-
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
|
1129
|
-
bot:
|
1130
|
-
name: Google Partner Monitoring
|
1131
|
-
category: Site Monitor
|
1132
|
-
url: ""
|
1133
|
-
producer:
|
1134
|
-
name: Google Inc.
|
1135
|
-
url: http://www.google.com
|
1136
|
-
-
|
1137
|
-
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
|
1138
|
-
bot:
|
1139
|
-
name: Google Search Console
|
1140
|
-
category: Crawler
|
1141
|
-
url: https://search.google.com/search-console/about
|
1142
|
-
producer:
|
1143
|
-
name: Google Inc.
|
1144
|
-
url: http://www.google.com
|
1145
|
-
-
|
1146
|
-
user_agent: Google-Structured-Data-Testing-Tool +https://search.google.com/structured-data/testing-tool)
|
1147
|
-
bot:
|
1148
|
-
name: Google Structured Data Testing Tool
|
1149
|
-
category: Validator
|
1150
|
-
url: https://search.google.com/structured-data/testing-tool
|
1151
|
-
producer:
|
1152
|
-
name: Google Inc.
|
1153
|
-
url: http://www.google.com
|
1154
|
-
-
|
1155
|
-
user_agent: AdsBot-Google (+http://www.google.com/adsbot.html)
|
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: 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
|
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: APIs-Google (+https://developers.google.com/webmasters/APIs-Google.html)
|
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: DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
|
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: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 19 subscribers; feed-id=13965549748850348809)
|
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: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 2 subscribers; feed-id=17860707833818568603)
|
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: Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 375 subscribers; feed-id=15381863289700640853)
|
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: Google-AdWords-Express
|
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: Google-Adwords-Instant (+http://www.google.com/adsbot.html)
|
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: Google-speakr
|
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 (gocrawl v0.4)
|
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-Image/1.0
|
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: Googlebot-News (2.3.3, ruby 1.9.3 (2013-11-22))
|
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: Googlebot-Video/1.0
|
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: Googlebot/2.1 (http://www.googlebot.com/bot.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: Googlebot/Nutch-1.7
|
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: GoogleProducer; (+http://goo.gl/7y4SX)
|
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: Mediapartners-Google
|
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 (compatible) Feedfetcher-Google;(+http://www.google.com/feedfetcher.html)
|
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 (compatible; Google-Youtube-Links)
|
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 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
|
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 (en-US) AppleWebKit/537.36 (KHTML, like Gecko; Google-Assess) Chrome/34.0.1847.116 Safari/537.36
|
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 (en-us) AppleWebKit/537.36(KHTML, like Gecko; Google-Adwords-DisplayAds-WebRender;) Chrome/41.0.2272.118Safari/537.36
|
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 (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)
|
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 (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
|
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 (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)
|
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 (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)
|
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 (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
|
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 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google (+https://developers.google.com/+/web/snippet/)
|
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: 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)
|
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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36
|
1426
|
-
bot:
|
1427
|
-
name: Googlebot
|
1428
|
-
category: Search bot
|
1429
|
-
url: http://www.google.com/bot.html
|
1430
|
-
producer:
|
1431
|
-
name: Google Inc.
|
1432
|
-
url: http://www.google.com
|
1433
|
-
-
|
1434
|
-
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)
|
1435
|
-
bot:
|
1436
|
-
name: Googlebot
|
1437
|
-
category: Search bot
|
1438
|
-
url: http://www.google.com/bot.html
|
1439
|
-
producer:
|
1440
|
-
name: Google Inc.
|
1441
|
-
url: http://www.google.com
|
1442
|
-
-
|
1443
|
-
user_agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36
|
1444
|
-
bot:
|
1445
|
-
name: Googlebot
|
1446
|
-
category: Search bot
|
1447
|
-
url: http://www.google.com/bot.html
|
1448
|
-
producer:
|
1449
|
-
name: Google Inc.
|
1450
|
-
url: http://www.google.com
|
1451
|
-
-
|
1452
|
-
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)
|
1453
|
-
bot:
|
1454
|
-
name: Googlebot
|
1455
|
-
category: Search bot
|
1456
|
-
url: http://www.google.com/bot.html
|
1457
|
-
producer:
|
1458
|
-
name: Google Inc.
|
1459
|
-
url: http://www.google.com
|
1460
|
-
-
|
1461
|
-
user_agent: Grammarly/1.0 (http://www.grammarly.com)
|
1462
|
-
bot:
|
1463
|
-
name: Grammarly
|
1464
|
-
category: Service bot
|
1465
|
-
url: https://www.grammarly.com
|
1466
|
-
-
|
1467
|
-
user_agent: Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +https://www.grapeshot.com/crawler/)
|
1468
|
-
bot:
|
1469
|
-
name: Grapeshot
|
1470
|
-
category: Crawler
|
1471
|
-
url: https://www.grapeshot.com/crawler
|
1472
|
-
producer:
|
1473
|
-
name: Grapeshot
|
1474
|
-
url: https://www.grapeshot.com
|
1475
|
-
-
|
1476
|
-
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/)
|
1477
|
-
bot:
|
1478
|
-
name: Grapeshot
|
1479
|
-
category: Crawler
|
1480
|
-
url: https://www.grapeshot.com/crawler
|
1481
|
-
producer:
|
1482
|
-
name: Grapeshot
|
1483
|
-
url: https://www.grapeshot.com
|
1484
|
-
-
|
1485
|
-
user_agent: HTTPMon/1.0b (http://www.httpmon.com)
|
1486
|
-
bot:
|
1487
|
-
name: HTTPMon
|
1488
|
-
category: Site Monitor
|
1489
|
-
url: http://www.httpmon.com
|
1490
|
-
producer:
|
1491
|
-
name: towards GmbH
|
1492
|
-
url: http://www.towards.ch/
|
1493
|
-
-
|
1494
|
-
user_agent: 'flieder - neofonie heritrix/1.14.3 (+http://spider.neofonie.de)'
|
1495
|
-
bot:
|
1496
|
-
name: Heritrix
|
1497
|
-
category: Crawler
|
1498
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1499
|
-
producer:
|
1500
|
-
name: The Internet Archive
|
1501
|
-
url: https://archive.org
|
1502
|
-
-
|
1503
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/1.14.4 +http://webarhive.nlc.gov.cn)
|
1504
|
-
bot:
|
1505
|
-
name: Heritrix
|
1506
|
-
category: Crawler
|
1507
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1508
|
-
producer:
|
1509
|
-
name: The Internet Archive
|
1510
|
-
url: https://archive.org
|
1511
|
-
-
|
1512
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/1.14.4 +http://www.dla-marbach.de)
|
1513
|
-
bot:
|
1514
|
-
name: Heritrix
|
1515
|
-
category: Crawler
|
1516
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1517
|
-
producer:
|
1518
|
-
name: The Internet Archive
|
1519
|
-
url: https://archive.org
|
1520
|
-
-
|
1521
|
-
user_agent: mozilla/5.0 (compatible; heritrix/1.3.0 http://archive.crawler.org)
|
1522
|
-
bot:
|
1523
|
-
name: Heritrix
|
1524
|
-
category: Crawler
|
1525
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1526
|
-
producer:
|
1527
|
-
name: The Internet Archive
|
1528
|
-
url: https://archive.org
|
1529
|
-
-
|
1530
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/3.1.1 +http://www.baidu.com)
|
1531
|
-
bot:
|
1532
|
-
name: Heritrix
|
1533
|
-
category: Crawler
|
1534
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1535
|
-
producer:
|
1536
|
-
name: The Internet Archive
|
1537
|
-
url: https://archive.org
|
1538
|
-
-
|
1539
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/3.1.1 +http://www.run4dom.com)
|
1540
|
-
bot:
|
1541
|
-
name: Heritrix
|
1542
|
-
category: Crawler
|
1543
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1544
|
-
producer:
|
1545
|
-
name: The Internet Archive
|
1546
|
-
url: https://archive.org
|
1547
|
-
-
|
1548
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/3.1.2-SNAPSHOT-20130207.001528 +http://webarchiv.cz/kontakty/)
|
1549
|
-
bot:
|
1550
|
-
name: Heritrix
|
1551
|
-
category: Crawler
|
1552
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1553
|
-
producer:
|
1554
|
-
name: The Internet Archive
|
1555
|
-
url: https://archive.org
|
1556
|
-
-
|
1557
|
-
user_agent: Mozilla/5.0 (compatible; worio bot heritrix/1.10.0 +http://worio.com)
|
1558
|
-
bot:
|
1559
|
-
name: Heritrix
|
1560
|
-
category: Crawler
|
1561
|
-
url: https://webarchive.jira.com/wiki/display/Heritrix/Heritrix
|
1562
|
-
producer:
|
1563
|
-
name: The Internet Archive
|
1564
|
-
url: https://archive.org
|
1565
|
-
-
|
1566
|
-
user_agent: Heurekabot-Feed/1.0 (+https://sluzby.heureka.cz/napoveda/heurekabot/)
|
1567
|
-
bot:
|
1568
|
-
name: Heureka Feed
|
1569
|
-
category: Crawler
|
1570
|
-
url: https://sluzby.heureka.cz/napoveda/heurekabot/
|
1571
|
-
producer:
|
1572
|
-
name: Heureka.cz, a.s.
|
1573
|
-
url: https://www.heureka.cz/
|
1574
|
-
-
|
1575
|
-
user_agent: HubPages V0.2.2 (http://hubpages.com/help/crawlingpolicy)
|
1576
|
-
bot:
|
1577
|
-
name: HubPages
|
1578
|
-
category: Crawler
|
1579
|
-
url: https://hubpages.com/help/crawlingpolicy
|
1580
|
-
producer:
|
1581
|
-
name: HubPages, Inc.
|
1582
|
-
url: https://discover.hubpages.com/
|
1583
|
-
-
|
1584
|
-
user_agent: HubSpot Website Grader (web-crawlers@hubspot.com)
|
1585
|
-
bot:
|
1586
|
-
name: HubSpot
|
1587
|
-
category: Crawler
|
1588
|
-
producer:
|
1589
|
-
name: HubSpot Inc.
|
1590
|
-
url: https://www.hubspot.com
|
1591
|
-
-
|
1592
|
-
user_agent: ICC-Crawler/2.0 (Mozilla-compatible; ; http://www.nict.go.jp/en/univ-com/plan/crawl.html)
|
1593
|
-
bot:
|
1594
|
-
name: ICC-Crawler
|
1595
|
-
category: Crawler
|
1596
|
-
url: http://www.nict.go.jp/en/univ-com/plan/crawl.html
|
1597
|
-
producer:
|
1598
|
-
name: ""
|
1599
|
-
url: ""
|
1600
|
-
-
|
1601
|
-
user_agent: IDG/IT (http://spaziodati.eu/)
|
1602
|
-
bot:
|
1603
|
-
name: IDG/IT
|
1604
|
-
category: Search bot
|
1605
|
-
url: https://spaziodati.eu/
|
1606
|
-
producer:
|
1607
|
-
name: SpazioDati S.r.l.
|
1608
|
-
url: https://spaziodati.eu/
|
1609
|
-
-
|
1610
|
-
user_agent: iisbot/1.0 (+http://www.iis.net/iisbot.html)
|
1611
|
-
bot:
|
1612
|
-
name: IIS Site Analysis
|
1613
|
-
category: Crawler
|
1614
|
-
url: http://www.iis.net/iisbot.html
|
1615
|
-
producer:
|
1616
|
-
name: Microsoft Corporation
|
1617
|
-
url: http://www.microsoft.com
|
1618
|
-
-
|
1619
|
-
user_agent: IP-Guide.com Crawler/1.0 (https://ip-guide.com)
|
1620
|
-
bot:
|
1621
|
-
name: IP-Guide Crawler
|
1622
|
-
category: Crawler
|
1623
|
-
url: ""
|
1624
|
-
producer:
|
1625
|
-
name: ""
|
1626
|
-
url: https://ip-guide.com
|
1627
|
-
-
|
1628
|
-
user_agent: Mozilla/5.0 (compatible; ips-agent)
|
1629
|
-
bot:
|
1630
|
-
name: IPS Agent
|
1631
|
-
category: Crawler
|
1632
|
-
producer:
|
1633
|
-
name: VeriSign, Inc
|
1634
|
-
url: http://www.verisign.com/
|
1635
|
-
-
|
1636
|
-
user_agent: Kaspersky Lab CFR link resolver cfradmins@kaspersky.com
|
1637
|
-
bot:
|
1638
|
-
name: Kaspersky
|
1639
|
-
category: Security Checker
|
1640
|
-
url: https://www.kaspersky.com/
|
1641
|
-
producer:
|
1642
|
-
name: AO Kaspersky Lab
|
1643
|
-
url: https://www.kaspersky.com/
|
1644
|
-
-
|
1645
|
-
user_agent: kouio.com RSS reader
|
1646
|
-
bot:
|
1647
|
-
name: Kouio
|
1648
|
-
url: http://kouio.com/
|
1649
|
-
category: Feed Fetcher
|
1650
|
-
producer:
|
1651
|
-
name: ""
|
1652
|
-
url: ""
|
1653
|
-
-
|
1654
|
-
user_agent: 'kouio.com RSS reader - 6 subscribers'
|
1655
|
-
bot:
|
1656
|
-
name: Kouio
|
1657
|
-
url: http://kouio.com/
|
1658
|
-
category: Feed Fetcher
|
1659
|
-
producer:
|
1660
|
-
name: ""
|
1661
|
-
url: ""
|
1662
|
-
-
|
1663
|
-
user_agent: LCC (+http://corpora.informatik.uni-leipzig.de/crawler_faq.html)
|
1664
|
-
bot:
|
1665
|
-
name: LCC
|
1666
|
-
category: Search bot
|
1667
|
-
url: https://corpora.uni-leipzig.de/crawler_faq.html
|
1668
|
-
producer:
|
1669
|
-
name: Universität Leipzig
|
1670
|
-
url: https://www.uni-leipzig.de/
|
1671
|
-
-
|
1672
|
-
user_agent: 'ltx71 - (http://ltx71.com/)'
|
1673
|
-
bot:
|
1674
|
-
name: LTX71
|
1675
|
-
url: http://ltx71.com/
|
1676
|
-
producer:
|
1677
|
-
name: ""
|
1678
|
-
url: ""
|
1679
|
-
-
|
1680
|
-
user_agent: larbin_2.6.3 larbin2.6.3@unspecified.mail
|
1681
|
-
bot:
|
1682
|
-
name: Larbin web crawler
|
1683
|
-
category: Crawler
|
1684
|
-
url: http://larbin.sourceforge.net
|
1685
|
-
producer:
|
1686
|
-
name: ""
|
1687
|
-
url: ""
|
1688
|
-
-
|
1689
|
-
user_agent: "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
|
1690
|
-
bot:
|
1691
|
-
name: "Let's Encrypt Validation"
|
1692
|
-
category: Service Agent
|
1693
|
-
url: https://letsencrypt.org/how-it-works/
|
1694
|
-
producer:
|
1695
|
-
name: "Let's Encrypt"
|
1696
|
-
url: https://letsencrypt.org
|
1697
|
-
-
|
1698
|
-
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
|
1699
|
-
bot:
|
1700
|
-
name: Lighthouse
|
1701
|
-
category: Site Monitor
|
1702
|
-
url: https://developers.google.com/web/tools/lighthouse
|
1703
|
-
producer:
|
1704
|
-
name: Lighthouse
|
1705
|
-
url: https://developers.google.com/web/tools/lighthouse
|
1706
|
-
-
|
1707
|
-
user_agent: linkdex.com/v2.0 and linkdex.com/v2.1
|
1708
|
-
bot:
|
1709
|
-
name: Linkdex Bot
|
1710
|
-
category: Search bot
|
1711
|
-
url: http://www.linkdex.com/bots
|
1712
|
-
producer:
|
1713
|
-
name: Mojeek Ltd.
|
1714
|
-
url: http://www.mojeek.com
|
1715
|
-
-
|
1716
|
-
user_agent: Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/about/bots/)
|
1717
|
-
bot:
|
1718
|
-
name: Linkdex Bot
|
1719
|
-
category: Search bot
|
1720
|
-
url: http://www.linkdex.com/bots
|
1721
|
-
producer:
|
1722
|
-
name: Mojeek Ltd.
|
1723
|
-
url: http://www.mojeek.com
|
1724
|
-
-
|
1725
|
-
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/)
|
1726
|
-
bot:
|
1727
|
-
name: Linkdex Bot
|
1728
|
-
category: Search bot
|
1729
|
-
url: http://www.linkdex.com/bots
|
1730
|
-
producer:
|
1731
|
-
name: Mojeek Ltd.
|
1732
|
-
url: http://www.mojeek.com
|
1733
|
-
-
|
1734
|
-
user_agent: LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)
|
1735
|
-
bot:
|
1736
|
-
name: LinkedIn Bot
|
1737
|
-
category: Social Media Agent
|
1738
|
-
url: http://www.linkedin.com
|
1739
|
-
producer:
|
1740
|
-
name: LinkedIn
|
1741
|
-
url: http://www.linkedin.com
|
1742
|
-
-
|
1743
|
-
user_agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)
|
1744
|
-
bot:
|
1745
|
-
name: MJ12 Bot
|
1746
|
-
category: Search bot
|
1747
|
-
url: http://majestic12.co.uk/bot.php
|
1748
|
-
producer:
|
1749
|
-
name: Majestic-12
|
1750
|
-
url: http://majestic12.co.uk
|
1751
|
-
-
|
1752
|
-
user_agent: magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)
|
1753
|
-
bot:
|
1754
|
-
name: Magpie-Crawler
|
1755
|
-
category: Social Media Agent
|
1756
|
-
url: http://www.brandwatch.com/magpie-crawler/
|
1757
|
-
producer:
|
1758
|
-
name: Brandwatch
|
1759
|
-
url: http://www.brandwatch.com
|
1760
|
-
-
|
1761
|
-
user_agent: MagpieRSS/0.72 (+http://magpierss.sf.net)
|
1762
|
-
bot:
|
1763
|
-
name: MagpieRSS
|
1764
|
-
url: http://magpierss.sourceforge.net/
|
1765
|
-
category: Feed Parser
|
1766
|
-
producer:
|
1767
|
-
name: ""
|
1768
|
-
url: ""
|
1769
|
-
-
|
1770
|
-
user_agent: Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)
|
1771
|
-
bot:
|
1772
|
-
name: Mail.Ru Bot
|
1773
|
-
category: Search bot
|
1774
|
-
url: http://help.mail.ru/webmaster/indexing/robots/types_robots
|
1775
|
-
producer:
|
1776
|
-
name: Mail.Ru Group
|
1777
|
-
url: http://corp.mail.ru
|
1778
|
-
-
|
1779
|
-
user_agent: Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Fast/2.0; +http://go.mail.ru/help/robots)
|
1780
|
-
bot:
|
1781
|
-
name: Mail.Ru Bot
|
1782
|
-
category: Search bot
|
1783
|
-
url: http://help.mail.ru/webmaster/indexing/robots/types_robots
|
1784
|
-
producer:
|
1785
|
-
name: Mail.Ru Group
|
1786
|
-
url: http://corp.mail.ru
|
1787
|
-
-
|
1788
|
-
user_agent: http.rb/2.2.2 (Mastodon/1.6.1; +https://mathtod.online/)
|
1789
|
-
bot:
|
1790
|
-
name: Mastodon Bot
|
1791
|
-
category: Social Media Agent
|
1792
|
-
-
|
1793
|
-
user_agent: http.rb/3.2.0 (Mastodon/2.4.3; +https://uwu.social/)
|
1794
|
-
bot:
|
1795
|
-
name: Mastodon Bot
|
1796
|
-
category: Social Media Agent
|
1797
|
-
-
|
1798
|
-
user_agent: Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)
|
1799
|
-
bot:
|
1800
|
-
name: Meanpath Bot
|
1801
|
-
category: Search bot
|
1802
|
-
url: http://www.meanpath.com/meanpathbot.html
|
1803
|
-
producer:
|
1804
|
-
name: Meanpath
|
1805
|
-
url: http://www.meanpath.com
|
1806
|
-
-
|
1807
|
-
user_agent: MetaInspector/5.4.0 (+https://github.com/jaimeiniesta/metainspector)
|
1808
|
-
bot:
|
1809
|
-
name: MetaInspector
|
1810
|
-
category: Crawler
|
1811
|
-
url: https://github.com/jaimeiniesta/metainspector
|
1812
|
-
-
|
1813
|
-
user_agent: Mozilla/5.0 (compatible; MetaJobBot; http://www.metajob.de/crawler)
|
1814
|
-
bot:
|
1815
|
-
name: MetaJobBot
|
1816
|
-
category: Crawler
|
1817
|
-
url: http://www.metajob.at/the/crawler
|
1818
|
-
producer:
|
1819
|
-
name: MetaJob
|
1820
|
-
url: http://www.metajob.at
|
1821
|
-
-
|
1822
|
-
user_agent: Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)
|
1823
|
-
bot:
|
1824
|
-
name: Mixrank Bot
|
1825
|
-
category: Crawler
|
1826
|
-
url: http://mixrank.com
|
1827
|
-
producer:
|
1828
|
-
name: Online Media Group, Inc.
|
1829
|
-
url: ""
|
1830
|
-
-
|
1831
|
-
user_agent: Mnogosearch-3.1.21
|
1832
|
-
bot:
|
1833
|
-
name: Mnogosearch
|
1834
|
-
category: Search bot
|
1835
|
-
url: http://www.mnogosearch.org/
|
1836
|
-
producer:
|
1837
|
-
name: Lavtech.Com Corp.
|
1838
|
-
url: ""
|
1839
|
-
-
|
1840
|
-
user_agent: Mozilla/5.0 (compatible; MojeekBot/0.6; http://www.mojeek.com/bot.html)
|
1841
|
-
bot:
|
1842
|
-
name: MojeekBot
|
1843
|
-
category: Search bot
|
1844
|
-
url: http://www.mojeek.com/bot.html
|
1845
|
-
producer:
|
1846
|
-
name: Mojeek Ltd.
|
1847
|
-
url: http://www.mojeek.com
|
1848
|
-
-
|
1849
|
-
user_agent: 'Mozilla/5.0 (compatible; www.monitor.us - free monitoring service; http://www.monitor.us)'
|
1850
|
-
bot:
|
1851
|
-
name: Monitor.Us
|
1852
|
-
category: Site Monitor
|
1853
|
-
url: http://www.monitor.us
|
1854
|
-
producer:
|
1855
|
-
name: Monitor.Us
|
1856
|
-
url: http://www.monitor.us
|
1857
|
-
-
|
1858
|
-
user_agent: munin/2.0.30-1 (libwww-perl/6.15)
|
1859
|
-
bot:
|
1860
|
-
name: Munin
|
1861
|
-
category: Site Monitor
|
1862
|
-
url: http://munin-monitoring.org/
|
1863
|
-
producer:
|
1864
|
-
name: Munin
|
1865
|
-
url: http://munin-monitoring.org/
|
1866
|
-
-
|
1867
|
-
user_agent: munin/http_loadtime
|
1868
|
-
bot:
|
1869
|
-
name: Munin
|
1870
|
-
category: Site Monitor
|
1871
|
-
url: http://munin-monitoring.org/
|
1872
|
-
producer:
|
1873
|
-
name: Munin
|
1874
|
-
url: http://munin-monitoring.org/
|
1875
|
-
-
|
1876
|
-
user_agent: nlcrawler/1.0 (+http://northernlight.com/)
|
1877
|
-
bot:
|
1878
|
-
name: NLCrawler
|
1879
|
-
category: Crawler
|
1880
|
-
url: ""
|
1881
|
-
producer:
|
1882
|
-
name: Northern Light
|
1883
|
-
url: http://northernlight.com
|
1884
|
-
-
|
1885
|
-
user_agent: check_http/v1.5 (nagios-plugins 1.5)
|
1886
|
-
bot:
|
1887
|
-
name: Nagios check_http
|
1888
|
-
category: Site Monitor
|
1889
|
-
url: https://nagios.org
|
1890
|
-
producer:
|
1891
|
-
name: Nagios Plugins Development Team
|
1892
|
-
url: https://nagios.org
|
1893
|
-
-
|
1894
|
-
user_agent: NalezenCzBot/1.0 (http://www.nalezen.cz/about-crawler)
|
1895
|
-
bot:
|
1896
|
-
name: NalezenCzBot
|
1897
|
-
category: Crawler
|
1898
|
-
url: http://www.nalezen.cz/about-crawler
|
1899
|
-
producer:
|
1900
|
-
name: Jaroslav Kuboš
|
1901
|
-
url: ""
|
1902
|
-
-
|
1903
|
-
user_agent: NetLyzer FastProbe
|
1904
|
-
bot:
|
1905
|
-
name: NetLyzer FastProbe
|
1906
|
-
-
|
1907
|
-
user_agent: Mozilla/4.0 (compatible; Netcraft Web Server Survey)
|
1908
|
-
bot:
|
1909
|
-
name: Netcraft Survey Bot
|
1910
|
-
category: Search bot
|
1911
|
-
url: ""
|
1912
|
-
producer:
|
1913
|
-
name: Netcraft
|
1914
|
-
url: http://www.netcraft.com
|
1915
|
-
-
|
1916
|
-
user_agent: Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)
|
1917
|
-
bot:
|
1918
|
-
name: Netcraft Survey Bot
|
1919
|
-
category: Search bot
|
1920
|
-
url: ""
|
1921
|
-
producer:
|
1922
|
-
name: Netcraft
|
1923
|
-
url: http://www.netcraft.com
|
1924
|
-
-
|
1925
|
-
user_agent: 'Netcraft SSL Server Survey - contact info@netcraft.com'
|
1926
|
-
bot:
|
1927
|
-
name: Netcraft Survey Bot
|
1928
|
-
category: Search bot
|
1929
|
-
url: ""
|
1930
|
-
producer:
|
1931
|
-
name: Netcraft
|
1932
|
-
url: http://www.netcraft.com
|
1933
|
-
-
|
1934
|
-
user_agent: Netvibes (http://www.netvibes.com)
|
1935
|
-
bot:
|
1936
|
-
name: Netvibes
|
1937
|
-
url: http://www.netvibes.com/
|
1938
|
-
category: Feed Fetcher
|
1939
|
-
producer:
|
1940
|
-
name: ""
|
1941
|
-
url: ""
|
1942
|
-
-
|
1943
|
-
user_agent: 'Netvibes (http://www.netvibes.com/; 8 subscribers; feedID: 2244192)'
|
1944
|
-
bot:
|
1945
|
-
name: Netvibes
|
1946
|
-
url: http://www.netvibes.com/
|
1947
|
-
category: Feed Fetcher
|
1948
|
-
producer:
|
1949
|
-
name: ""
|
1950
|
-
url: ""
|
1951
|
-
-
|
1952
|
-
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)'
|
1953
|
-
bot:
|
1954
|
-
name: NewsBlur
|
1955
|
-
url: http://www.newsblur.com
|
1956
|
-
category: Feed Fetcher
|
1957
|
-
producer:
|
1958
|
-
name: ""
|
1959
|
-
url: ""
|
1960
|
-
-
|
1961
|
-
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)'
|
1962
|
-
bot:
|
1963
|
-
name: NewsBlur
|
1964
|
-
url: http://www.newsblur.com
|
1965
|
-
category: Feed Fetcher
|
1966
|
-
producer:
|
1967
|
-
name: ""
|
1968
|
-
url: ""
|
1969
|
-
-
|
1970
|
-
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)
|
1971
|
-
bot:
|
1972
|
-
name: NewsBlur
|
1973
|
-
url: http://www.newsblur.com
|
1974
|
-
category: Feed Fetcher
|
1975
|
-
producer:
|
1976
|
-
name: ""
|
1977
|
-
url: ""
|
1978
|
-
-
|
1979
|
-
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)'
|
1980
|
-
bot:
|
1981
|
-
name: NewsBlur
|
1982
|
-
url: http://www.newsblur.com
|
1983
|
-
category: Feed Fetcher
|
1984
|
-
producer:
|
1985
|
-
name: ""
|
1986
|
-
url: ""
|
1987
|
-
-
|
1988
|
-
user_agent: NewsGatorOnline/2.0 (http://www.newsgator.com; 2 subscribers)
|
1989
|
-
bot:
|
1990
|
-
name: NewsGator
|
1991
|
-
url: http://www.newsgator.com
|
1992
|
-
category: Feed Fetcher
|
1993
|
-
producer:
|
1994
|
-
name: ""
|
1995
|
-
url: ""
|
1996
|
-
-
|
1997
|
-
user_agent: Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)
|
1998
|
-
bot:
|
1999
|
-
name: Nmap
|
2000
|
-
category: Security Checker
|
2001
|
-
url: https://nmap.org/book/nse.html
|
2002
|
-
producer:
|
2003
|
-
name: Nmap
|
2004
|
-
url: https://nmap.org/
|
2005
|
-
-
|
2006
|
-
user_agent: 5acd734a-1ed3-4a17-ad9d-0b09ae7bc2d2/Nutch-1.7
|
2007
|
-
bot:
|
2008
|
-
name: Nutch-based Bot
|
2009
|
-
category: Crawler
|
2010
|
-
url: https://nutch.apache.org
|
2011
|
-
producer:
|
2012
|
-
name: The Apache Software Foundation
|
2013
|
-
url: https://www.apache.org/foundation/
|
2014
|
-
-
|
2015
|
-
user_agent: CB/Nutch-1.7
|
2016
|
-
bot:
|
2017
|
-
name: Nutch-based Bot
|
2018
|
-
category: Crawler
|
2019
|
-
url: https://nutch.apache.org
|
2020
|
-
producer:
|
2021
|
-
name: The Apache Software Foundation
|
2022
|
-
url: https://www.apache.org/foundation/
|
2023
|
-
-
|
2024
|
-
user_agent: Mozilla/5.0 (compatible; summers;)/Nutch-1.7
|
2025
|
-
bot:
|
2026
|
-
name: Nutch-based Bot
|
2027
|
-
category: Crawler
|
2028
|
-
url: https://nutch.apache.org
|
2029
|
-
producer:
|
2030
|
-
name: The Apache Software Foundation
|
2031
|
-
url: https://www.apache.org/foundation/
|
2032
|
-
-
|
2033
|
-
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
|
2034
|
-
bot:
|
2035
|
-
name: Nutch-based Bot
|
2036
|
-
category: Crawler
|
2037
|
-
url: https://nutch.apache.org
|
2038
|
-
producer:
|
2039
|
-
name: The Apache Software Foundation
|
2040
|
-
url: https://www.apache.org/foundation/
|
2041
|
-
-
|
2042
|
-
user_agent: My Nutch Spider/Nutch-1.6
|
2043
|
-
bot:
|
2044
|
-
name: Nutch-based Bot
|
2045
|
-
category: Crawler
|
2046
|
-
url: https://nutch.apache.org
|
2047
|
-
producer:
|
2048
|
-
name: The Apache Software Foundation
|
2049
|
-
url: https://www.apache.org/foundation/
|
2050
|
-
-
|
2051
|
-
user_agent: MySpider/Nutch-2.2
|
2052
|
-
bot:
|
2053
|
-
name: Nutch-based Bot
|
2054
|
-
category: Crawler
|
2055
|
-
url: https://nutch.apache.org
|
2056
|
-
producer:
|
2057
|
-
name: The Apache Software Foundation
|
2058
|
-
url: https://www.apache.org/foundation/
|
2059
|
-
-
|
2060
|
-
user_agent: Nutch12/Nutch-1.2
|
2061
|
-
bot:
|
2062
|
-
name: Nutch-based Bot
|
2063
|
-
category: Crawler
|
2064
|
-
url: https://nutch.apache.org
|
2065
|
-
producer:
|
2066
|
-
name: The Apache Software Foundation
|
2067
|
-
url: https://www.apache.org/foundation/
|
2068
|
-
-
|
2069
|
-
user_agent: NutchSpider/Nutch-1.4
|
2070
|
-
bot:
|
2071
|
-
name: Nutch-based Bot
|
2072
|
-
category: Crawler
|
2073
|
-
url: https://nutch.apache.org
|
2074
|
-
producer:
|
2075
|
-
name: The Apache Software Foundation
|
2076
|
-
url: https://www.apache.org/foundation/
|
2077
|
-
-
|
2078
|
-
user_agent: spider/Nutch-1.5.1 (spider; http://www.xxx.com)
|
2079
|
-
bot:
|
2080
|
-
name: Nutch-based Bot
|
2081
|
-
category: Crawler
|
2082
|
-
url: https://nutch.apache.org
|
2083
|
-
producer:
|
2084
|
-
name: The Apache Software Foundation
|
2085
|
-
url: https://www.apache.org/foundation/
|
2086
|
-
-
|
2087
|
-
user_agent: Spider/Nutch-2.3-SNAPSHOT (Webcrawler)
|
2088
|
-
bot:
|
2089
|
-
name: Nutch-based Bot
|
2090
|
-
category: Crawler
|
2091
|
-
url: https://nutch.apache.org
|
2092
|
-
producer:
|
2093
|
-
name: The Apache Software Foundation
|
2094
|
-
url: https://www.apache.org/foundation/
|
2095
|
-
-
|
2096
|
-
user_agent: testnutch/Nutch-1.8
|
2097
|
-
bot:
|
2098
|
-
name: Nutch-based Bot
|
2099
|
-
category: Crawler
|
2100
|
-
url: https://nutch.apache.org
|
2101
|
-
producer:
|
2102
|
-
name: The Apache Software Foundation
|
2103
|
-
url: https://www.apache.org/foundation/
|
2104
|
-
-
|
2105
|
-
user_agent: Your Nutch Spider/Nutch-2.2.1
|
2106
|
-
bot:
|
2107
|
-
name: Nutch-based Bot
|
2108
|
-
category: Crawler
|
2109
|
-
url: https://nutch.apache.org
|
2110
|
-
producer:
|
2111
|
-
name: The Apache Software Foundation
|
2112
|
-
url: https://www.apache.org/foundation/
|
2113
|
-
-
|
2114
|
-
user_agent: your sipder name/Nutch-1.7
|
2115
|
-
bot:
|
2116
|
-
name: Nutch-based Bot
|
2117
|
-
category: Crawler
|
2118
|
-
url: https://nutch.apache.org
|
2119
|
-
producer:
|
2120
|
-
name: The Apache Software Foundation
|
2121
|
-
url: https://www.apache.org/foundation/
|
2122
|
-
-
|
2123
|
-
user_agent: Nuzzel
|
2124
|
-
bot:
|
2125
|
-
name: Nuzzel
|
2126
|
-
category: Crawler
|
2127
|
-
producer:
|
2128
|
-
name: Nuzzel
|
2129
|
-
url: https://www.nuzzel.com/
|
2130
|
-
-
|
2131
|
-
user_agent: Octopus 1.0.2
|
2132
|
-
bot:
|
2133
|
-
name: Octopus
|
2134
|
-
-
|
2135
|
-
user_agent: omgili/0.5 +http://omgili.com
|
2136
|
-
bot:
|
2137
|
-
name: Omgili bot
|
2138
|
-
category: Search bot
|
2139
|
-
url: http://www.omgili.com/Crawler.html
|
2140
|
-
producer:
|
2141
|
-
name: Omgili
|
2142
|
-
url: http://www.omgili.com
|
2143
|
-
-
|
2144
|
-
user_agent: omgilibot/0.3 +http://www.omgili.com/Crawler.html
|
2145
|
-
bot:
|
2146
|
-
name: Omgili bot
|
2147
|
-
category: Search bot
|
2148
|
-
url: http://www.omgili.com/Crawler.html
|
2149
|
-
producer:
|
2150
|
-
name: Omgili
|
2151
|
-
url: http://www.omgili.com
|
2152
|
-
-
|
2153
|
-
user_agent: Mozilla/5.0 (compatible; spbot/4.0.9; +http://OpenLinkProfiler.org/bot )
|
2154
|
-
bot:
|
2155
|
-
name: OpenLinkProfiler
|
2156
|
-
category: Crawler
|
2157
|
-
url: http://openlinkprofiler.org/bot
|
2158
|
-
producer:
|
2159
|
-
name: Axandra GmbH
|
2160
|
-
url: http://www.axandra.com
|
2161
|
-
-
|
2162
|
-
user_agent: OpenWebSpider v0.1.4 (http://www.openwebspider.org/)
|
2163
|
-
bot:
|
2164
|
-
name: OpenWebSpider
|
2165
|
-
category: Crawler
|
2166
|
-
url: http://www.openwebspider.org
|
2167
|
-
producer:
|
2168
|
-
name: OpenWebSpider Lab
|
2169
|
-
url: http://lab.openwebspider.org
|
2170
|
-
-
|
2171
|
-
user_agent: Mozilla/5.0 (compatible; OpenindexSpider; +http://www.openindex.io/en/webmasters/spider.html)
|
2172
|
-
bot:
|
2173
|
-
name: Openindex Spider
|
2174
|
-
category: Search bot
|
2175
|
-
url: http://www.openindex.io/en/webmasters/spider.html
|
2176
|
-
producer:
|
2177
|
-
name: Openindex B.V.
|
2178
|
-
url: http://www.openindex.io
|
2179
|
-
-
|
2180
|
-
user_agent: Mozilla/5.0 (compatible; OrangeBot-Collector/2.0; support.orangebot@orange.com)
|
2181
|
-
bot:
|
2182
|
-
name: Orange Bot
|
2183
|
-
category: Search bot
|
2184
|
-
url: http://lemoteur.orange.fr
|
2185
|
-
producer:
|
2186
|
-
name: Orange
|
2187
|
-
url: http://www.orange.fr
|
2188
|
-
-
|
2189
|
-
user_agent: Mozilla/5.0 (compatible; OrangeBot/2.0; support.orangebot@orange.com)
|
2190
|
-
bot:
|
2191
|
-
name: Orange Bot
|
2192
|
-
category: Search bot
|
2193
|
-
url: http://lemoteur.orange.fr
|
2194
|
-
producer:
|
2195
|
-
name: Orange
|
2196
|
-
url: http://www.orange.fr
|
2197
|
-
-
|
2198
|
-
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)
|
2199
|
-
bot:
|
2200
|
-
name: Orange Bot
|
2201
|
-
category: Search bot
|
2202
|
-
url: http://lemoteur.orange.fr
|
2203
|
-
producer:
|
2204
|
-
name: Orange
|
2205
|
-
url: http://www.orange.fr
|
2206
|
-
-
|
2207
|
-
user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1;fr;rv:1.8.1) VoilaBotCollector BETA 0.1 (http://www.voila.com/)
|
2208
|
-
bot:
|
2209
|
-
name: Orange Bot
|
2210
|
-
category: Search bot
|
2211
|
-
url: http://lemoteur.orange.fr
|
2212
|
-
producer:
|
2213
|
-
name: Orange
|
2214
|
-
url: http://www.orange.fr
|
2215
|
-
-
|
2216
|
-
user_agent: Mozilla/5.0 (Java) outbrain
|
2217
|
-
bot:
|
2218
|
-
name: Outbrain
|
2219
|
-
category: Crawler
|
2220
|
-
url: ""
|
2221
|
-
producer:
|
2222
|
-
name: Outbrain
|
2223
|
-
url: http://www.outbrain.com/
|
2224
|
-
-
|
2225
|
-
user_agent: Mozilla/5.0 (compatible; phpservermon/3.1.1; +http://www.phpservermonitor.org)
|
2226
|
-
bot:
|
2227
|
-
name: PHP Server Monitor
|
2228
|
-
category: Site Monitor
|
2229
|
-
url: https://github.com/phpservermon/phpservermon
|
2230
|
-
producer:
|
2231
|
-
name: PHP Server Monitor
|
2232
|
-
url: http://www.phpservermonitor.org/
|
2233
|
-
-
|
2234
|
-
user_agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)
|
2235
|
-
bot:
|
2236
|
-
name: PRTG Network Monitor
|
2237
|
-
category: Network Monitor
|
2238
|
-
url: https://www.paessler.com/prtg
|
2239
|
-
producer:
|
2240
|
-
name: Paessler AG
|
2241
|
-
url: https://www.paessler.com
|
2242
|
-
-
|
2243
|
-
user_agent: Mozilla/5.0 (compatible; PaperLiBot/2.1; http://support.paper.li/entries/20023257-what-is-paper-li)
|
2244
|
-
bot:
|
2245
|
-
name: PaperLiBot
|
2246
|
-
category: Search bot
|
2247
|
-
url: http://support.paper.li/entries/20023257-what-is-paper-li
|
2248
|
-
producer:
|
2249
|
-
name: Smallrivers SA
|
2250
|
-
url: http://www.paper.li
|
2251
|
-
-
|
2252
|
-
user_agent: Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://aspiegel.com/petalbot)
|
2253
|
-
bot:
|
2254
|
-
name: Petal Bot
|
2255
|
-
category: Crawler
|
2256
|
-
url: https://aspiegel.com/petalbot
|
2257
|
-
-
|
2258
|
-
user_agent: phantomas/1.11.0 (PhantomJS/1.9.8; linux x64)
|
2259
|
-
bot:
|
2260
|
-
name: Phantomas
|
2261
|
-
category: Site Monitor
|
2262
|
-
url: https://github.com/macbre/phantomas
|
2263
|
-
-
|
2264
|
-
user_agent: psbot-page (+http://www.picsearch.com/bot.html)
|
2265
|
-
bot:
|
2266
|
-
name: Picsearch bot
|
2267
|
-
category: Search bot
|
2268
|
-
url: http://www.picsearch.com/bot.html
|
2269
|
-
producer:
|
2270
|
-
name: Picsearch
|
2271
|
-
url: http://www.picsearch.com
|
2272
|
-
-
|
2273
|
-
user_agent: psbot/0.1 (+http://www.picsearch.com/bot.html)
|
2274
|
-
bot:
|
2275
|
-
name: Picsearch bot
|
2276
|
-
category: Search bot
|
2277
|
-
url: http://www.picsearch.com/bot.html
|
2278
|
-
producer:
|
2279
|
-
name: Picsearch
|
2280
|
-
url: http://www.picsearch.com
|
2281
|
-
-
|
2282
|
-
user_agent: Pingdom.com_bot_version_1.4_(http://www.pingdom.com/)
|
2283
|
-
bot:
|
2284
|
-
name: Pingdom Bot
|
2285
|
-
category: Site Monitor
|
2286
|
-
url: ""
|
2287
|
-
producer:
|
2288
|
-
name: Pingdom AB
|
2289
|
-
url: https://www.pingdom.com
|
2290
|
-
-
|
2291
|
-
user_agent: Mozilla/5.0 (compatible; Pinterestbot/1.0; http://www.pinterest.com/bot.html)
|
2292
|
-
bot:
|
2293
|
-
name: Pinterest
|
2294
|
-
url: https://help.pinterest.com/en/business/article/pinterest-crawler
|
2295
|
-
category: Crawler
|
2296
|
-
producer:
|
2297
|
-
name: Pinterest
|
2298
|
-
url: https://www.pinterest.com/
|
2299
|
-
-
|
2300
|
-
user_agent: Pinterest/0.2 (+http://www.pinterest.com/)
|
2301
|
-
bot:
|
2302
|
-
name: Pinterest
|
2303
|
-
url: https://help.pinterest.com/en/business/article/pinterest-crawler
|
2304
|
-
category: Crawler
|
2305
|
-
producer:
|
2306
|
-
name: Pinterest
|
2307
|
-
url: https://www.pinterest.com/
|
2308
|
-
-
|
2309
|
-
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; Pinterestbot/1.0; https://www.pinterest.com/bot.html)
|
2310
|
-
bot:
|
2311
|
-
name: Pinterest
|
2312
|
-
url: https://help.pinterest.com/en/business/article/pinterest-crawler
|
2313
|
-
category: Crawler
|
2314
|
-
producer:
|
2315
|
-
name: Pinterest
|
2316
|
-
url: https://www.pinterest.com/
|
2317
|
-
-
|
2318
|
-
user_agent: PocketParser/2.0 (+https://getpocket.com/pocketparser_ua)
|
2319
|
-
bot:
|
2320
|
-
name: PocketParser
|
2321
|
-
category: Read-it-later Service
|
2322
|
-
url: https://getpocket.com/pocketparser_ua
|
2323
|
-
producer:
|
2324
|
-
name: Pocket
|
2325
|
-
url: https://getpocket.com/
|
2326
|
-
-
|
2327
|
-
user_agent: PritTorrent/1.0
|
2328
|
-
bot:
|
2329
|
-
name: PritTorrent
|
2330
|
-
category: Crawler
|
2331
|
-
url: https://github.com/astro/prittorrent
|
2332
|
-
producer:
|
2333
|
-
name: Bitlove
|
2334
|
-
url: http://bitlove.org/
|
2335
|
-
-
|
2336
|
-
user_agent: QuerySeekerSpider ( http://queryseeker.com/bot.html )
|
2337
|
-
bot:
|
2338
|
-
name: QuerySeekerSpider
|
2339
|
-
category: Crawler
|
2340
|
-
url: http://queryseeker.com/bot.html
|
2341
|
-
producer:
|
2342
|
-
name: QueryEye Inc.
|
2343
|
-
url: http://queryeye.com
|
2344
|
-
-
|
2345
|
-
user_agent: Quora Link Preview/1.0 (http://www.quora.com)
|
2346
|
-
bot:
|
2347
|
-
name: Quora Link Preview
|
2348
|
-
category: Crawler
|
2349
|
-
url: ""
|
2350
|
-
producer:
|
2351
|
-
name: Quora
|
2352
|
-
url: http://www.quora.com
|
2353
|
-
-
|
2354
|
-
user_agent: 'Mozilla/5.0 (compatible; Qwantify/2.2w; +https://www.qwant.com/)/*'
|
2355
|
-
bot:
|
2356
|
-
name: Qwantify
|
2357
|
-
category: Crawler
|
2358
|
-
url: https://www.qwant.com/
|
2359
|
-
producer:
|
2360
|
-
name: Qwant Corporation
|
2361
|
-
url: https://www.qwant.com/
|
2362
|
-
-
|
2363
|
-
user_agent: ROI Hunter; https://api-dev.roihunter.com
|
2364
|
-
bot:
|
2365
|
-
name: ROI Hunter
|
2366
|
-
category: Crawler
|
2367
|
-
url: ""
|
2368
|
-
producer:
|
2369
|
-
name: Roihunter a.s.
|
2370
|
-
url: http://roihunter.com/
|
2371
|
-
-
|
2372
|
-
user_agent: RSSRadio (Push Notification Scanner;support@dorada.co.uk)
|
2373
|
-
bot:
|
2374
|
-
name: RSSRadio Bot
|
2375
|
-
-
|
2376
|
-
user_agent: Rainmeter WebParser plugin
|
2377
|
-
bot:
|
2378
|
-
name: Rainmeter
|
2379
|
-
category: Crawler
|
2380
|
-
url: https://www.rainmeter.net
|
2381
|
-
-
|
2382
|
-
user_agent: RamblerMail/6.0 (incompatible; ImageProxy/6.0)
|
2383
|
-
bot:
|
2384
|
-
name: RamblerMail Image Proxy
|
2385
|
-
category: Crawler
|
2386
|
-
url: ""
|
2387
|
-
producer:
|
2388
|
-
name: 'Rambler&Co'
|
2389
|
-
url: https://rambler-co.ru/
|
2390
|
-
-
|
2391
|
-
user_agent: Mozilla/5.0 (compatible; redditbot/1.0; +http://www.reddit.com/feedback)
|
2392
|
-
bot:
|
2393
|
-
name: Reddit Bot
|
2394
|
-
category: Social Media Agent
|
2395
|
-
url: http://www.reddit.com/feedback
|
2396
|
-
producer:
|
2397
|
-
name: reddit inc.
|
2398
|
-
url: http://www.reddit.com
|
2399
|
-
-
|
2400
|
-
user_agent: Robozilla/1.0
|
2401
|
-
bot:
|
2402
|
-
name: Robozilla
|
2403
|
-
category: Crawler
|
2404
|
-
-
|
2405
|
-
user_agent: Mozilla/5.0 (compatible; rogerBot/1.0; UrlCrawler; http://www.seomoz.org/dp/rogerbot)
|
2406
|
-
bot:
|
2407
|
-
name: Rogerbot
|
2408
|
-
category: Crawler
|
2409
|
-
url: http://moz.com/help/pro/what-is-rogerbot-
|
2410
|
-
producer:
|
2411
|
-
name: SEOmoz, Inc.
|
2412
|
-
url: http://moz.com/
|
2413
|
-
-
|
2414
|
-
user_agent: rogerbot/1.0 (http://moz.com/help/pro/what-is-rogerbot-, rogerbot-crawler+shiny@moz.com)
|
2415
|
-
bot:
|
2416
|
-
name: Rogerbot
|
2417
|
-
category: Crawler
|
2418
|
-
url: http://moz.com/help/pro/what-is-rogerbot-
|
2419
|
-
producer:
|
2420
|
-
name: SEOmoz, Inc.
|
2421
|
-
url: http://moz.com/
|
2422
|
-
-
|
2423
|
-
user_agent: rogerbot/1.0 (http://www.moz.com/dp/rogerbot, rogerbot-crawler@moz.com)
|
2424
|
-
bot:
|
2425
|
-
name: Rogerbot
|
2426
|
-
category: Crawler
|
2427
|
-
url: http://moz.com/help/pro/what-is-rogerbot-
|
2428
|
-
producer:
|
2429
|
-
name: SEOmoz, Inc.
|
2430
|
-
url: http://moz.com/
|
2431
|
-
-
|
2432
|
-
user_agent: SEOENGWorldBot/1.0 (+http://www.seoengine.com/seoengbot.htm)
|
2433
|
-
bot:
|
2434
|
-
name: SEOENGBot
|
2435
|
-
category: Crawler
|
2436
|
-
url: http://www.seoengine.com/seoengbot.htm
|
2437
|
-
producer:
|
2438
|
-
name: SEO Engine
|
2439
|
-
url: http://www.seoengine.com
|
2440
|
-
-
|
2441
|
-
user_agent: Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)
|
2442
|
-
bot:
|
2443
|
-
name: SEOkicks-Robot
|
2444
|
-
category: Crawler
|
2445
|
-
url: http://www.seokicks.de/robot.html
|
2446
|
-
producer:
|
2447
|
-
name: SEOkicks
|
2448
|
-
url: https://www.seokicks.de/
|
2449
|
-
-
|
2450
|
-
user_agent: Mozilla/5.0 (compatible; SISTRIX Crawler; http://crawler.sistrix.net/)
|
2451
|
-
bot:
|
2452
|
-
name: SISTRIX Crawler
|
2453
|
-
category: Crawler
|
2454
|
-
url: http://crawler.sistrix.net
|
2455
|
-
producer:
|
2456
|
-
name: SISTRIX GmbH
|
2457
|
-
url: http://www.sistrix.de
|
2458
|
-
-
|
2459
|
-
user_agent: Mozilla/5.0 (compatible; Optimizer)
|
2460
|
-
bot:
|
2461
|
-
name: SISTRIX Optimizer
|
2462
|
-
category: Crawler
|
2463
|
-
url: https://optimizer.sistrix.com
|
2464
|
-
producer:
|
2465
|
-
name: SISTRIX GmbH
|
2466
|
-
url: http://www.sistrix.de
|
2467
|
-
-
|
2468
|
-
user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer)
|
2469
|
-
bot:
|
2470
|
-
name: SISTRIX Optimizer
|
2471
|
-
category: Crawler
|
2472
|
-
url: https://optimizer.sistrix.com
|
2473
|
-
producer:
|
2474
|
-
name: SISTRIX GmbH
|
2475
|
-
url: http://www.sistrix.de
|
2476
|
-
-
|
2477
|
-
user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer; Uptime; +https://www.sistrix.com/faq/uptime)
|
2478
|
-
bot:
|
2479
|
-
name: SISTRIX Optimizer
|
2480
|
-
category: Crawler
|
2481
|
-
url: https://optimizer.sistrix.com
|
2482
|
-
producer:
|
2483
|
-
name: SISTRIX GmbH
|
2484
|
-
url: http://www.sistrix.de
|
2485
|
-
-
|
2486
|
-
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)
|
2487
|
-
bot:
|
2488
|
-
name: SMTBot
|
2489
|
-
category: Search bot
|
2490
|
-
url: https://www.similartech.com/smtbot
|
2491
|
-
producer:
|
2492
|
-
name: SimilarTech Ltd.
|
2493
|
-
url: https://www.similartech.com/
|
2494
|
-
-
|
2495
|
-
user_agent: SSL Labs (https://www.ssllabs.com/about/assessment.html)
|
2496
|
-
bot:
|
2497
|
-
name: SSL Labs
|
2498
|
-
category: Validator
|
2499
|
-
url: https://www.ssllabs.com/about/assessment.html
|
2500
|
-
producer:
|
2501
|
-
name: SSL Labs
|
2502
|
-
url: https://www.ssllabs.com/about/assessment.html
|
2503
|
-
-
|
2504
|
-
user_agent: SafeDNSBot (https://www.safedns.com/searchbot)
|
2505
|
-
bot:
|
2506
|
-
name: SafeDNSBot
|
2507
|
-
category: Crawler
|
2508
|
-
url: https://www.safedns.com/searchbot
|
2509
|
-
producer:
|
2510
|
-
name: SafeDNS, Inc.
|
2511
|
-
url: https://www.safedns.com/
|
2512
|
-
-
|
2513
|
-
user_agent: Scrapy/1.0.3.post6+g2d688cd (+http://scrapy.org)
|
2514
|
-
bot:
|
2515
|
-
name: Scrapy
|
2516
|
-
category: Crawler
|
2517
|
-
url: http://scrapy.org
|
2518
|
-
-
|
2519
|
-
user_agent: Screaming Frog SEO Spider/2.22
|
2520
|
-
bot:
|
2521
|
-
name: Screaming Frog SEO Spider
|
2522
|
-
category: Crawler
|
2523
|
-
url: http://www.screamingfrog.co.uk/seo-spider
|
2524
|
-
producer:
|
2525
|
-
name: Screaming Frog Ltd
|
2526
|
-
url: http://www.screamingfrog.co.uk
|
2527
|
-
-
|
2528
|
-
user_agent: ScreenerBot Crawler Beta 2.0 (+http://www.ScreenerBot.com)
|
2529
|
-
bot:
|
2530
|
-
name: ScreenerBot
|
2531
|
-
category: Crawler
|
2532
|
-
url: http://www.screenerbot.com
|
2533
|
-
producer:
|
2534
|
-
name: ""
|
2535
|
-
url: ""
|
2536
|
-
-
|
2537
|
-
user_agent: Mozilla/5.0 (compatible) SemanticScholarBot (+https://www.semanticscholar.org/crawler)
|
2538
|
-
bot:
|
2539
|
-
name: Semantic Scholar Bot
|
2540
|
-
category: Crawler
|
2541
|
-
url: https://www.semanticscholar.org/crawler
|
2542
|
-
-
|
2543
|
-
user_agent: Mozilla/5.0 (compatible; SemrushBot/0.97; +http://www.semrush.com/bot.html)
|
2544
|
-
bot:
|
2545
|
-
name: Semrush Bot
|
2546
|
-
category: Crawler
|
2547
|
-
url: http://www.semrush.com/bot.html
|
2548
|
-
producer:
|
2549
|
-
name: SEMrush
|
2550
|
-
url: http://www.semrush.com
|
2551
|
-
-
|
2552
|
-
user_agent: SensikaBot/x.33 (+http://sensika.com)
|
2553
|
-
bot:
|
2554
|
-
name: Sensika Bot
|
2555
|
-
category: ""
|
2556
|
-
url: ""
|
2557
|
-
producer:
|
2558
|
-
name: Sensika
|
2559
|
-
url: http://sensika.com
|
2560
|
-
-
|
2561
|
-
user_agent: sentry/8.6.0 (https://getsentry.com)
|
2562
|
-
bot:
|
2563
|
-
name: Sentry Bot
|
2564
|
-
producer:
|
2565
|
-
name: Sentry
|
2566
|
-
url: https://sentry.io
|
2567
|
-
-
|
2568
|
-
user_agent: Seobility
|
2569
|
-
bot:
|
2570
|
-
name: Seobility
|
2571
|
-
category: Crawler
|
2572
|
-
url: 'https://www.seobility.net/en/faq/?category=crawling#!aboutourbot'
|
2573
|
-
-
|
2574
|
-
user_agent: Mozilla/5.0 (compatible; seoscanners.net/1; +spider@seoscanners.net)
|
2575
|
-
bot:
|
2576
|
-
name: Seoscanners.net
|
2577
|
-
category: Crawler
|
2578
|
-
url: ""
|
2579
|
-
-
|
2580
|
-
user_agent: SerendeputyBot/0.8.6 (http://serendeputy.com/about/serendeputy-bot)
|
2581
|
-
bot:
|
2582
|
-
name: Serendeputy Bot
|
2583
|
-
category: Crawler
|
2584
|
-
url: https://serendeputy.com/about/serendeputy-bot
|
2585
|
-
-
|
2586
|
-
user_agent: Server Density Service Monitoring v2
|
2587
|
-
bot:
|
2588
|
-
name: Server Density
|
2589
|
-
-
|
2590
|
-
user_agent: Mozilla/5.0 (compatible; SeznamBot/3.1-test1; +http://fulltext.sblog.cz/)
|
2591
|
-
bot:
|
2592
|
-
name: Seznam Bot
|
2593
|
-
category: Search bot
|
2594
|
-
url: http://www.mapy.cz/cz/seznambot.html
|
2595
|
-
producer:
|
2596
|
-
name: Seznam.cz, a.s.
|
2597
|
-
url: http://www.seznam.cz/
|
2598
|
-
-
|
2599
|
-
user_agent: Mozilla/5.0 (compatible; SeznamBot/3.2-test1; +http://fulltext.sblog.cz/)
|
2600
|
-
bot:
|
2601
|
-
name: Seznam Bot
|
2602
|
-
category: Search bot
|
2603
|
-
url: http://www.mapy.cz/cz/seznambot.html
|
2604
|
-
producer:
|
2605
|
-
name: Seznam.cz, a.s.
|
2606
|
-
url: http://www.seznam.cz/
|
2607
|
-
-
|
2608
|
-
user_agent: Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)
|
2609
|
-
bot:
|
2610
|
-
name: Seznam Bot
|
2611
|
-
category: Search bot
|
2612
|
-
url: http://www.mapy.cz/cz/seznambot.html
|
2613
|
-
producer:
|
2614
|
-
name: Seznam.cz, a.s.
|
2615
|
-
url: http://www.seznam.cz/
|
2616
|
-
-
|
2617
|
-
user_agent: SeznamBot/3.0 (+http://fulltext.sblog.cz/)
|
2618
|
-
bot:
|
2619
|
-
name: Seznam Bot
|
2620
|
-
category: Search bot
|
2621
|
-
url: http://www.mapy.cz/cz/seznambot.html
|
2622
|
-
producer:
|
2623
|
-
name: Seznam.cz, a.s.
|
2624
|
-
url: http://www.seznam.cz/
|
2625
|
-
-
|
2626
|
-
user_agent: Mozilla/5.0 SeznamEmailProxy/2.0.174
|
2627
|
-
bot:
|
2628
|
-
name: Seznam Email Proxy
|
2629
|
-
category: Crawler
|
2630
|
-
url: ""
|
2631
|
-
producer:
|
2632
|
-
name: Seznam.cz, a.s.
|
2633
|
-
url: http://www.seznam.cz/
|
2634
|
-
-
|
2635
|
-
user_agent: Seznam-Zbozi-robot/3.0
|
2636
|
-
bot:
|
2637
|
-
name: Seznam Zbozi.cz
|
2638
|
-
category: Crawler
|
2639
|
-
url: ""
|
2640
|
-
producer:
|
2641
|
-
name: Seznam.cz, a.s.
|
2642
|
-
url: https://www.zbozi.cz/
|
2643
|
-
-
|
2644
|
-
user_agent: Mozilla/5.0 (ShopAlike; LadenZeile) FeedBot
|
2645
|
-
bot:
|
2646
|
-
name: ShopAlike
|
2647
|
-
category: Crawler
|
2648
|
-
url: ""
|
2649
|
-
producer:
|
2650
|
-
name: Visual Meta
|
2651
|
-
url: https://www.shopalike.cz/
|
2652
|
-
-
|
2653
|
-
user_agent: ShopWiki/1.0 ( +http://www.shopwiki.com/wiki/Help:Bot)
|
2654
|
-
bot:
|
2655
|
-
name: ShopWiki
|
2656
|
-
category: Search tools
|
2657
|
-
url: http://www.shopwiki.com/wiki/Help:Bot
|
2658
|
-
producer:
|
2659
|
-
name: ShopWiki Corp.
|
2660
|
-
url: http://www.shopwiki.com
|
2661
|
-
-
|
2662
|
-
user_agent: shopify-partner-homepage-scraper
|
2663
|
-
bot:
|
2664
|
-
name: Shopify Partner
|
2665
|
-
category: Crawler
|
2666
|
-
url: https://www.shopify.com/partners
|
2667
|
-
producer:
|
2668
|
-
name: Shopify
|
2669
|
-
url: https://www.shopify.com/
|
2670
|
-
-
|
2671
|
-
user_agent: SilverReader/1.0; http://silverreader.com
|
2672
|
-
bot:
|
2673
|
-
name: SilverReader
|
2674
|
-
url: http://silverreader.com
|
2675
|
-
category: Feed Fetcher
|
2676
|
-
producer:
|
2677
|
-
name: ""
|
2678
|
-
url: ""
|
2679
|
-
-
|
2680
|
-
user_agent: SimplePie/1.2.1-dev (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20130514092120
|
2681
|
-
bot:
|
2682
|
-
name: SimplePie
|
2683
|
-
url: http://www.simplepie.org
|
2684
|
-
category: Feed Parser
|
2685
|
-
producer:
|
2686
|
-
name: ""
|
2687
|
-
url: ""
|
2688
|
-
-
|
2689
|
-
user_agent: SimplePie/1.3.1 (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20121030175911
|
2690
|
-
bot:
|
2691
|
-
name: SimplePie
|
2692
|
-
url: http://www.simplepie.org
|
2693
|
-
category: Feed Parser
|
2694
|
-
producer:
|
2695
|
-
name: ""
|
2696
|
-
url: ""
|
2697
|
-
-
|
2698
|
-
user_agent: Site24x7
|
2699
|
-
bot:
|
2700
|
-
name: Site24x7 Website Monitoring
|
2701
|
-
category: Site Monitor
|
2702
|
-
url: https://www.site24x7.com/site24x7-faq.html
|
2703
|
-
producer:
|
2704
|
-
name: Site24x7
|
2705
|
-
url: https://www.site24x7.com
|
2706
|
-
-
|
2707
|
-
user_agent: SiteSucker for macOS/2.10.5
|
2708
|
-
bot:
|
2709
|
-
name: SiteSucker
|
2710
|
-
category: Crawler
|
2711
|
-
url: http://ricks-apps.com/osx/sitesucker/
|
2712
|
-
-
|
2713
|
-
user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.0) Match by Siteimprove.com
|
2714
|
-
bot:
|
2715
|
-
name: Siteimprove
|
2716
|
-
category: Search bot
|
2717
|
-
url: https://siteimprove.com/
|
2718
|
-
producer:
|
2719
|
-
name: Siteimprove GmbH
|
2720
|
-
url: https://siteimprove.com/
|
2721
|
-
-
|
2722
|
-
user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0) LinkCheck by Siteimprove.com
|
2723
|
-
bot:
|
2724
|
-
name: Siteimprove
|
2725
|
-
category: Search bot
|
2726
|
-
url: https://siteimprove.com/
|
2727
|
-
producer:
|
2728
|
-
name: Siteimprove GmbH
|
2729
|
-
url: https://siteimprove.com/
|
2730
|
-
-
|
2731
|
-
user_agent: sixy.ch/1.0
|
2732
|
-
bot:
|
2733
|
-
name: Sixy.ch
|
2734
|
-
category: Site Monitor
|
2735
|
-
url: http://sixy.ch
|
2736
|
-
producer:
|
2737
|
-
name: Manuel Kasper
|
2738
|
-
url: https://neon1.net/
|
2739
|
-
-
|
2740
|
-
user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5
|
2741
|
-
bot:
|
2742
|
-
name: Skype URI Preview
|
2743
|
-
category: Service Agent
|
2744
|
-
url: ""
|
2745
|
-
producer:
|
2746
|
-
name: Skype Communications S.à.r.l.
|
2747
|
-
url: https://www.skype.com
|
2748
|
-
-
|
2749
|
-
user_agent: Slackbot-LinkExpanding 1.0 (+https://api.slack.com/robots)
|
2750
|
-
bot:
|
2751
|
-
name: Slackbot
|
2752
|
-
category: Crawler
|
2753
|
-
url: https://api.slack.com/robots
|
2754
|
-
producer:
|
2755
|
-
name: Slack Technologies
|
2756
|
-
url: http://slack.com
|
2757
|
-
-
|
2758
|
-
user_agent: 'AppEngine-Google; (+http://code.google.com/appengine; appid: s~snapchat-proxy)'
|
2759
|
-
bot:
|
2760
|
-
name: Snapchat Proxy
|
2761
|
-
category: Crawler
|
2762
|
-
url: https://www.snapchat.com
|
2763
|
-
producer:
|
2764
|
-
name: Snapchat Inc.
|
2765
|
-
url: https://www.snapchat.com
|
2766
|
-
-
|
2767
|
-
user_agent: New-Sogou-Spider/1.0 (compatible; MSIE 5.5; Windows 98)
|
2768
|
-
bot:
|
2769
|
-
name: Sogou Spider
|
2770
|
-
category: Search bot
|
2771
|
-
url: http://www.sogou.com/docs/help/webmasters.htm
|
2772
|
-
producer:
|
2773
|
-
name: Sohu, Inc.
|
2774
|
-
url: http://www.sogou.com
|
2775
|
-
-
|
2776
|
-
user_agent: Sogou inst spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm
|
2777
|
-
bot:
|
2778
|
-
name: Sogou Spider
|
2779
|
-
category: Search bot
|
2780
|
-
url: http://www.sogou.com/docs/help/webmasters.htm
|
2781
|
-
producer:
|
2782
|
-
name: Sohu, Inc.
|
2783
|
-
url: http://www.sogou.com
|
2784
|
-
-
|
2785
|
-
user_agent: Sogou Pic Spider/3.0(+http://www.sogou.com/docs/help/webmasters.htm
|
2786
|
-
bot:
|
2787
|
-
name: Sogou Spider
|
2788
|
-
category: Search bot
|
2789
|
-
url: http://www.sogou.com/docs/help/webmasters.htm
|
2790
|
-
producer:
|
2791
|
-
name: Sohu, Inc.
|
2792
|
-
url: http://www.sogou.com
|
2793
|
-
-
|
2794
|
-
user_agent: Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm
|
2795
|
-
bot:
|
2796
|
-
name: Sogou Spider
|
2797
|
-
category: Search bot
|
2798
|
-
url: http://www.sogou.com/docs/help/webmasters.htm
|
2799
|
-
producer:
|
2800
|
-
name: Sohu, Inc.
|
2801
|
-
url: http://www.sogou.com
|
2802
|
-
-
|
2803
|
-
user_agent: Sosospider+(+http://help.soso.com/webspider.htm)
|
2804
|
-
bot:
|
2805
|
-
name: Soso Spider
|
2806
|
-
category: Search bot
|
2807
|
-
url: http://help.soso.com/webspider.htm
|
2808
|
-
producer:
|
2809
|
-
name: Tencent Holdings
|
2810
|
-
url: http://www.soso.com
|
2811
|
-
-
|
2812
|
-
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Sparkler/0.2.0-SNAPSHOT
|
2813
|
-
bot:
|
2814
|
-
name: Sparkler
|
2815
|
-
category: Crawler
|
2816
|
-
url: https://github.com/USCDataScience/sparkler
|
2817
|
-
-
|
2818
|
-
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
|
2819
|
-
bot:
|
2820
|
-
name: Spinn3r
|
2821
|
-
category: Crawler
|
2822
|
-
url: http://spinn3r.com/robot
|
2823
|
-
producer:
|
2824
|
-
name: Tailrank Inc
|
2825
|
-
url: http://spinn3r.com
|
2826
|
-
-
|
2827
|
-
user_agent: Spotify/1.0
|
2828
|
-
bot:
|
2829
|
-
name: Spotify
|
2830
|
-
producer:
|
2831
|
-
name: Spotify
|
2832
|
-
url: https://www.spotify.com
|
2833
|
-
-
|
2834
|
-
user_agent: Mozilla/5.0 (compatible; SputnikBot/2.2)
|
2835
|
-
bot:
|
2836
|
-
name: Sputnik Bot
|
2837
|
-
category: "Crawler"
|
2838
|
-
url: ""
|
2839
|
-
-
|
2840
|
-
user_agent: Mozilla/5.0 (compatible; SputnikImageBot/2.2)
|
2841
|
-
bot:
|
2842
|
-
name: Sputnik Image Bot
|
2843
|
-
category: "Crawler"
|
2844
|
-
url: ""
|
2845
|
-
-
|
2846
|
-
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)
|
2847
|
-
bot:
|
2848
|
-
name: Startpagina Linkchecker
|
2849
|
-
category: Search bot
|
2850
|
-
url: https://www.startpagina.nl/linkchecker
|
2851
|
-
producer:
|
2852
|
-
name: Startpagina B.V.
|
2853
|
-
url: https://www.startpagina.nl/
|
2854
|
-
-
|
2855
|
-
user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/98 Safari/537.4 (StatusCake)
|
2856
|
-
bot:
|
2857
|
-
name: StatusCake
|
2858
|
-
category: Site Monitor
|
2859
|
-
url: https://www.statuscake.com
|
2860
|
-
producer:
|
2861
|
-
name: StatusCake
|
2862
|
-
url: https://www.statuscake.com
|
2863
|
-
-
|
2864
|
-
user_agent: 'Superfeedr bot/2.0 http://superfeedr.com - Make your feeds realtime: get in touch!'
|
2865
|
-
bot:
|
2866
|
-
name: Superfeedr Bot
|
2867
|
-
category: Feed Fetcher
|
2868
|
-
url: ""
|
2869
|
-
producer:
|
2870
|
-
name: Superfeedr
|
2871
|
-
url: https://superfeedr.com/
|
2872
|
-
-
|
2873
|
-
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)
|
2874
|
-
bot:
|
2875
|
-
name: Survey Bot
|
2876
|
-
category: Search bot
|
2877
|
-
url: http://www.domaintools.com/webmasters/surveybot.php
|
2878
|
-
producer:
|
2879
|
-
name: Domain Tools
|
2880
|
-
url: http://www.domaintools.com
|
2881
|
-
-
|
2882
|
-
user_agent: TLSProbe/1.0 (+https://scan.trustnet.venafi.com/)
|
2883
|
-
bot:
|
2884
|
-
name: TLSProbe
|
2885
|
-
url: https://scan.trustnet.venafi.com/
|
2886
|
-
category: Security search bot
|
2887
|
-
producer:
|
2888
|
-
name: Venafi TrustNet
|
2889
|
-
url: https://www.venafi.com
|
2890
|
-
-
|
2891
|
-
user_agent: Tarmot Gezgin/1.0 (compatible; TarmotGezgin/1.1; +http://www.tarmot.com/gezgin)
|
2892
|
-
bot:
|
2893
|
-
name: Tarmot Gezgin
|
2894
|
-
url: http://www.tarmot.com/gezgin/
|
2895
|
-
category: Search bot
|
2896
|
-
-
|
2897
|
-
user_agent: TelegramBot (like TwitterBot)
|
2898
|
-
bot:
|
2899
|
-
name: TelegramBot
|
2900
|
-
url: https://telegram.org/blog/bot-revolution
|
2901
|
-
-
|
2902
|
-
user_agent: The Knowledge AI
|
2903
|
-
bot:
|
2904
|
-
name: The Knowledge AI
|
2905
|
-
category: Crawler
|
2906
|
-
-
|
2907
|
-
user_agent: TinEye-bot/0.02 (see http://www.tineye.com/crawler.html)
|
2908
|
-
bot:
|
2909
|
-
name: TinEye Crawler
|
2910
|
-
category: Search bot
|
2911
|
-
url: http://www.tineye.com/crawler.html
|
2912
|
-
producer:
|
2913
|
-
name: Idée Inc.
|
2914
|
-
url: http://ideeinc.com
|
2915
|
-
-
|
2916
|
-
user_agent: Tiny Tiny RSS/1.10 (http://tt-rss.org/)
|
2917
|
-
bot:
|
2918
|
-
name: Tiny Tiny RSS
|
2919
|
-
url: http://tt-rss.org
|
2920
|
-
category: Feed Fetcher
|
2921
|
-
producer:
|
2922
|
-
name: ""
|
2923
|
-
url: ""
|
2924
|
-
-
|
2925
|
-
user_agent: Tiny Tiny RSS/1.11.4c63934 (http://tt-rss.org/)
|
2926
|
-
bot:
|
2927
|
-
name: Tiny Tiny RSS
|
2928
|
-
url: http://tt-rss.org
|
2929
|
-
category: Feed Fetcher
|
2930
|
-
producer:
|
2931
|
-
name: ""
|
2932
|
-
url: ""
|
2933
|
-
-
|
2934
|
-
user_agent: Mozilla/5.0 (compatible; tracemyfile/1.0)
|
2935
|
-
bot:
|
2936
|
-
name: TraceMyFile
|
2937
|
-
category: Search bot
|
2938
|
-
url: https://www.tracemyfile.com/
|
2939
|
-
producer:
|
2940
|
-
name: Idee Inc.
|
2941
|
-
url: http://ideeinc.com/
|
2942
|
-
-
|
2943
|
-
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
|
2944
|
-
bot:
|
2945
|
-
name: Trendiction Bot
|
2946
|
-
category: Crawler
|
2947
|
-
url: http://www.trendiction.de/bot
|
2948
|
-
producer:
|
2949
|
-
name: Talkwalker Inc.
|
2950
|
-
url: http://www.talkwalker.com
|
2951
|
-
-
|
2952
|
-
user_agent: TurnitinBot/3.0 (http://www.turnitin.com/robot/crawlerinfo.html)
|
2953
|
-
bot:
|
2954
|
-
name: TurnitinBot
|
2955
|
-
category: Crawler
|
2956
|
-
url: http://www.turnitin.com/robot/crawlerinfo.html
|
2957
|
-
producer:
|
2958
|
-
name: iParadigms, LLC.
|
2959
|
-
url: http://www.turnitin.com
|
2960
|
-
-
|
2961
|
-
user_agent: Mozilla/5.0 (compatible; TweetedTimes Bot/1.0; +http://tweetedtimes.com)
|
2962
|
-
bot:
|
2963
|
-
name: TweetedTimes Bot
|
2964
|
-
category: Crawler
|
2965
|
-
url: http://tweetedtimes.com
|
2966
|
-
producer:
|
2967
|
-
name: TweetedTimes
|
2968
|
-
url: http://tweetedtimes.com/
|
2969
|
-
-
|
2970
|
-
user_agent: TweetedTimes Bot/1.0 (Mozilla/5.0 Compatible, +http://tweetedtimes.com)
|
2971
|
-
bot:
|
2972
|
-
name: TweetedTimes Bot
|
2973
|
-
category: Crawler
|
2974
|
-
url: http://tweetedtimes.com
|
2975
|
-
producer:
|
2976
|
-
name: TweetedTimes
|
2977
|
-
url: http://tweetedtimes.com/
|
2978
|
-
-
|
2979
|
-
user_agent: Mozilla/5.0 (compatible; TweetmemeBot/3.0; +http://tweetmeme.com/)
|
2980
|
-
bot:
|
2981
|
-
name: Tweetmeme Bot
|
2982
|
-
category: Crawler
|
2983
|
-
url: http://tweetmeme.com/
|
2984
|
-
producer:
|
2985
|
-
name: Mediasift
|
2986
|
-
url: ""
|
2987
|
-
-
|
2988
|
-
user_agent: Mozilla/5.0 (compatible; Twingly Recon; twingly.com)
|
2989
|
-
bot:
|
2990
|
-
name: Twingly Recon
|
2991
|
-
category: Crawler
|
2992
|
-
producer:
|
2993
|
-
name: Twingly
|
2994
|
-
url: https://www.twingly.com
|
2995
|
-
-
|
2996
|
-
user_agent: Twitterbot/1.0
|
2997
|
-
bot:
|
2998
|
-
name: Twitterbot
|
2999
|
-
category: Social Media Agent
|
3000
|
-
url: https://dev.twitter.com/docs/cards/getting-started
|
3001
|
-
producer:
|
3002
|
-
name: Twitter
|
3003
|
-
url: http://www.twitter.com
|
3004
|
-
-
|
3005
|
-
user_agent: Mozilla/5.0 (compatible; URLAppendBot/1.0; +http://www.profound.net/urlappendbot.html)
|
3006
|
-
bot:
|
3007
|
-
name: URLAppendBot
|
3008
|
-
category: Crawler
|
3009
|
-
url: http://www.profound.net/urlappendbot.html
|
3010
|
-
producer:
|
3011
|
-
name: Profound Networks
|
3012
|
-
url: http://www.profound.net
|
3013
|
-
-
|
3014
|
-
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)'
|
3015
|
-
bot:
|
3016
|
-
name: UkrNet Mail Proxy
|
3017
|
-
category: Crawler
|
3018
|
-
url: ""
|
3019
|
-
producer:
|
3020
|
-
name: UkrNet Ltd
|
3021
|
-
url: https://www.ukr.net/
|
3022
|
-
-
|
3023
|
-
user_agent: UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/
|
3024
|
-
bot:
|
3025
|
-
name: UniversalFeedParser
|
3026
|
-
category: Feed Fetcher
|
3027
|
-
url: https://github.com/kurtmckee/feedparser
|
3028
|
-
producer:
|
3029
|
-
name: Kurt McKee
|
3030
|
-
url: https://github.com/kurtmckee
|
3031
|
-
-
|
3032
|
-
user_agent: Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)
|
3033
|
-
bot:
|
3034
|
-
name: Uptime Robot
|
3035
|
-
category: Site Monitor
|
3036
|
-
url: ""
|
3037
|
-
producer:
|
3038
|
-
name: Uptime Robot
|
3039
|
-
url: http://uptimerobot.com
|
3040
|
-
-
|
3041
|
-
user_agent: Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)
|
3042
|
-
bot:
|
3043
|
-
name: Uptimebot
|
3044
|
-
category: Site Monitor
|
3045
|
-
url: https://uptime.com/uptimebot
|
3046
|
-
producer:
|
3047
|
-
name: Uptime
|
3048
|
-
url: https://uptime.com
|
3049
|
-
-
|
3050
|
-
user_agent: Mozilla/5.0 (compatible; vkShare; +http://vk.com/dev/Share)
|
3051
|
-
bot:
|
3052
|
-
name: VK Share Button
|
3053
|
-
category: Crawler
|
3054
|
-
url: http://vk.com/dev/Share
|
3055
|
-
producer:
|
3056
|
-
name: VK
|
3057
|
-
url: http://vk.com/
|
3058
|
-
-
|
3059
|
-
user_agent: 'Mozilla/4.0 (compatible; Vagabondo/4.0; http://webagent.wise-guys.nl/; http://www.wise-guys.nl/)'
|
3060
|
-
bot:
|
3061
|
-
name: Vagabondo
|
3062
|
-
category: Crawler
|
3063
|
-
url: ""
|
3064
|
-
producer:
|
3065
|
-
name: WiseGuys
|
3066
|
-
url: http://www.wise-guys.nl/
|
3067
|
-
-
|
3068
|
-
user_agent: Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)
|
3069
|
-
bot:
|
3070
|
-
name: Velen Public Web Crawler
|
3071
|
-
category: Crawler
|
3072
|
-
url: https://hunter.io/robot
|
3073
|
-
-
|
3074
|
-
user_agent: Vercelbot (+https://vercel.com)
|
3075
|
-
bot:
|
3076
|
-
name: Vercel Bot
|
3077
|
-
category: Service bot
|
3078
|
-
url: https://vercel.com
|
3079
|
-
-
|
3080
|
-
user_agent: Mozilla/5.0 (compatible; VSMCrawler; http://www.visualsitemapper.com/crawler/)
|
3081
|
-
bot:
|
3082
|
-
name: Visual Site Mapper Crawler
|
3083
|
-
category: Crawler
|
3084
|
-
url: http://www.visualsitemapper.com/crawler
|
3085
|
-
producer:
|
3086
|
-
name: Alentum Software Ltd.
|
3087
|
-
url: http://www.alentum.com
|
3088
|
-
-
|
3089
|
-
user_agent: 'Jigsaw/2.3.0 W3C_CSS_Validator_JFouffa/2.0 (See <http://validator.w3.org/services>)'
|
3090
|
-
bot:
|
3091
|
-
name: W3C CSS Validator
|
3092
|
-
category: Validator
|
3093
|
-
url: http://jigsaw.w3.org/css-validator
|
3094
|
-
producer:
|
3095
|
-
name: W3C
|
3096
|
-
url: http://www.w3.org
|
3097
|
-
-
|
3098
|
-
user_agent: W3C_I18n-Checker/1.0 (http://validator.w3.org/services)
|
3099
|
-
bot:
|
3100
|
-
name: W3C I18N Checker
|
3101
|
-
category: Validator
|
3102
|
-
url: http://validator.w3.org/i18n-checker
|
3103
|
-
producer:
|
3104
|
-
name: W3C
|
3105
|
-
url: http://www.w3.org
|
3106
|
-
-
|
3107
|
-
user_agent: 'W3C-checklink/4.0 [4.4] libwww-perl/5.803'
|
3108
|
-
bot:
|
3109
|
-
name: W3C Link Checker
|
3110
|
-
category: Validator
|
3111
|
-
url: http://validator.w3.org/checklink
|
3112
|
-
producer:
|
3113
|
-
name: W3C
|
3114
|
-
url: http://www.w3.org
|
3115
|
-
-
|
3116
|
-
user_agent: W3C-checklink/4.81 libwww-perl/5.836
|
3117
|
-
bot:
|
3118
|
-
name: W3C Link Checker
|
3119
|
-
category: Validator
|
3120
|
-
url: http://validator.w3.org/checklink
|
3121
|
-
producer:
|
3122
|
-
name: W3C
|
3123
|
-
url: http://www.w3.org
|
3124
|
-
-
|
3125
|
-
user_agent: Validator.nu/LV http://validator.w3.org/services
|
3126
|
-
bot:
|
3127
|
-
name: W3C Markup Validation Service
|
3128
|
-
category: Validator
|
3129
|
-
url: http://validator.w3.org/services
|
3130
|
-
producer:
|
3131
|
-
name: W3C
|
3132
|
-
url: http://www.w3.org
|
3133
|
-
-
|
3134
|
-
user_agent: W3C_Validator/1.3 http://validator.w3.org/services
|
3135
|
-
bot:
|
3136
|
-
name: W3C Markup Validation Service
|
3137
|
-
category: Validator
|
3138
|
-
url: http://validator.w3.org/services
|
3139
|
-
producer:
|
3140
|
-
name: W3C
|
3141
|
-
url: http://www.w3.org
|
3142
|
-
-
|
3143
|
-
user_agent: W3C_Validator/1.767
|
3144
|
-
bot:
|
3145
|
-
name: W3C Markup Validation Service
|
3146
|
-
category: Validator
|
3147
|
-
url: http://validator.w3.org/services
|
3148
|
-
producer:
|
3149
|
-
name: W3C
|
3150
|
-
url: http://www.w3.org
|
3151
|
-
-
|
3152
|
-
user_agent: W3C-mobileOK/DDC-1.0 (see http://www.w3.org/2006/07/mobileok-ddc)
|
3153
|
-
bot:
|
3154
|
-
name: W3C MobileOK Checker
|
3155
|
-
category: Validator
|
3156
|
-
url: http://validator.w3.org/mobile
|
3157
|
-
producer:
|
3158
|
-
name: W3C
|
3159
|
-
url: http://www.w3.org
|
3160
|
-
-
|
3161
|
-
user_agent: W3C_Unicorn/1.0 (http://validator.w3.org/services)
|
3162
|
-
bot:
|
3163
|
-
name: W3C Unified Validator
|
3164
|
-
category: Validator
|
3165
|
-
url: http://validator.w3.org/unicorn
|
3166
|
-
producer:
|
3167
|
-
name: W3C
|
3168
|
-
url: http://www.w3.org
|
3169
|
-
-
|
3170
|
-
user_agent: Mozilla/5.0 (compatible; Wappalyzer; +https://github.com/AliasIO/Wappalyzer)
|
3171
|
-
bot:
|
3172
|
-
name: Wappalyzer
|
3173
|
-
url: https://github.com/AliasIO/Wappalyzer
|
3174
|
-
producer:
|
3175
|
-
name: AliasIO
|
3176
|
-
url: https://github.com/AliasIO
|
3177
|
-
-
|
3178
|
-
user_agent: WeSEE:Search/0.1 (Alpha, http://www.wesee.com/en/support/bot/)
|
3179
|
-
bot:
|
3180
|
-
name: WeSEE:Search
|
3181
|
-
category: Search bot
|
3182
|
-
url: http://www.wesee.com/bot
|
3183
|
-
producer:
|
3184
|
-
name: WeSEE Ltd
|
3185
|
-
url: http://www.wesee.com
|
3186
|
-
-
|
3187
|
-
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
|
3188
|
-
bot:
|
3189
|
-
name: WebPageTest
|
3190
|
-
category: Site Monitor
|
3191
|
-
url: https://www.webpagetest.org
|
3192
|
-
-
|
3193
|
-
user_agent: websitepulse checker/1.1 (compatible; MSIE 5.5; Netscape 4.75; Linux)
|
3194
|
-
bot:
|
3195
|
-
name: WebSitePulse
|
3196
|
-
category: Site Monitor
|
3197
|
-
url: http://badcheese.com/crawler.html
|
3198
|
-
producer:
|
3199
|
-
name: WebSitePulse
|
3200
|
-
url: http://www.websitepulse.com/
|
3201
|
-
-
|
3202
|
-
user_agent: WebbCrawler 1.0 ( http://badcheese.com/crawler.html )
|
3203
|
-
bot:
|
3204
|
-
name: WebbCrawler
|
3205
|
-
category: Crawler
|
3206
|
-
url: http://badcheese.com/crawler.html
|
3207
|
-
producer:
|
3208
|
-
name: Steve Webb
|
3209
|
-
url: http://badcheese.com
|
3210
|
-
-
|
3211
|
-
user_agent: weborama-fetcher (+http://www.weborama.com)
|
3212
|
-
bot:
|
3213
|
-
name: Weborama
|
3214
|
-
category: Search bot
|
3215
|
-
url: https://weborama.com/
|
3216
|
-
producer:
|
3217
|
-
name: Weborama SA
|
3218
|
-
url: https://weborama.com/
|
3219
|
-
-
|
3220
|
-
user_agent: WikiDo/1.1 (http://wikido.com; crawler@wikido.com)
|
3221
|
-
bot:
|
3222
|
-
name: WikiDo
|
3223
|
-
category: Search bot
|
3224
|
-
url: https://www.wikido.com/
|
3225
|
-
producer:
|
3226
|
-
name: Fotolitografie Fiorentine di Becchi Antonio s.n.c.
|
3227
|
-
url: https://www.wikido.com/
|
3228
|
-
-
|
3229
|
-
user_agent: Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/)
|
3230
|
-
bot:
|
3231
|
-
name: WooRank
|
3232
|
-
category: Search bot
|
3233
|
-
url: https://www.woorank.com/
|
3234
|
-
producer:
|
3235
|
-
name: WooRank sprl
|
3236
|
-
url: https://www.woorank.com/
|
3237
|
-
-
|
3238
|
-
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/)
|
3239
|
-
bot:
|
3240
|
-
name: WooRank
|
3241
|
-
category: Search bot
|
3242
|
-
url: https://www.woorank.com/
|
3243
|
-
producer:
|
3244
|
-
name: WooRank sprl
|
3245
|
-
url: https://www.woorank.com/
|
3246
|
-
-
|
3247
|
-
user_agent: WordPress/4.7.2; https://example.com
|
3248
|
-
bot:
|
3249
|
-
name: WordPress
|
3250
|
-
category: Service Agent
|
3251
|
-
url: https://wordpress.org/
|
3252
|
-
producer:
|
3253
|
-
name: Wordpress.org
|
3254
|
-
url: https://wordpress.org/
|
3255
|
-
-
|
3256
|
-
user_agent: Wotbox/2.01 (+http://www.wotbox.com/bot/)
|
3257
|
-
bot:
|
3258
|
-
name: Wotbox
|
3259
|
-
category: Search bot
|
3260
|
-
url: http://www.wotbox.com/bot/
|
3261
|
-
producer:
|
3262
|
-
name: Wotbox
|
3263
|
-
url: http://www.wotbox.com
|
3264
|
-
-
|
3265
|
-
user_agent: XenForo/2.x (https://www.example.com)
|
3266
|
-
bot:
|
3267
|
-
name: XenForo
|
3268
|
-
category: Service Agent
|
3269
|
-
url: https://xenforo.com/
|
3270
|
-
producer:
|
3271
|
-
name: XenForo Ltd.
|
3272
|
-
url: https://xenforo.com/
|
3273
|
-
-
|
3274
|
-
user_agent: yacybot (freeworld/global; amd64 Linux 3.2.0-4-amd64; java 1.7.0_25; Europe/en) http://yacy.net/bot.html
|
3275
|
-
bot:
|
3276
|
-
name: YaCy
|
3277
|
-
category: Search bot
|
3278
|
-
url: http://yacy.net/bot.html
|
3279
|
-
producer:
|
3280
|
-
name: YaCy
|
3281
|
-
url: http://yacy.net
|
3282
|
-
-
|
3283
|
-
user_agent: yacybot (freeworld/global; x86 Windows XP 5.1; java 1.7.0_21; GMT+04:00/ru) http://yacy.net/bot.html
|
3284
|
-
bot:
|
3285
|
-
name: YaCy
|
3286
|
-
category: Search bot
|
3287
|
-
url: http://yacy.net/bot.html
|
3288
|
-
producer:
|
3289
|
-
name: YaCy
|
3290
|
-
url: http://yacy.net
|
3291
|
-
-
|
3292
|
-
user_agent: Mozilla/5.0 (compatible; Yahoo Ad monitoring; https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html)
|
3293
|
-
bot:
|
3294
|
-
name: Yahoo Gemini
|
3295
|
-
category: Crawler
|
3296
|
-
url: https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html
|
3297
|
-
producer:
|
3298
|
-
name: Yahoo! Inc.
|
3299
|
-
url: http://www.yahoo.com
|
3300
|
-
-
|
3301
|
-
user_agent: Y!J-BRW/1.0 (https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716)
|
3302
|
-
bot:
|
3303
|
-
name: Yahoo! Japan BRW
|
3304
|
-
category: Crawler
|
3305
|
-
url: https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて
|
3306
|
-
producer:
|
3307
|
-
name: Yahoo! Japan Corp.
|
3308
|
-
url: https://www.yahoo.co.jp/
|
3309
|
-
-
|
3310
|
-
user_agent: Mozilla/5.0 (compatible; Yahoo Link Preview; https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html)
|
3311
|
-
bot:
|
3312
|
-
name: Yahoo! Link Preview
|
3313
|
-
category: Crawler
|
3314
|
-
url: https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html
|
3315
|
-
producer:
|
3316
|
-
name: Yahoo! Inc.
|
3317
|
-
url: http://www.yahoo.com
|
3318
|
-
-
|
3319
|
-
user_agent: Yahoo:LinkExpander:Slingstone
|
3320
|
-
bot:
|
3321
|
-
name: Yahoo! Link Preview
|
3322
|
-
category: Crawler
|
3323
|
-
url: https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html
|
3324
|
-
producer:
|
3325
|
-
name: Yahoo! Inc.
|
3326
|
-
url: http://www.yahoo.com
|
3327
|
-
-
|
3328
|
-
user_agent: Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp) NOT Firefox/3.5
|
3329
|
-
bot:
|
3330
|
-
name: Yahoo! Slurp
|
3331
|
-
category: Search bot
|
3332
|
-
url: http://help.yahoo.com/ysearch/slurp
|
3333
|
-
producer:
|
3334
|
-
name: Yahoo! Inc.
|
3335
|
-
url: http://www.yahoo.com
|
3336
|
-
-
|
3337
|
-
user_agent: Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
|
3338
|
-
bot:
|
3339
|
-
name: Yahoo! Slurp
|
3340
|
-
category: Search bot
|
3341
|
-
url: http://help.yahoo.com/ysearch/slurp
|
3342
|
-
producer:
|
3343
|
-
name: Yahoo! Inc.
|
3344
|
-
url: http://www.yahoo.com
|
3345
|
-
-
|
3346
|
-
user_agent: Mozilla/5.0 (compatible; Linux i686; Yandex.Gazeta Bot/1.0; +http://gazeta.yandex.ru)
|
3347
|
-
bot:
|
3348
|
-
name: Yandex Bot
|
3349
|
-
category: Search bot
|
3350
|
-
url: http://www.yandex.com/bots
|
3351
|
-
producer:
|
3352
|
-
name: Yandex LLC
|
3353
|
-
url: http://company.yandex.com
|
3354
|
-
-
|
3355
|
-
user_agent: Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)
|
3356
|
-
bot:
|
3357
|
-
name: Yandex Bot
|
3358
|
-
category: Search bot
|
3359
|
-
url: http://www.yandex.com/bots
|
3360
|
-
producer:
|
3361
|
-
name: Yandex LLC
|
3362
|
-
url: http://company.yandex.com
|
3363
|
-
-
|
3364
|
-
user_agent: Mozilla/5.0 (compatible; YandexAntivirus/2.0; +http://yandex.com/bots)
|
3365
|
-
bot:
|
3366
|
-
name: Yandex Bot
|
3367
|
-
category: Search bot
|
3368
|
-
url: http://www.yandex.com/bots
|
3369
|
-
producer:
|
3370
|
-
name: Yandex LLC
|
3371
|
-
url: http://company.yandex.com
|
3372
|
-
-
|
3373
|
-
user_agent: Mozilla/5.0 (compatible; YandexAntivirus/2.0; +http://yandex.com/bots)
|
3374
|
-
bot:
|
3375
|
-
name: Yandex Bot
|
3376
|
-
category: Search bot
|
3377
|
-
url: http://www.yandex.com/bots
|
3378
|
-
producer:
|
3379
|
-
name: Yandex LLC
|
3380
|
-
url: http://company.yandex.com
|
3381
|
-
-
|
3382
|
-
user_agent: Mozilla/5.0 (compatible; YandexBlogs/0.99; robot; B; +http://yandex.com/bots)
|
3383
|
-
bot:
|
3384
|
-
name: Yandex Bot
|
3385
|
-
category: Search bot
|
3386
|
-
url: http://www.yandex.com/bots
|
3387
|
-
producer:
|
3388
|
-
name: Yandex LLC
|
3389
|
-
url: http://company.yandex.com
|
3390
|
-
-
|
3391
|
-
user_agent: Mozilla/5.0 (compatible; YandexBlogs/0.99; robot; B; +http://yandex.com/bots)
|
3392
|
-
bot:
|
3393
|
-
name: Yandex Bot
|
3394
|
-
category: Search bot
|
3395
|
-
url: http://www.yandex.com/bots
|
3396
|
-
producer:
|
3397
|
-
name: Yandex LLC
|
3398
|
-
url: http://company.yandex.com
|
3399
|
-
-
|
3400
|
-
user_agent: Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)
|
3401
|
-
bot:
|
3402
|
-
name: Yandex Bot
|
3403
|
-
category: Search bot
|
3404
|
-
url: http://www.yandex.com/bots
|
3405
|
-
producer:
|
3406
|
-
name: Yandex LLC
|
3407
|
-
url: http://company.yandex.com
|
3408
|
-
-
|
3409
|
-
user_agent: Mozilla/5.0 (compatible; YandexDirect/3.0; +http://yandex.com/bots)
|
3410
|
-
bot:
|
3411
|
-
name: Yandex Bot
|
3412
|
-
category: Search bot
|
3413
|
-
url: http://www.yandex.com/bots
|
3414
|
-
producer:
|
3415
|
-
name: Yandex LLC
|
3416
|
-
url: http://company.yandex.com
|
3417
|
-
-
|
3418
|
-
user_agent: Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)
|
3419
|
-
bot:
|
3420
|
-
name: Yandex Bot
|
3421
|
-
category: Search bot
|
3422
|
-
url: http://www.yandex.com/bots
|
3423
|
-
producer:
|
3424
|
-
name: Yandex LLC
|
3425
|
-
url: http://company.yandex.com
|
3426
|
-
-
|
3427
|
-
user_agent: Mozilla/5.0 (compatible; YandexImageResizer/2.0; +http://yandex.com/bots)
|
3428
|
-
bot:
|
3429
|
-
name: Yandex Bot
|
3430
|
-
category: Search bot
|
3431
|
-
url: http://www.yandex.com/bots
|
3432
|
-
producer:
|
3433
|
-
name: Yandex LLC
|
3434
|
-
url: http://company.yandex.com
|
3435
|
-
-
|
3436
|
-
user_agent: Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)
|
3437
|
-
bot:
|
3438
|
-
name: Yandex Bot
|
3439
|
-
category: Search bot
|
3440
|
-
url: http://www.yandex.com/bots
|
3441
|
-
producer:
|
3442
|
-
name: Yandex LLC
|
3443
|
-
url: http://company.yandex.com
|
3444
|
-
-
|
3445
|
-
user_agent: Mozilla/5.0 (compatible; YandexMetrika/2.0; +http://yandex.com/bots)
|
3446
|
-
bot:
|
3447
|
-
name: Yandex Bot
|
3448
|
-
category: Search bot
|
3449
|
-
url: http://www.yandex.com/bots
|
3450
|
-
producer:
|
3451
|
-
name: Yandex LLC
|
3452
|
-
url: http://company.yandex.com
|
3453
|
-
-
|
3454
|
-
user_agent: Mozilla/5.0 (compatible; YandexMobileScreenShotBot/1.0; +http://yandex.com/bots)
|
3455
|
-
bot:
|
3456
|
-
name: Yandex Bot
|
3457
|
-
category: Search bot
|
3458
|
-
url: http://www.yandex.com/bots
|
3459
|
-
producer:
|
3460
|
-
name: Yandex LLC
|
3461
|
-
url: http://company.yandex.com
|
3462
|
-
-
|
3463
|
-
user_agent: Mozilla/5.0 (compatible; YandexNews/3.0; +http://yandex.com/bots)
|
3464
|
-
bot:
|
3465
|
-
name: Yandex Bot
|
3466
|
-
category: Search bot
|
3467
|
-
url: http://www.yandex.com/bots
|
3468
|
-
producer:
|
3469
|
-
name: Yandex LLC
|
3470
|
-
url: http://company.yandex.com
|
3471
|
-
-
|
3472
|
-
user_agent: Mozilla/5.0 (compatible; YandexNewslinks; +http://yandex.com/bots)
|
3473
|
-
bot:
|
3474
|
-
name: Yandex Bot
|
3475
|
-
category: Search bot
|
3476
|
-
url: http://www.yandex.com/bots
|
3477
|
-
producer:
|
3478
|
-
name: Yandex LLC
|
3479
|
-
url: http://company.yandex.com
|
3480
|
-
-
|
3481
|
-
user_agent: Mozilla/5.0 (compatible; YandexOntoDB/1.0; +http://yandex.com/bots)
|
3482
|
-
bot:
|
3483
|
-
name: Yandex Bot
|
3484
|
-
category: Search bot
|
3485
|
-
url: http://www.yandex.com/bots
|
3486
|
-
producer:
|
3487
|
-
name: Yandex LLC
|
3488
|
-
url: http://company.yandex.com
|
3489
|
-
-
|
3490
|
-
user_agent: Mozilla/5.0 (compatible; YandexOntoDBAPI/1.0; +http://yandex.com/bots)
|
3491
|
-
bot:
|
3492
|
-
name: Yandex Bot
|
3493
|
-
category: Search bot
|
3494
|
-
url: http://www.yandex.com/bots
|
3495
|
-
producer:
|
3496
|
-
name: Yandex LLC
|
3497
|
-
url: http://company.yandex.com
|
3498
|
-
-
|
3499
|
-
user_agent: Mozilla/5.0 (compatible; YandexPartner/3.0; +http://yandex.com/bots)
|
3500
|
-
bot:
|
3501
|
-
name: Yandex Bot
|
3502
|
-
category: Search bot
|
3503
|
-
url: http://www.yandex.com/bots
|
3504
|
-
producer:
|
3505
|
-
name: Yandex LLC
|
3506
|
-
url: http://company.yandex.com
|
3507
|
-
-
|
3508
|
-
user_agent: Mozilla/5.0 (compatible; YandexRCA/1.0; +http://yandex.com/bots)
|
3509
|
-
bot:
|
3510
|
-
name: Yandex Bot
|
3511
|
-
category: Search bot
|
3512
|
-
url: http://www.yandex.com/bots
|
3513
|
-
producer:
|
3514
|
-
name: Yandex LLC
|
3515
|
-
url: http://company.yandex.com
|
3516
|
-
-
|
3517
|
-
user_agent: Mozilla/5.0 (compatible; YandexSearchShop/1.0; +http://yandex.com/bots)
|
3518
|
-
bot:
|
3519
|
-
name: Yandex Bot
|
3520
|
-
category: Search bot
|
3521
|
-
url: http://www.yandex.com/bots
|
3522
|
-
producer:
|
3523
|
-
name: Yandex LLC
|
3524
|
-
url: http://company.yandex.com
|
3525
|
-
-
|
3526
|
-
user_agent: Mozilla/5.0 (compatible; YandexTracker/1.0; +http://yandex.com/bots)
|
3527
|
-
bot:
|
3528
|
-
name: Yandex Bot
|
3529
|
-
category: Search bot
|
3530
|
-
url: http://www.yandex.com/bots
|
3531
|
-
producer:
|
3532
|
-
name: Yandex LLC
|
3533
|
-
url: http://company.yandex.com
|
3534
|
-
-
|
3535
|
-
user_agent: Mozilla/5.0 (compatible; YandexTurbo/1.0; +http://yandex.com/bots)
|
3536
|
-
bot:
|
3537
|
-
name: Yandex Bot
|
3538
|
-
category: Search bot
|
3539
|
-
url: http://www.yandex.com/bots
|
3540
|
-
producer:
|
3541
|
-
name: Yandex LLC
|
3542
|
-
url: http://company.yandex.com
|
3543
|
-
-
|
3544
|
-
user_agent: Mozilla/5.0 (compatible; YandexVerticals/1.0; http://yandex.com/bots)
|
3545
|
-
bot:
|
3546
|
-
name: Yandex Bot
|
3547
|
-
category: Search bot
|
3548
|
-
url: http://www.yandex.com/bots
|
3549
|
-
producer:
|
3550
|
-
name: Yandex LLC
|
3551
|
-
url: http://company.yandex.com
|
3552
|
-
-
|
3553
|
-
user_agent: Mozilla/5.0 (compatible; NaverJapan/1.0; +http://corp.naver.jp/)
|
3554
|
-
bot:
|
3555
|
-
name: Yeti/Naverbot
|
3556
|
-
category: Search bot
|
3557
|
-
url: http://help.naver.com/robots/
|
3558
|
-
producer:
|
3559
|
-
name: Naver
|
3560
|
-
url: http://www.naver.com
|
3561
|
-
-
|
3562
|
-
user_agent: Yeti/1.1 (Naver Corp.; http://help.naver.com/robots/)
|
3563
|
-
bot:
|
3564
|
-
name: Yeti/Naverbot
|
3565
|
-
category: Search bot
|
3566
|
-
url: http://help.naver.com/robots/
|
3567
|
-
producer:
|
3568
|
-
name: Naver
|
3569
|
-
url: http://www.naver.com
|
3570
|
-
-
|
3571
|
-
user_agent: Mozilla/5.0 (compatible; YoudaoBot/1.0; http://www.youdao.com/help/webmaster/spider/; )
|
3572
|
-
bot:
|
3573
|
-
name: Youdao Bot
|
3574
|
-
category: Search bot
|
3575
|
-
url: http://www.youdao.com/help/webmaster/spider
|
3576
|
-
producer:
|
3577
|
-
name: NetEase, Inc.
|
3578
|
-
url: http://corp.163.com
|
3579
|
-
-
|
3580
|
-
user_agent: YOURLS v1.5.1 +http://yourls.org/ (running on http://fhort.com)
|
3581
|
-
bot:
|
3582
|
-
name: Yourls
|
3583
|
-
category: Crawler
|
3584
|
-
url: http://yourls.org
|
3585
|
-
-
|
3586
|
-
user_agent: Mozilla/5.0 (compatible; YRSpider; +http://www.yunrang.com/yrspider.html)
|
3587
|
-
bot:
|
3588
|
-
name: Yunyun Bot
|
3589
|
-
category: Search bot
|
3590
|
-
url: http://www.yunyun.com/SiteInfo.php?r=about
|
3591
|
-
producer:
|
3592
|
-
name: YunYun
|
3593
|
-
url: http://www.yunyun.com
|
3594
|
-
-
|
3595
|
-
user_agent: Mozilla/5.0 (compatible; YRSpider; +http://www.yunyun.com/SiteInfo.php?r=about)
|
3596
|
-
bot:
|
3597
|
-
name: Yunyun Bot
|
3598
|
-
category: Search bot
|
3599
|
-
url: http://www.yunyun.com/SiteInfo.php?r=about
|
3600
|
-
producer:
|
3601
|
-
name: YunYun
|
3602
|
-
url: http://www.yunyun.com
|
3603
|
-
-
|
3604
|
-
user_agent: Mozilla/5.0 (compatible; YYSpider; +http://www.yunyun.com/spider.html)
|
3605
|
-
bot:
|
3606
|
-
name: Yunyun Bot
|
3607
|
-
category: Search bot
|
3608
|
-
url: http://www.yunyun.com/SiteInfo.php?r=about
|
3609
|
-
producer:
|
3610
|
-
name: YunYun
|
3611
|
-
url: http://www.yunyun.com
|
3612
|
-
-
|
3613
|
-
user_agent: Zao/0.1 (http://www.kototol.org/zao)
|
3614
|
-
bot:
|
3615
|
-
name: Zao
|
3616
|
-
category: Crawler
|
3617
|
-
-
|
3618
|
-
user_agent: zelist.ro feed parser (+http://www.zelist.ro)
|
3619
|
-
bot:
|
3620
|
-
name: Ze List
|
3621
|
-
url: https://www.zelist.ro/
|
3622
|
-
category: Feed Fetcher
|
3623
|
-
producer:
|
3624
|
-
name: Treeworks SRL
|
3625
|
-
url: https://www.tree.ro/
|
3626
|
-
-
|
3627
|
-
user_agent: Zookabot/2.5;++http://zookabot.com
|
3628
|
-
bot:
|
3629
|
-
name: Zookabot
|
3630
|
-
category: Crawler
|
3631
|
-
url: http://zookabot.com
|
3632
|
-
producer:
|
3633
|
-
name: Hwacha ApS
|
3634
|
-
url: http://hwacha.dk
|
3635
|
-
-
|
3636
|
-
user_agent: Mozilla/5.0 (compatible; ZumBot/1.0; http://help.zum.com/inquiry)
|
3637
|
-
bot:
|
3638
|
-
name: ZumBot
|
3639
|
-
category: Search bot
|
3640
|
-
url: http://help.zum.com/inquiry
|
3641
|
-
producer:
|
3642
|
-
name: ZUM internet
|
3643
|
-
url: http://www.zuminternet.com/
|
3644
|
-
-
|
3645
|
-
user_agent: ZumBot/1.0 (ZUM Search; http://help.zum.com/inquiry)
|
3646
|
-
bot:
|
3647
|
-
name: ZumBot
|
3648
|
-
category: Search bot
|
3649
|
-
url: http://help.zum.com/inquiry
|
3650
|
-
producer:
|
3651
|
-
name: ZUM internet
|
3652
|
-
url: http://www.zuminternet.com/
|
3653
|
-
-
|
3654
|
-
user_agent: AhrefsBot.Feeds v0.1; http://ahrefs.com/
|
3655
|
-
bot:
|
3656
|
-
name: aHrefs Bot
|
3657
|
-
category: Crawler
|
3658
|
-
url: https://ahrefs.com/robot
|
3659
|
-
producer:
|
3660
|
-
name: Ahrefs Pte Ltd
|
3661
|
-
url: https://ahrefs.com/robot
|
3662
|
-
-
|
3663
|
-
user_agent: Mozilla/5.0 (compatible; AhrefsBot/3.1; +http://ahrefs.com/robot/
|
3664
|
-
bot:
|
3665
|
-
name: aHrefs Bot
|
3666
|
-
category: Crawler
|
3667
|
-
url: https://ahrefs.com/robot
|
3668
|
-
producer:
|
3669
|
-
name: Ahrefs Pte Ltd
|
3670
|
-
url: https://ahrefs.com/robot
|
3671
|
-
-
|
3672
|
-
user_agent: Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)
|
3673
|
-
bot:
|
3674
|
-
name: aHrefs Bot
|
3675
|
-
category: Crawler
|
3676
|
-
url: https://ahrefs.com/robot
|
3677
|
-
producer:
|
3678
|
-
name: Ahrefs Pte Ltd
|
3679
|
-
url: https://ahrefs.com/robot
|
3680
|
-
-
|
3681
|
-
user_agent: 'Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/) AppEngine-Google; (+http://code.google.com/appengine; appid: s~proxyfile1-hrd)'
|
3682
|
-
bot:
|
3683
|
-
name: aHrefs Bot
|
3684
|
-
category: Crawler
|
3685
|
-
url: https://ahrefs.com/robot
|
3686
|
-
producer:
|
3687
|
-
name: Ahrefs Pte Ltd
|
3688
|
-
url: https://ahrefs.com/robot
|
3689
|
-
-
|
3690
|
-
user_agent: Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)
|
3691
|
-
bot:
|
3692
|
-
name: archive.org bot
|
3693
|
-
category: Crawler
|
3694
|
-
url: https://archive.org/details/archive.org_bot
|
3695
|
-
producer:
|
3696
|
-
name: The Internet Archive
|
3697
|
-
url: https://archive.org
|
3698
|
-
-
|
3699
|
-
user_agent: Mozilla/5.0 (compatible; archive.org_bot/3.3.0 +http://pandora.nla.gov.au/crawl.html)
|
3700
|
-
bot:
|
3701
|
-
name: archive.org bot
|
3702
|
-
category: Crawler
|
3703
|
-
url: https://archive.org/details/archive.org_bot
|
3704
|
-
producer:
|
3705
|
-
name: The Internet Archive
|
3706
|
-
url: https://archive.org
|
3707
|
-
-
|
3708
|
-
user_agent: Mozilla/5.0 (compatible; archive.org_bot; Archive-It; +http://archive-it.org/files/site-owners.html)
|
3709
|
-
bot:
|
3710
|
-
name: archive.org bot
|
3711
|
-
category: Crawler
|
3712
|
-
url: https://archive.org/details/archive.org_bot
|
3713
|
-
producer:
|
3714
|
-
name: The Internet Archive
|
3715
|
-
url: https://archive.org
|
3716
|
-
-
|
3717
|
-
user_agent: Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/archive.org_bot)
|
3718
|
-
bot:
|
3719
|
-
name: archive.org bot
|
3720
|
-
category: Crawler
|
3721
|
-
url: https://archive.org/details/archive.org_bot
|
3722
|
-
producer:
|
3723
|
-
name: The Internet Archive
|
3724
|
-
url: https://archive.org
|
3725
|
-
-
|
3726
|
-
user_agent: Mozilla/5.0 (compatible; heritrix/3.1.2-SNAPSHOT-20131029-0036 +http://archive.org/details/archive.org_bot)
|
3727
|
-
bot:
|
3728
|
-
name: archive.org bot
|
3729
|
-
category: Crawler
|
3730
|
-
url: https://archive.org/details/archive.org_bot
|
3731
|
-
producer:
|
3732
|
-
name: The Internet Archive
|
3733
|
-
url: https://archive.org
|
3734
|
-
-
|
3735
|
-
user_agent: Mozilla/5.0 (compatible; special_archiver/3.1.1 +http://www.archive.org/details/archive.org_bot)
|
3736
|
-
bot:
|
3737
|
-
name: archive.org bot
|
3738
|
-
category: Crawler
|
3739
|
-
url: https://archive.org/details/archive.org_bot
|
3740
|
-
producer:
|
3741
|
-
name: The Internet Archive
|
3742
|
-
url: https://archive.org
|
3743
|
-
-
|
3744
|
-
user_agent: Mozilla/5.0 (compatible; special_archiver/3.2.0 +http://www.loc.gov/webarchiving/notice_to_webmasters.html)
|
3745
|
-
bot:
|
3746
|
-
name: archive.org bot
|
3747
|
-
category: Crawler
|
3748
|
-
url: https://archive.org/details/archive.org_bot
|
3749
|
-
producer:
|
3750
|
-
name: The Internet Archive
|
3751
|
-
url: https://archive.org
|
3752
|
-
-
|
3753
|
-
user_agent: CCBot/2.0 (http://commoncrawl.org/faq/)
|
3754
|
-
bot:
|
3755
|
-
name: ccBot crawler
|
3756
|
-
category: Crawler
|
3757
|
-
url: http://commoncrawl.org/faq/
|
3758
|
-
producer:
|
3759
|
-
name: reddit inc.
|
3760
|
-
url: http://www.reddit.com
|
3761
|
-
-
|
3762
|
-
user_agent: Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)
|
3763
|
-
bot:
|
3764
|
-
name: eCairn-Grabber
|
3765
|
-
category: Crawler
|
3766
|
-
producer:
|
3767
|
-
name: eCairn
|
3768
|
-
url: https://ecairn.com
|
3769
|
-
-
|
3770
|
-
user_agent: eZ Publish Link Validator
|
3771
|
-
bot:
|
3772
|
-
name: eZ Publish Link Validator
|
3773
|
-
category: Crawler
|
3774
|
-
url: https://ez.no/
|
3775
|
-
producer:
|
3776
|
-
name: eZ Systems AS
|
3777
|
-
url: https://ez.no/
|
3778
|
-
-
|
3779
|
-
user_agent: Mozilla/5.0 (compatible; evc-batch/2.0)
|
3780
|
-
bot:
|
3781
|
-
name: evc-batch
|
3782
|
-
category: Crawler
|
3783
|
-
url: ""
|
3784
|
-
producer:
|
3785
|
-
name: eVenture Capital Partners II, LLC
|
3786
|
-
url: http://www.eventures.vc/
|
3787
|
-
-
|
3788
|
-
user_agent: Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)
|
3789
|
-
bot:
|
3790
|
-
name: inoreader
|
3791
|
-
category: Feed Reader
|
3792
|
-
url: https://www.inoreader.com
|
3793
|
-
-
|
3794
|
-
user_agent: masscan/1.0 (https://github.com/robertdavidgraham/masscan)
|
3795
|
-
bot:
|
3796
|
-
name: masscan
|
3797
|
-
url: https://github.com/robertdavidgraham/masscan
|
3798
|
-
category: Crawler
|
3799
|
-
producer:
|
3800
|
-
name: Robert Graham
|
3801
|
-
url: https://github.com/robertdavidgraham
|
3802
|
-
-
|
3803
|
-
user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com'
|
3804
|
-
bot:
|
3805
|
-
name: nbertaupete95
|
3806
|
-
category: Crawler
|
3807
|
-
-
|
3808
|
-
user_agent: Mozilla/5.0 (compatible; oBot/2.3.1; http://www.xforce-security.com/crawler/)
|
3809
|
-
bot:
|
3810
|
-
name: oBot
|
3811
|
-
category: Search bot
|
3812
|
-
url: https://www.xforce-security.com/crawler/
|
3813
|
-
producer:
|
3814
|
-
name: 'IBM Germany Research & Development GmbH'
|
3815
|
-
url: https://exchange.xforce.ibmcloud.com/
|
3816
|
-
-
|
3817
|
-
user_agent: 'sqlmap/1.1.8.2#dev (http://sqlmap.org)'
|
3818
|
-
bot:
|
3819
|
-
name: sqlmap
|
3820
|
-
category: Security Checker
|
3821
|
-
url: http://sqlmap.org/
|
3822
|
-
producer:
|
3823
|
-
name: sqlmap
|
3824
|
-
url: http://sqlmap.org/
|
3825
|
-
-
|
3826
|
-
user_agent: Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)
|
3827
|
-
bot:
|
3828
|
-
name: theoldreader
|
3829
|
-
category: Feed Reader
|
3830
|
-
url: https://theoldreader.com
|
3831
|
-
-
|
3832
|
-
user_agent: Sprinklr 2.0
|
3833
|
-
bot:
|
3834
|
-
name: Sprinklr
|
3835
|
-
category: Crawler
|
3836
|
-
url: ""
|
3837
|
-
producer:
|
3838
|
-
name: Sprinklr, Inc.
|
3839
|
-
url: https://www.sprinklr.com/
|
3840
|
-
-
|
3841
|
-
user_agent: Mozilla/5.0 (X11; Linux x86_64)AppleWebKit/537.36 (KHTML, like Gecko; Google-Ads-Qualify)Chrome/85.0.4183.140 Safari/537.36
|
3842
|
-
bot:
|
3843
|
-
name: Googlebot
|
3844
|
-
category: Search bot
|
3845
|
-
url: http://www.google.com/bot.html
|
3846
|
-
producer:
|
3847
|
-
name: Google Inc.
|
3848
|
-
url: http://www.google.com
|
3849
|
-
-
|
3850
|
-
user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
|
3851
|
-
bot:
|
3852
|
-
name: BDCbot
|
3853
|
-
category: Crawler
|
3854
|
-
url: https://bigweb.bigdatacorp.com.br/pages/faq.aspx
|
3855
|
-
producer:
|
3856
|
-
name: BIG Data Solucoes Em Tecnologia de Informatica LTDA
|
3857
|
-
url: https://bigdatacorp.com.br/
|
3858
|
-
-
|
3859
|
-
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 CloudflareDiagnostics/1.0
|
3860
|
-
bot:
|
3861
|
-
name: Cloudflare Diagnostics
|
3862
|
-
category: Site Monitor
|
3863
|
-
url: https://www.cloudflare.com/
|
3864
|
-
producer:
|
3865
|
-
name: Cloudflare
|
3866
|
-
url: https://www.cloudflare.com
|
3867
|
-
-
|
3868
|
-
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) adbeat.com/policy AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/69.0.3497.105 Mobile/15E148 Safari/605.1
|
3869
|
-
bot:
|
3870
|
-
name: Adbeat
|
3871
|
-
category: Crawler
|
3872
|
-
url: https://www.adbeat.com/operation_policy
|
3873
|
-
producer:
|
3874
|
-
name: PPC Labs LLC
|
3875
|
-
url: https://www.adbeat.com/
|
3876
|
-
-
|
3877
|
-
user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36
|
3878
|
-
bot:
|
3879
|
-
name: BuiltWith
|
3880
|
-
category: Crawler
|
3881
|
-
url: https://builtwith.com/biup
|
3882
|
-
producer:
|
3883
|
-
name: BuiltWith Pty Ltd
|
3884
|
-
url: https://builtwith.com/
|
3885
|
-
-
|
3886
|
-
user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 (+https://whatis.contentkingapp.com)
|
3887
|
-
bot:
|
3888
|
-
name: ContentKing
|
3889
|
-
category: Site Monitor
|
3890
|
-
url: https://whatis.contentkingapp.com/
|
3891
|
-
producer:
|
3892
|
-
name: ContentKing BV
|
3893
|
-
url: https://www.contentkingapp.com/
|
3894
|
-
-
|
3895
|
-
user_agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 MicroAdBot/1.1 (https://www.microad.co.jp/contact/)
|
3896
|
-
bot:
|
3897
|
-
name: MicroAdBot
|
3898
|
-
category: Crawler
|
3899
|
-
url: https://www.microad.co.jp/
|
3900
|
-
producer:
|
3901
|
-
name: MicroAd, Inc.
|
3902
|
-
url: https://www.microad.co.jp/
|
3903
|
-
-
|
3904
|
-
user_agent: Mozilla/5.0 (compatible; PingAdmin.Ru/1.2; +http://pingadmin.ru/free_test/)
|
3905
|
-
bot:
|
3906
|
-
name: PingAdmin.Ru
|
3907
|
-
category: Site Monitor
|
3908
|
-
url: https://ping-admin.ru/
|
3909
|
-
-
|
3910
|
-
user_agent: Mozilla/5.0 (compatible; WebDataStats/1.0 ; +https://webdatastats.com/policy.html)
|
3911
|
-
bot:
|
3912
|
-
name: WebDataStats
|
3913
|
-
category: Crawler
|
3914
|
-
url: https://webdatastats.com/policy.html
|
3915
|
-
producer:
|
3916
|
-
name: WebTehRazrabotka LLC
|
3917
|
-
url: https://webdatastats.com/
|
3918
|
-
-
|
3919
|
-
user_agent: Mozilla/5.0 (compatible; parse.ly scraper/0.14; +http://parsely.com)
|
3920
|
-
bot:
|
3921
|
-
name: parse.ly
|
3922
|
-
category: Crawler
|
3923
|
-
url: https://www.parse.ly/help/integration/crawler
|
3924
|
-
producer:
|
3925
|
-
name: Parsely, Inc.
|
3926
|
-
url: https://www.parse.ly/
|
3927
|
-
-
|
3928
|
-
user_agent: Mozilla/5.0 (compatible; Nimbostratus-Bot/v1.3.2; http://cloudsystemnetworks.com)
|
3929
|
-
bot:
|
3930
|
-
name: Nimbostratus Bot
|
3931
|
-
category: Site Monitor
|
3932
|
-
url: http://cloudsystemnetworks.com
|
3933
|
-
-
|
3934
|
-
user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110515 HeartRails_Capture/1.0.4 (+http://capture.heartrails.com/) Namoroka/3.6.17
|
3935
|
-
bot:
|
3936
|
-
name: Heart Rails Capture
|
3937
|
-
category: Service Agent
|
3938
|
-
url: http://capture.heartrails.com
|
3939
|
-
-
|
3940
|
-
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36 http://notifyninja.com/monitoring
|
3941
|
-
bot:
|
3942
|
-
name: Notify Ninja
|
3943
|
-
category: Site Monitor
|
3944
|
-
url: http://notifyninja.com
|
3945
|
-
-
|
3946
|
-
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) Project-Resonance (http://project-resonance.com/) (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36
|
3947
|
-
bot:
|
3948
|
-
name: Project Resonance
|
3949
|
-
category: Crawler
|
3950
|
-
url: http://project-resonance.com
|
3951
|
-
-
|
3952
|
-
user_agent: Mozilla/5.0 (compatible; DataXu/1.0; +http://dataxu.com)
|
3953
|
-
bot:
|
3954
|
-
name: DataXu
|
3955
|
-
category: Service Agent
|
3956
|
-
url: https://advertising.roku.com/dataxu
|
3957
|
-
producer:
|
3958
|
-
name: Roku, Inc.
|
3959
|
-
url: https://roku.com
|
3960
|
-
-
|
3961
|
-
user_agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PingdomTMS/0.8.5 Safari/534.34
|
3962
|
-
bot:
|
3963
|
-
name: Pingdom Bot
|
3964
|
-
category: Site Monitor
|
3965
|
-
url: ""
|
3966
|
-
producer:
|
3967
|
-
name: Pingdom AB
|
3968
|
-
url: https://www.pingdom.com
|
3969
|
-
-
|
3970
|
-
user_agent: Mozilla/5.0 (compatible; Cocolyzebot/1.0; https://cocolyze.com/bot)
|
3971
|
-
bot:
|
3972
|
-
name: Cocolyzebot
|
3973
|
-
category: Crawler
|
3974
|
-
url: https://cocolyze.com/en/cocolyzebot
|
3975
|
-
producer:
|
3976
|
-
name: VSI INNOVATION SAS
|
3977
|
-
url: https://vsi-innovation.com/
|
3978
|
-
-
|
3979
|
-
user_agent: veryhip (http://veryhip.com/)
|
3980
|
-
bot:
|
3981
|
-
name: VeryHip
|
3982
|
-
category: Crawler
|
3983
|
-
url: https://veryhip.com/
|
3984
|
-
producer:
|
3985
|
-
name: VeryHip
|
3986
|
-
url: https://veryhip.com/
|
3987
|
-
-
|
3988
|
-
user_agent: Mozilla/5.0 (compatible; LinkpadBot/2.3; +http://linkpad.org/robot/)
|
3989
|
-
bot:
|
3990
|
-
name: LinkpadBot
|
3991
|
-
category: Crawler
|
3992
|
-
url: https://www.linkpad.org/
|
3993
|
-
producer:
|
3994
|
-
name: Solomono LLC
|
3995
|
-
url: https://www.linkpad.org/
|
3996
|
-
-
|
3997
|
-
user_agent: Mozilla/4.0 (compatible; MuscatFerret/1.7; http://www.webtop.com/)
|
3998
|
-
bot:
|
3999
|
-
name: MuscatFerret
|
4000
|
-
category: Crawler
|
4001
|
-
url: http://www.webtop.com/
|
4002
|
-
-
|
4003
|
-
user_agent: Quora-Bot/1.0 (http://www.quora.com)
|
4004
|
-
bot:
|
4005
|
-
name: Quora Bot
|
4006
|
-
category: Crawler
|
4007
|
-
url: ""
|
4008
|
-
producer:
|
4009
|
-
name: Quora
|
4010
|
-
url: https://www.quora.com/
|
4011
|
-
-
|
4012
|
-
user_agent: PageThing.com
|
4013
|
-
bot:
|
4014
|
-
name: PageThing
|
4015
|
-
category: Crawler
|
4016
|
-
url: https://www.pagething.com/
|
4017
|
-
producer:
|
4018
|
-
name: SPECIALNOISE LTD
|
4019
|
-
url: https://www.specialnoise.com/
|
4020
|
-
-
|
4021
|
-
user_agent: ArchiveBox/0.5.3 (+https://github.com/ArchiveBox/ArchiveBox/)
|
4022
|
-
bot:
|
4023
|
-
name: ArchiveBox
|
4024
|
-
url: https://archivebox.io/
|
4025
|
-
category: Crawler
|
4026
|
-
producer:
|
4027
|
-
name: ""
|
4028
|
-
url: ""
|
4029
|
-
-
|
4030
|
-
user_agent: Choosito/1.0 +http://www.choosito.com/
|
4031
|
-
bot:
|
4032
|
-
name: Choosito
|
4033
|
-
url: https://www.choosito.com/
|
4034
|
-
category: Crawler
|
4035
|
-
producer:
|
4036
|
-
name: Choosito! Inc.
|
4037
|
-
url: https://www.choosito.com/
|
4038
|
-
-
|
4039
|
-
user_agent: datagnionbot (+http://www.datagnion.com/bot.html)
|
4040
|
-
bot:
|
4041
|
-
name: datagnionbot
|
4042
|
-
url: https://www.datagnion.com/bot.html
|
4043
|
-
category: Crawler
|
4044
|
-
producer:
|
4045
|
-
name: DATAGNION GMBH
|
4046
|
-
url: https://www.datagnion.com/
|
4047
|
-
-
|
4048
|
-
user_agent: InterNaetBoten/0.99 (http://www.xn--internt-bxa.nu)
|
4049
|
-
bot:
|
4050
|
-
name: Generic Bot
|
4051
|
-
-
|
4052
|
-
user_agent: EasyBib AutoCite (http://autocite-info.citation-api.com/)
|
4053
|
-
bot:
|
4054
|
-
name: Generic Bot
|
4055
|
-
-
|
4056
|
-
user_agent: Bidtellect/0.0.643.0
|
4057
|
-
bot:
|
4058
|
-
name: Generic Bot
|
4059
|
-
-
|
4060
|
-
user_agent: Mozilla/5.0 (compatible; meg/0.2; +https://github.com/tomnomnom/meg)
|
4061
|
-
bot:
|
4062
|
-
name: Generic Bot
|
4063
|
-
-
|
4064
|
-
user_agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) WhatCMS/1.0
|
4065
|
-
bot:
|
4066
|
-
name: WhatCMS
|
4067
|
-
url: https://whatcms.org/
|
4068
|
-
category: Crawler
|
4069
|
-
producer:
|
4070
|
-
name: "Nineteen Ten LLC"
|
4071
|
-
url: "https://whatcms.org/"
|
4072
|
-
-
|
4073
|
-
user_agent: httpx - Open-source project (github.com/projectdiscovery/httpx)
|
4074
|
-
bot:
|
4075
|
-
name: httpx
|
4076
|
-
url: https://github.com/projectdiscovery/httpx
|
4077
|
-
category: Crawler
|
4078
|
-
producer:
|
4079
|
-
name: ""
|
4080
|
-
url: ""
|
4081
|
-
-
|
4082
|
-
user_agent: 'Expanse indexes the network perimeters of our customers. If you have any questions or concerns, please reach out to: scaninfo@expanseinc.com'
|
4083
|
-
bot:
|
4084
|
-
name: Expanse
|
4085
|
-
category: Security Checker
|
4086
|
-
url: https://expanse.co/
|
4087
|
-
producer:
|
4088
|
-
name: Expanse Inc.
|
4089
|
-
url: https://expanse.co/
|
4090
|
-
-
|
4091
|
-
user_agent: 'HuaweiWebCatBot/6.0) (To acquire the allowed html pages as reliable information of URL categorization in the automatic process for Huawei Web Categorization.; https://isecurity.huawei.com/; sec at huawei dot com)'
|
4092
|
-
bot:
|
4093
|
-
name: HuaweiWebCatBot
|
4094
|
-
category: Crawler
|
4095
|
-
url: https://isecurity.huawei.com
|
4096
|
-
producer:
|
4097
|
-
name: Huawei Technologies Co., Ltd.
|
4098
|
-
url: https://huawei.com
|
4099
|
-
-
|
4100
|
-
user_agent: Mozilla/5.0 (compatible; SputnikFaviconBot/1.2; +http://corp.sputnik.ru/webmaster)
|
4101
|
-
bot:
|
4102
|
-
name: Sputnik Favicon Bot
|
4103
|
-
url: ""
|
4104
|
-
category: Crawler
|
4105
|
-
-
|
4106
|
-
user_agent: Hatena-Favicon2 (http://www.hatena.ne.jp/faq/)
|
4107
|
-
bot:
|
4108
|
-
name: Hatena Favicon
|
4109
|
-
category: Crawler
|
4110
|
-
url: https://www.hatena.ne.jp/faq/
|
4111
|
-
producer:
|
4112
|
-
name: Hatena Co., Ltd.
|
4113
|
-
url: https://www.hatena.ne.jp
|
4114
|
-
-
|
4115
|
-
user_agent: Mozilla/5.0 (compatible; RyowlEngine/1.0; +https://ryowl.org)
|
4116
|
-
bot:
|
4117
|
-
name: Ryowl
|
4118
|
-
category: Crawler
|
4119
|
-
url: https://ryowl.org
|
4120
|
-
-
|
4121
|
-
user_agent: Mozilla/5.0 (compatible; OdklBot/1.0 like Linux; klass@odnoklassniki.ru)
|
4122
|
-
bot:
|
4123
|
-
name: Odnoklassniki Bot
|
4124
|
-
category: Crawler
|
4125
|
-
url: https://odnoklassniki.ru
|
4126
|
-
-
|
4127
|
-
user_agent: Mediatoolkitbot (complaints@mediatoolkit.com)
|
4128
|
-
bot:
|
4129
|
-
name: Mediatoolkit Bot
|
4130
|
-
category: Crawler
|
4131
|
-
url: https://mediatoolkit.com
|
4132
|
-
-
|
4133
|
-
user_agent: ZoominfoBot (zoominfobot at zoominfo dot com)
|
4134
|
-
bot:
|
4135
|
-
name: ZoominfoBot
|
4136
|
-
category: Crawler
|
4137
|
-
url: https://www.zoominfo.com
|
4138
|
-
-
|
4139
|
-
user_agent: Mozilla/5.0 (compatible; WeViKaBot/1.0; +http://www.wevika.de/)
|
4140
|
-
bot:
|
4141
|
-
name: WeViKaBot
|
4142
|
-
category: Crawler
|
4143
|
-
url: http://www.wevika.de
|
4144
|
-
-
|
4145
|
-
user_agent: Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)
|
4146
|
-
bot:
|
4147
|
-
name: SEOkicks
|
4148
|
-
category: Crawler
|
4149
|
-
url: https://www.seokicks.de/robot.html
|
4150
|
-
-
|
4151
|
-
user_agent: Mozilla/5.0 (compatible; Plukkie/1.6; http://www.botje.com/plukkie.htm)
|
4152
|
-
bot:
|
4153
|
-
name: Plukkie
|
4154
|
-
category: Crawler
|
4155
|
-
url: http://www.botje.com/plukkie.htm
|
4156
|
-
-
|
4157
|
-
user_agent: Mozilla/5.0 (compatible; proximic; https://www.comscore.com/Web-Crawler)
|
4158
|
-
bot:
|
4159
|
-
name: Comscore
|
4160
|
-
category: Crawler
|
4161
|
-
url: https://www.comscore.com/Web-Crawler
|
4162
|
-
-
|
4163
|
-
user_agent: Mozilla/5.0 (compatible; SurdotlyBot/1.0; +http://sur.ly/bot.html)
|
4164
|
-
bot:
|
4165
|
-
name: SurdotlyBot
|
4166
|
-
category: Crawler
|
4167
|
-
url: http://sur.ly/bot.html
|
4168
|
-
-
|
4169
|
-
user_agent: Mozilla/5.0 (compatible; Gowikibot/1.0; +http://www.gowikibot.com)
|
4170
|
-
bot:
|
4171
|
-
name: Gowikibot
|
4172
|
-
category: Crawler
|
4173
|
-
url: http:/www.gowikibot.com
|
4174
|
-
-
|
4175
|
-
user_agent: Mozilla/5.0 (compatible; SabsimBot/3.0; +https://sabsim.com)
|
4176
|
-
bot:
|
4177
|
-
name: SabsimBot
|
4178
|
-
category: Crawler
|
4179
|
-
url: https://sabsim.com
|
4180
|
-
-
|
4181
|
-
user_agent: Mozilla/5.0 (compatible; LumtelBot/1.0; +http://lumtel.com)
|
4182
|
-
bot:
|
4183
|
-
name: LumtelBot
|
4184
|
-
category: Crawler
|
4185
|
-
url: https://umtel.com
|
4186
|
-
-
|
4187
|
-
user_agent: Mozilla/5.0+(compatible;+PiplBot;+http://www.pipl.com/bot/)
|
4188
|
-
bot:
|
4189
|
-
name: PiplBot
|
4190
|
-
category: Crawler
|
4191
|
-
url: http://www.pipl.com/bot
|
4192
|
-
-
|
4193
|
-
user_agent: Mozilla/5.0 (compatible; woobot/2.0; +https://www.woorank.com/bot)
|
4194
|
-
bot:
|
4195
|
-
name: WooRank
|
4196
|
-
category: Crawler
|
4197
|
-
url: https://www.woorank.com/bot
|
4198
|
-
-
|
4199
|
-
user_agent: YahooMailProxy; https://help.yahoo.com/kb/yahoo-mail-proxy-SLN28749.html
|
4200
|
-
bot:
|
4201
|
-
name: Yahoo! Mail Proxy
|
4202
|
-
category: Service Agent
|
4203
|
-
url: https://help.yahoo.com/kb/yahoo-mail-proxy-SLN28749.html
|
4204
|
-
producer:
|
4205
|
-
name: Yahoo! Inc.
|
4206
|
-
url: http://www.yahoo.com
|
4207
|
-
-
|
4208
|
-
user_agent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; Cookiebot/1.0; http://cookiebot.com/) Chrome/79.0.3945.117 Safari/537.36'
|
4209
|
-
bot:
|
4210
|
-
name: Cookiebot
|
4211
|
-
category: Crawler
|
4212
|
-
url: https://support.cookiebot.com/hc/en-us/articles/360014264140-Scanner-User-Agent
|
4213
|
-
producer:
|
4214
|
-
name: Cybot A/S
|
4215
|
-
url: https://www.cybot.com/
|
4216
|
-
-
|
4217
|
-
user_agent: NetSystemsResearch studies the availability of various services across the internet. Our website is netsystemsresearch.com
|
4218
|
-
bot:
|
4219
|
-
name: NetSystemsResearch
|
4220
|
-
category: Security Checker
|
4221
|
-
url: https://www.netsystemsresearch.com/
|
4222
|
-
producer:
|
4223
|
-
name: NET SYSTEMS RESEARCH LLC
|
4224
|
-
url: https://www.netsystemsresearch.com/
|
4225
|
-
-
|
4226
|
-
user_agent: 'Mozilla/5.0 (compatible; CensysInspect/1.1; https://about.censys.io/)'
|
4227
|
-
bot:
|
4228
|
-
name: CensysInspect
|
4229
|
-
category: Security Checker
|
4230
|
-
url: https://about.censys.io/
|
4231
|
-
producer:
|
4232
|
-
name: Censys, Inc.
|
4233
|
-
url: https://censys.io/
|
4234
|
-
-
|
4235
|
-
user_agent: https://gdnplus.com:Gather Analyze Provide.
|
4236
|
-
bot:
|
4237
|
-
name: GDNP
|
4238
|
-
category: Crawler
|
4239
|
-
url: https://gdnplus.com/
|
4240
|
-
producer:
|
4241
|
-
name: Global Digital Network Plus, LLC
|
4242
|
-
url: https://gdnplus.com/
|
4243
|
-
-
|
4244
|
-
user_agent: WellKnownBot/0.1 (https://well-known.dev)
|
4245
|
-
bot:
|
4246
|
-
name: WellKnownBot
|
4247
|
-
category: Crawler
|
4248
|
-
url: https://well-known.dev
|
4249
|
-
-
|
4250
|
-
user_agent: Mozilla/5.0 (compatible; Adsbot/3.1; https://seostar.co/robot/)
|
4251
|
-
bot:
|
4252
|
-
name: Adsbot
|
4253
|
-
category: Crawler
|
4254
|
-
url: https://seostar.co/robot/
|
4255
|
-
-
|
4256
|
-
user_agent: MTRobot/0.2 (Metrics Tools Analytics Crawler; https://metrics-tools.de/robot.html; crawler@metrics-tools.de)
|
4257
|
-
bot:
|
4258
|
-
name: MTRobot
|
4259
|
-
category: Crawler
|
4260
|
-
url: https://metrics-tools.de/robot.html
|
4261
|
-
producer:
|
4262
|
-
name: Metrics Tools
|
4263
|
-
url: https://metrics-tools.de/
|
4264
|
-
-
|
4265
|
-
user_agent: My User Agent 1.0
|
4266
|
-
bot:
|
4267
|
-
name: Generic Bot
|
4268
|
-
-
|
4269
|
-
user_agent: serpstatbot/1.0 (advanced backlink tracking bot; curl/7.58.0; http://serpstatbot.com/; abuse@serpstatbot.com)
|
4270
|
-
bot:
|
4271
|
-
name: serpstatbot
|
4272
|
-
category: Crawler
|
4273
|
-
url: http://serpstatbot.com/
|
4274
|
-
producer:
|
4275
|
-
name: Netpeak Ltd
|
4276
|
-
url: https://netpeak.net/
|
4277
|
-
-
|
4278
|
-
user_agent: colly - https://github.com/gocolly/colly/v2
|
4279
|
-
bot:
|
4280
|
-
name: colly
|
4281
|
-
category: Crawler
|
4282
|
-
url: https://github.com/gocolly/colly/
|
4283
|
-
-
|
4284
|
-
user_agent: l9tcpid/v1.0.0
|
4285
|
-
bot:
|
4286
|
-
name: l9tcpid
|
4287
|
-
category: Security Checker
|
4288
|
-
url: https://github.com/LeakIX/l9tcpid
|
4289
|
-
-
|
4290
|
-
user_agent: Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)
|
4291
|
-
bot:
|
4292
|
-
name: MegaIndex
|
4293
|
-
category: Crawler
|
4294
|
-
url: https://megaindex.com/crawler
|
4295
|
-
-
|
4296
|
-
user_agent: Mozilla/5.0 (compatible; Seekport Crawler; http://seekport.com/)
|
4297
|
-
bot:
|
4298
|
-
name: Seekport
|
4299
|
-
category: Crawler
|
4300
|
-
url: http://www.seekport.com/
|
4301
|
-
producer:
|
4302
|
-
name: SISTRIX GmbH
|
4303
|
-
url: https://www.sistrix.de/
|
4304
|
-
-
|
4305
|
-
user_agent: Mozilla/5.0 (compatible; seolyt/1.1; +https://seolyt.com)
|
4306
|
-
bot:
|
4307
|
-
name: seolyt
|
4308
|
-
category: Crawler
|
4309
|
-
url: https://seolyt.com/
|
4310
|
-
-
|
4311
|
-
user_agent: Mozilla/5.0 (compatible; YaK/1.0; http://linkfluence.com/; bot@linkfluence.com)
|
4312
|
-
bot:
|
4313
|
-
name: YaK
|
4314
|
-
category: Crawler
|
4315
|
-
url: https://www.linkfluence.com/
|
4316
|
-
producer:
|
4317
|
-
name: Linkfluence SAS
|
4318
|
-
url: https://www.linkfluence.com/
|
4319
|
-
-
|
4320
|
-
user_agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; +http://www.komodia.com/newwiki/index.php/URL_server_crawler) KomodiaBot/1.0
|
4321
|
-
bot:
|
4322
|
-
name: KomodiaBot
|
4323
|
-
category: Crawler
|
4324
|
-
url: http://www.komodia.com/newwiki/index.php/URL_server_crawler
|
4325
|
-
producer:
|
4326
|
-
name: Komodia Inc.
|
4327
|
-
url: https://www.komodia.com/
|
4328
|
-
-
|
4329
|
-
user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0; Catchpoint) like Gecko
|
4330
|
-
bot:
|
4331
|
-
name: Catchpoint
|
4332
|
-
category: Site Monitor
|
4333
|
-
url: https://www.catchpoint.com/
|
4334
|
-
producer:
|
4335
|
-
name: Catchpoint Systems
|
4336
|
-
url: https://www.catchpoint.com/
|
4337
|
-
-
|
4338
|
-
user_agent: Better Uptime Bot Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
|
4339
|
-
bot:
|
4340
|
-
name: Better Uptime Bot
|
4341
|
-
category: Site Monitor
|
4342
|
-
url: https://betteruptime.com/faq
|
4343
|
-
producer:
|
4344
|
-
name: Better Uptime
|
4345
|
-
url: https://betteruptime.com/
|
4346
|
-
-
|
4347
|
-
user_agent: gobuster/3.1.0
|
4348
|
-
bot:
|
4349
|
-
name: Gobuster
|
4350
|
-
url: https://github.com/OJ/gobuster
|
4351
|
-
-
|
4352
|
-
user_agent: k6/0.31.1 (https://k6.io/)
|
4353
|
-
bot:
|
4354
|
-
name: K6
|
4355
|
-
url: https://k6.io/
|
4356
|
-
-
|
4357
|
-
user_agent: Mozilla/5.0 (compatible; Neevabot/1.0; https://neeva.com/neevabot)
|
4358
|
-
bot:
|
4359
|
-
name: Neevabot
|
4360
|
-
category: Search bot
|
4361
|
-
url: https://neeva.com/neevabot
|
4362
|
-
producer:
|
4363
|
-
name: Neeva Inc.
|
4364
|
-
url: https://neeva.com/
|
4365
|
-
-
|
4366
|
-
user_agent: LinkPreview/1.5 (http://linkpreview.net)
|
4367
|
-
bot:
|
4368
|
-
name: LinkPreview
|
4369
|
-
category: Service Agent
|
4370
|
-
url: https://www.linkpreview.net/
|
4371
|
-
-
|
4372
|
-
user_agent: Mozilla/5.0 (compatible; JungleKeyThumbnail/1.1; +http://www.junglekey.fr/)
|
4373
|
-
bot:
|
4374
|
-
name: JungleKeyThumbnail
|
4375
|
-
category: Crawler
|
4376
|
-
url: https://junglekey.com/
|
4377
|
-
-
|
4378
|
-
user_agent: rocketmonitor 1.0
|
4379
|
-
bot:
|
4380
|
-
name: RocketMonitorBot
|
4381
|
-
category: Site Monitor
|
4382
|
-
url: https://www.radiomast.io/docs/stream-monitoring/technical_details.html
|
4383
|
-
producer:
|
4384
|
-
name: Radio Mast, Inc.
|
4385
|
-
url: https://www.radiomast.io/
|
4386
|
-
-
|
4387
|
-
user_agent: RocketMonitorBot/1.0 ( https://www.radiomast.io)
|
4388
|
-
bot:
|
4389
|
-
name: RocketMonitorBot
|
4390
|
-
category: Site Monitor
|
4391
|
-
url: https://www.radiomast.io/docs/stream-monitoring/technical_details.html
|
4392
|
-
producer:
|
4393
|
-
name: Radio Mast, Inc.
|
4394
|
-
url: https://www.radiomast.io/
|
4395
|
-
-
|
4396
|
-
user_agent: SitemapParser-VIPnytt/1.1 ( https://github.com/VIPnytt/SitemapParser/blob/master/README.md)
|
4397
|
-
bot:
|
4398
|
-
name: SitemapParser-VIPnytt
|
4399
|
-
category: Crawler
|
4400
|
-
url: https://github.com/VIPnytt/SitemapParser/
|
4401
|
-
-
|
4402
|
-
user_agent: Turnitin (https://bit.ly/2UvnfoQ)
|
4403
|
-
bot:
|
4404
|
-
name: Turnitin
|
4405
|
-
category: Crawler
|
4406
|
-
url: https://turnitin.com/robot/crawlerinfo.html
|
4407
|
-
-
|
4408
|
-
user_agent: Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012; Storebot-Google/1.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36
|
4409
|
-
bot:
|
4410
|
-
name: Google StoreBot
|
4411
|
-
category: Crawler
|
4412
|
-
-
|
4413
|
-
user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.56 Safari/537.36 DMBrowser/2.1 (UV)
|
4414
|
-
bot:
|
4415
|
-
name: Dotcom Monitor
|
4416
|
-
category: Site Monitor
|
4417
|
-
url: https://www.dotcom-monitor.com
|
4418
|
-
-
|
4419
|
-
user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:29.0) Gecko/20100101 /29.0 DMBrowser-BV
|
4420
|
-
bot:
|
4421
|
-
name: Dotcom Monitor
|
4422
|
-
category: Site Monitor
|
4423
|
-
url: https://www.dotcom-monitor.com
|
4424
|
-
-
|
4425
|
-
user_agent: Mozilla/5.0 (compatible; ThinkChaos/0.3.0; +In_the_test_phase,_if_the_ThinkChaos_brings_you_trouble,_please_add_disallow_to_the_robots.txt._Thank_you.)
|
4426
|
-
bot:
|
4427
|
-
name: ThinkChaos
|
4428
|
-
category: Crawler
|
4429
|
-
-
|
4430
|
-
user_agent: Mozilla/5.0 (compatible; DataForSeoBot/1.0; +https://dataforseo.com/dataforseo-bot)
|
4431
|
-
bot:
|
4432
|
-
name: DataForSeoBot
|
4433
|
-
category: Crawler
|
4434
|
-
url: https://dataforseo.com/dataforseo-bot
|