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.
<script>// Initialize the agent at application startup.const fpPromise = import('https://openfpcdn.io/fingerprintjs/v3')
.then(FingerprintJS =>FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:const visitorId = result.visitorIdconsole.log(visitorId)
})
</script>
Use the free Pro version to get 99.5% identification accuracy
Fingerprint Pro 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.
Full product comparison:
Open Source
Pro
Core Features
100% open source
yes
no1
Accuracy
up 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 type
fingerprint
visitorID2
ID lifetime
several weeks
months/years
ID origin
client
server
ID collisions
common
rare
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
Support 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.
See the compatibility policy for the API and visitor identifiers in the version policy guide.
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.
Where to get support
Thanks to our series B funding, we are happy to provide technical support for our open-source FingerprintJS library. We recommend using GitHub Issues to submit bugs or 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.
Browser fingerprinting library with the highest accuracy and stability
The npm package @highlight-run/fingerprintjs receives a total of 0 weekly downloads. As such, @highlight-run/fingerprintjs popularity was classified as not popular.
We found that @highlight-run/fingerprintjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 4 open source maintainers collaborating on the project.
Package last updated on 08 Aug 2022
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.