Vendor identification
GET /api/fingerprint/vendorBrowser vendor fingerprinting reads navigator.vendor to identify browser manufacturer. Common values: 'Google Inc.' (Chrome/Edge), 'Apple Computer, Inc.' (Safari), '' (Firefox leaves this empty). This simple property helps distinguish Chromium-based browsers from Firefox and Safari. When combined with other navigator properties, it creates a reliable browser family detection mechanism. Spoofed user agents that claim to be one browser while navigator.vendor indicates another reveal inconsistencies. The value is stable across browser sessions and rarely changes without browser reinstallation.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.