Privacy
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://tryreadout.app/about). It honors robots.txt and applies per-origin rate limits.