Browser Fingerprint Behavior Auditor avatar

Browser Fingerprint Behavior Auditor

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Browser Fingerprint Behavior Auditor

Browser Fingerprint Behavior Auditor

Open a URL in Chromium and report fingerprinting APIs, bot vendors, cookies, and sensor POSTs — with a human REPORT.md and an agent-ready path plan. Observation only; not a bypass. Unofficial.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

Bakos Bence

Bakos Bence

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

What does Browser Fingerprint Behavior Auditor do?

Example: Browser Fingerprint Behavior Auditor · https://fingerprint.com/demo/

Try it: Press Start on the prefilled input below — defaults are ready for a first run.

FieldWhat you get
httpStatus403
pathcookie_wall
confidencehigh
agent{jsRan: true, webdriverRead: true, botCookieNames: _pxhd, _pxvid, _px...
vendorsperimeterx
hostexample.com
urlhttps://example.com/item/123
librariesDetecteditem-a, item-b
fingerprintScore4.6
doitem-a, item-b
dontitem-a, item-b
nextStepsitem-a, item-b
verdictExample verdict
categoriesExample categories
elapsedMs95
finalUrlhttps://example.com/item/123
titleExample jacket
oktrue
eventCount128
uniqueApisExample unique Apis
topApisitem-a, item-b
topScriptsitem-a, item-b
canvasSamplesitem-a, item-b
canvasFillTextsitem-a, item-b
reportMarkdownExample report Markdown
auditedAt2026-09-24T12:00:00.000Z

Cost: Apify’s Free plan includes monthly platform credit. Open this Actor’s Pricing tab for current pay-per-event rates (no guesswork in the README).

Example input form

Example dataset preview

Press Start. The example is already filled in.

Paste a URL that 403s or feels fingerprinted. The Actor opens it in Chromium, hooks fingerprinting Web APIs before page scripts run, watches bot collectors / cookies, and returns a dual output:

  1. Human report — KV REPORT.md (Verdict · Do · Don't · Evidence · Catalog candidates)
  2. Agent / MCP plan — dataset field agent (and flat path / do / dont / nextSteps). Switch on path; do not parse the prose.

Paths: ignore_for_scraping · blocked_before_js · interactive_challenge · cookie_wall · browser_then_find_api · try_tls_client

Observation only. This is a recon / reverse-engineering aid — not a bypass tool. Unofficial; not affiliated with FingerprintJS, PerimeterX, Akamai, DataDome, Cloudflare, or any anti-bot vendor.

How to fill the form (first run)

FieldWhat to enter
Page URLs to auditLeave the FingerprintJS demo for a sample, or paste HTTPS URLs that 403 / feel fingerprinted
Wait after page loadDefault 5000 ms — increase if scripts load slowly
Max API hook eventsDefault 2500 — lower only if the run feels too heavy
Save full event logOff for normal use; on when you need raw hook output in KV
Max URL results1 for smoke; raise when auditing multiple pages
ProxyLeave default (off) unless you need Apify datacenter egress

How to run

  1. Open this Actor in Apify Console.
  2. Click Start on the prefilled FingerprintJS demo (or paste your own URLs).
  3. Read the dataset row (path, agent, do / dont) and open KV REPORT.md for the human write-up.
  4. Export JSON/CSV via the Apify API.
{
"urls": ["https://fingerprint.com/demo/"],
"waitMs": 5000,
"maxEvents": 2500,
"includeEvents": false,
"maxItems": 1
}

Sample output (agent fields)

{
"path": "cookie_wall",
"confidence": "high",
"vendors": ["perimeterx"],
"httpStatus": 403,
"agent": {
"jsRan": true,
"webdriverRead": true,
"botCookieNames": ["_pxhd", "_pxvid", "_px2"],
"sensor": {
"method": "POST",
"url": "https://example.com/…/xhr/assets/js/bundle",
"fieldNames": ["payload", "appId", "pxhd"]
},
"do": ["Record bot vendor, cookie names, and sensor field names"],
"dont": ["Clone canvas/WebGL to beat the wall"],
"nextSteps": ["browser_session_then_sniff_catalog_xhr"]
}
}

How much does it cost?

Pay per event (PPE): Actor start + each result row (one URL audit). See the Pricing tab. Browser runs use ~2 GB memory — price covers platform usage.

ActorWhen to use
GEO & AI Agent Readiness AuditSite readiness scores + keep/change/missing report
Chrome Extension Permission Diff MonitorCRX permission baselines and diffs
SSL Certificate Expiry MonitorTLS expiry / issuer checks

Export to Power BI, Tableau, Looker Studio & Qlik

Use the dataset items API URL from the run. Authenticate with your Apify API token.

FAQ

Is this a bot bypass?

No. It reports what the page probed and which bot vendor/cookies/sensors appeared. It does not solve challenges or forge cookies.

Can AI agents use the output?

Yes. Switch on agent.path and follow do / dont / stopConditions. Full markdown stays in REPORT.md for humans.

Dashboards: connect Power BI, Tableau, Looker Studio, or Qlik to the dataset API. AI agents: paste this Actor’s Store page URL into an Apify-capable agent (MCP / Claude / Cursor with Apify).