User Agent Parser example 1
Input
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/122.0.0.0 Safari/537.36
Output
Browser, OS, engine, and device summary
Parses a common desktop browser user agent into readable components.
Developer Tools
Review practical User Agent Parser examples so you can understand expected input, output, and common patterns faster.
Use this user agent parser to identify browser, version, rendering engine, operating system, device type, and basic bot signals from a raw user agent string. It is useful for debugging analytics, logs, request headers, and tracking data.
Example pages are especially useful for developer tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/122.0.0.0 Safari/537.36
Output
Browser, OS, engine, and device summary
Parses a common desktop browser user agent into readable components.
Fix: Paste the full raw user agent string before parsing.
Fix: Treat the output as approximate when the source string is nonstandard.
Fix: Remember that a user agent string describes client software and device context, not network identity.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main User Agent Parser page and test your own real input.