1 dépôt
Retrieving structured device and browser metadata from modern HTTP Client Hint headers.
Distinct from Metadata Extraction: Candidates focus on table headers or file metadata; this is specifically about modern browser Client Hints.
Explore 1 awesome GitHub repository matching web development · HTTP Client Hint Extraction. Refine with filters or upvote what's useful.
ua-parser-js is a JavaScript library used to extract browser, operating system, and device information from raw user agent strings and client hints. It functions as a cross-platform tool that runs in both web browsers and Node.js server environments to identify web visitors. The library integrates modern HTTP client hint headers to retrieve hardware and browser details with higher accuracy than standard string parsing. It also includes a specialized detector to identify automated AI agents, web crawlers, and bots to distinguish human traffic from automated scripts. The project covers hardwar
Extracts precise device and browser metadata using modern HTTP client hint headers for higher accuracy.