FingerprintJS logo

Build status Current NPM version Monthly downloads from NPM Monthly downloads from jsDelivr

Discord server

FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged. [View Our Demo](https://fingerprintjs.github.io/fingerprintjs/). ## Quick start ```html ``` [Run this code](https://stackblitz.com/edit/fpjs-3-cdn?file=index.html&devtoolsheight=100) 📕 [Full documentation](docs/api.md) ## Use the free Pro version to get 99.5% identification accuracy [Fingerprint Pro](https://fingerprint.com/github/) is a professional visitor identification service that processes all information server-side and transmits it securely to your servers using server-to-server APIs. Pro combines browser fingerprinting with vast amounts of auxiliary data (IP addresses, time of visit patterns, URL changes and more) to be able to reliably deduplicate different users that have identical devices, resulting in the 99.5% identification accuracy. Fingerprint Pro is available for Web, Android, iOS and other platforms. **Pro plans start at $0/month - no credit card required.**

Pro screenshot

Full product comparison:
Open Source Pro

Core Features

100% open sourceyesno1
Accuracyup to 60%99.5%
Mobile Native SDKs
Android, iOS, Flutter, React Native and more
-
Standard fingerprint signals
screen, os, device name
Advanced fingerprint signals
canvas, audio, fonts
ID typefingerprintvisitorID2
ID lifetimeseveral weeksmonths/years
ID originclientserver
ID collisionscommonrare

Additional Features

Incognito mode detection
works in all modern browsers - see our full list of browsers supported
Server-side accuracy increase
based on additional server-side signals, such as TLS crypto support, ipv4/v6 data and others
Query API & realtime Webhooks
build flexible workflows
Ability to evade ad blockerssupported (NPM, own hosting)supported (NPM + subdomain)
Geolocation
based on IP address

Operations

Data securityYour infrastructureEncrypted at rest
StorageYour infrastructureUnlimited up to 1 yr
RegionsYour infrastructureHosting in US, EU and Mumbai
ComplianceYour infrastructureGDPR, CCPA compliant3
SLANo SLA99.9% Uptime
SupportGitHub communitySupport team via email, chat, and call-back within 1 business day
1. Pro uses the open source fingerprinting library as well as proprietary technology for increased accuracy and identifier stability. 2. VisitorIDs, in comparison to fingerprints, include server side techniques, are deduplicated and utilize fuzzy matching to result in a more accurate and stable identifier. Fingerprint hashes rely on an exact match across all browser attributes, making them less stable across > 4 week time intervals. 3. Fingerprint Pro is GDPR and CCPA compliant as the data processor. You still need to be compliant as the data controller and use the identification for fraud prevention under legitimate interest or ask for user consent. Pro result example: ```js { "requestId": "HFMlljrzKEiZmhUNDx7Z", "visitorId": "kHqPGWS1Mj18sZFsP8Wl", "visitorFound": true, "confidence": { "score": 0.995 }, "incognito": false, "browserName": "Chrome", "browserVersion": "92.0.4515.107", "os": "Mac OS X", "osVersion": "10.15.6", "device": "Other", "ip": "192.65.67.131", "ipLocation": { "accuracyRadius": 100, "latitude": 37.409657, "longitude": -121.965467 // ... } } ``` 🍿 [Live demo](https://fingerprint.com/demo) ⏱ [How to upgrade from Open Source to Pro in 30 seconds](https://dev.fingerprint.com/v3/docs/migrating-from-open-source-v3) 📕 [Fingerprint Pro documentation](https://dev.fingerprint.com) ▶️ [Video: use Fingerprint Pro to prevent multiple signups](https://www.youtube.com/watch?v=jWX9P5_jZn8) ## Migrating from v2 - [Migration guide](docs/migrating_v2_v3.md) - [V2 documentation](https://github.com/fingerprintjs/fingerprintjs/tree/v2) ## Version policy See the compatibility policy for the API and visitor identifiers in the [version policy guide](docs/version_policy.md). ## Supported browsers The library supports all popular browsers. See more details and learn how to run the library in old browsers in the [browser support guide](docs/browser_support.md). ## Where to get support Thanks to our [series B funding](https://fingerprint.com/blog/series-b/), we are happy to provide technical support for our open-source FingerprintJS library. We recommend using GitHub [Issues](https://github.com/fingerprintjs/fingerprintjs/issues) to submit bugs or [Discussions](https://github.com/fingerprintjs/fingerprintjs/discussions) to ask questions. Using issues and discussions publicly will help the open-source community and other users with similar issues. However, if you require private support, please email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). ## Contributing See the [contributing guidelines](contributing.md) to learn how to start a playground, test and build. ## Other products by Fingerprint * [BotD -- Easy to use JavaScript bot detection](https://fingerprint.com/products/bot-detection/) * [AEV -- Android App Environment Verification API](https://github.com/fingerprintjs/aev)