Legal & Compliance

Why Screenshots Aren't Enough: Building a Court-Ready Evidence Vault

When MAP enforcement escalates to litigation, your evidence has to survive scrutiny. Here's the standard.

Published 2026-01-15 · 9 min read

What courts actually want

When MAP enforcement escalates beyond C&D into actual litigation — breach of contract, tortious interference, Lanham Act claims — the evidence threshold rises sharply. A PNG screenshot saved to a folder is hearsay at best and inadmissible at worst.

Federal Rules of Evidence 901 and 902 require authentication: proof that the evidence is what it claims to be, captured when it claims to have been captured.

The four pillars of admissible evidence

1. Cryptographic timestamp

A SHA-256 hash of the captured content, signed by a trusted timestamp authority (RFC 3161). This proves the content existed in that exact form at that exact moment.

2. Full HTML capture, not just rendered image

Screenshots can be edited. Raw HTML + linked assets, hashed and preserved, is much harder to dispute. Bonus points for capturing the HTTP response headers.

3. Chain-of-custody log

Who captured it, when, from what IP, with what tool version. An immutable append-only log (typically hash-chained) demonstrates the evidence wasn't altered post-capture.

4. Reproducibility metadata

The exact URL, user agent, geolocation, and any cookies set. A defending seller may argue "you must have used a coupon link" — your metadata should rebut that immediately.

What a manual screenshot misses

  • No cryptographic timestamp (file mtime is trivially editable)
  • No HTML source (just a rendered image)
  • No chain of custody
  • No reproducibility metadata
  • No proof you didn't manipulate the page in DevTools first

How Price-Scan's evidence vault works

Every detected violation is captured with:

  • Full DOM snapshot + linked CSS/images
  • Hash-chained, RFC 3161 timestamped
  • Immutable storage with audit log
  • One-click export bundle with affidavit-ready metadata

When you escalate, you hand your counsel a single ZIP that survives Daubert-style scrutiny. That's the difference between a C&D that's ignored and one that ends the violation.