You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> An always up-to-date list of the top 100 HTTP [user-agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent)'s most used over the Internet.
There are some scenarios where you need to perform browser-like requests, meaning you need to use an HTTP `user-agent` as much accurate as possible with the real world™️.
You can find many list of browser user agents on the Internet, but they are outdated or quickly unmaintained.
20
+
21
+
This list is created collecting user agent from [microlink.io](https://microlink.io) products, that receives [+300M requests every month](https://analytics.microlink.io/).
// => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'
39
+
```
40
+
41
+
You can also `require('top-user-agents/mobile')` or `require('top-user-agents/desktop')` to get the list based on the device.
42
+
43
+
## About Privacy
44
+
45
+
The information exposed to the user-agent only relies on coarse details.
46
+
47
+
In practice, anyone can put whatever they want in the user-agent string, and send it to the web server.
48
+
49
+
Because that, The user-agent cannot be sufficient condition to identify or reproduce the original request.
50
+
51
+
## Related
52
+
53
+
-[https-tls](https://github.com/Kikobeats/https-tls) – Setup TLS details according to `user-agent`.
54
+
-[top-crawler-agents](https://github.com/Kikobeats/top-crawler-agents) – A list of common crawler user agents useful for retrieving metadata from links.
55
+
-[@microlink/ua](https://github.com/microlinkhq/ua) – A simple redis primitives to incr() and top() user agents.
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/top-user-agents/contributors).
61
+
62
+
> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
0 commit comments