About the Lab

What this is

Readout Lab is a public demo of the @radar-hq/readout library. Paste a SaaS URL, and the lab walks the site's sitemap, classifies hubs (docs, pricing, blog, customers, security, etc.), and dispatches bundled trusted parsers to extract structured Tier-1 company facts.

No SLA

The lab is best-effort. There is no uptime guarantee, no rate contract, and no support channel. If the lab is unavailable or rate-limited, try again later or run the library yourself.

What the lab logs

Every run writes one anonymized record to ephemeral storage, kept for 30 days, then auto-deleted. Each record contains:

  • The target site's host (e.g., example.com) — never the full URL or path.
  • The platform classification (e.g., Docusaurus / WordPress).
  • Which parsers were dispatched and the outcome of each.
  • The total run duration.
  • The overall outcome kind (success / partial-timeout / etc.).
  • A timestamp.

What the lab does NOT log

  • Your IP address (it is hashed only for rate-limit counters; the raw IP is never stored).
  • The full URL or path of the site you submitted.
  • Cookies or session data.
  • The extracted result payload itself.

Crawl identity

The lab fetches sites with the User-Agent ReadoutLab/<version> (+https://readout-lab.radar-hq.dev/about). It honors robots.txt and applies per-origin rate limits.

← Back to the lab