- What does it parse?
- Browser name + version, OS name + version, device category (desktop, mobile, tablet), and engine (WebKit, Gecko, Blink). The common fields.
- How accurate is it?
- Good for common browsers. Older or niche UAs (embedded devices, crawlers, custom UAs) may miss — the parser prioritizes the top 95% of traffic.
- Does it detect bots?
- Known bot UAs (Googlebot, Bingbot, etc.) are flagged. Sophisticated bots that spoof a browser UA can't be detected from UA alone.
- What about Client Hints?
- Client Hints (Sec-CH-UA-*) are the modern replacement for User-Agent. The tool parses UA format; Client Hints are a separate header set.