Effortless user-agent detection integration.
Detects various devices, browsers, bots, and more.
Maintains optimal app performance.
Compatible with both browser and Node.js.
Easily integrates into your workflow.
Stay up to date with evolving trends.
"A great utility library to have when you're investigating what kind of users are visiting your website and how you can improve their UX. Supports most browsers out there."
Gabrijel Golubić
"Thanks to the awesome people who make life so much easier for developers.. The evolution of the internet has made it critical that we detect the user's device type accurately to make our apps function better and look better.".
The-Linguist
"I've been using your library for a long time and it totally rocks!".
Christian Rich
"Thank you for putting out this very useful library!".
Anuj Nijhawan
"For years, it has been appreciated as a valuable tool for web developers. Its ability to accurately parse user agent strings.. has made it an essential library for many of us.".
LogRocket
OSS Editions | Commercial Editions | ||||
---|---|---|---|---|---|
License | MIT (v1.0) | AGPL (>=v2.0) | PRO Personal | PRO Business | PRO Enterprise |
Browser detection | |||||
CPU detection | |||||
Device detection | |||||
Engine detection | |||||
OS detection | |||||
Bot detection | |||||
AI Bot detection | |||||
Extras (Apps, Libs, Emails, Media Players, etc) detection | |||||
Enhanced detection result | |||||
Client Hints support | |||||
CommonJS support | |||||
ES modules support | |||||
TypeScript declarations | |||||
npm module available | |||||
Direct downloads available | |||||
Allows commercial usage | |||||
Permissive (non-copyleft) license | |||||
No open-source obligations | |||||
No usage limitation | |||||
1-year product support | |||||
Lifetime updates | |||||
Price (one-time fee) | FREE | FREE | $14 | $29 | $599 |
GET NOW |
# REST API Example
POST https://api.uaparser.dev/cloud/v1/identify/device
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"headers": {
"User-Agent" : "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3"
}
}
Copied!