Detailed Reports
Download comprehensive TSV reports with all crawl data. Every URL, every link, every metric—ready for analysis.
What Are Detailed Reports?
Detailed reports are comprehensive TSV (tab-separated values) files that contain every piece of data collected during your website audit. Unlike simple summaries or dashboards, these reports give you raw, complete data that you can analyze, filter, pivot, and share.
Each report is structured into sections: SUMMARY (high-level stats), SITEMAP sections (split into Crawlable and Non-Crawlable), URLS_FETCHED (all pages crawled with full metadata), and EXTERNAL_URLS (outbound links discovered). This structure makes it easy to navigate to exactly the data you need.
Reports are generated automatically as the audit runs—written to disk every minute. This means even if the process crashes or is cancelled, you don't lose data. The final report includes total execution time, memory usage, and complete coverage statistics.
TSV format was chosen over CSV because it's 49% smaller (tabs instead of commas mean less escaping), opens natively in Excel and Google Sheets, and is easier to parse programmatically. Perfect for both human analysis and automated workflows.
=== SUMMARY === TOTAL_TIME: 00:03:47 URLS_FETCHED: 142 SITEMAP_CRAWLABLE: 135 SITEMAP_NON_CRAWLABLE: 7 === SITEMAP (Crawlable) === URL CAN_CRAWL HTTP_STATUS DEPTH LASTMOD CHANGEFREQ PRIORITY https://example.com/ true 200 0 2025-11-01 daily 1.0 https://example.com/about true 200 1 2025-10-15 weekly 0.8 === URLS_FETCHED === URL HTTP_STATUS DEPTH CONTENT_TYPE RESPONSE_TIME IN_SITEMAP https://example.com/ 200 0 text/html 245ms true
Report Features
Everything you need for comprehensive data analysis
Tab-separated values for easy import into Excel, Google Sheets, or data analysis tools. 49% smaller than CSV.
Reports split into Summary, SITEMAP (Crawlable/Non-Crawlable), URLS_FETCHED, and EXTERNAL_URLS sections.
Every URL includes HTTP status, depth level, sitemap metadata (lastmod, changefreq, priority), and more.
Download reports directly from the web interface or via API. Files available for 30 days after completion.
Reports written to disk every minute during crawl. Never lose data even if the process crashes.
Top-level metrics: Total time, pages crawled, sitemap coverage, external links, memory usage, and more.
Report Sections Explained
Understanding what's in each section
Fields Included:
TOTAL_TIME (audit duration)URLS_FETCHED (pages crawled)URLS_FOUND (pages discovered)EXTERNAL_URLS (external links)SITEMAP_TOTAL (sitemap URLs)SITEMAP_CRAWLABLE (can reach)SITEMAP_NON_CRAWLABLE (errors)Fields Included:
URL (page address)CAN_CRAWL (true)HTTP_STATUS (200, 301, etc.)DEPTH (0-10)LASTMOD (from sitemap)CHANGEFREQ (from sitemap)PRIORITY (from sitemap)Fields Included:
URL (page address)CAN_CRAWL (false)HTTP_STATUS (404, 500, etc.)DEPTH (N/A if not reached)LASTMOD (from sitemap)CHANGEFREQ (from sitemap)PRIORITY (from sitemap)Fields Included:
URL (page address)HTTP_STATUS (response code)DEPTH (link depth from start)CONTENT_TYPE (mime type)RESPONSE_TIME (milliseconds)IN_SITEMAP (true/false)Fields Included:
URL (external link)SOURCE_URL (page it was found on)REL_ATTRIBUTE (nofollow, etc.)COUNT (times encountered)What Can You Do With Reports?
Real-world use cases for detailed audit reports
Why TSV Over CSV?
The technical advantages of tab-separated values
Smaller File Size
Tabs instead of commas mean less escaping and quoting
Excel Compatible
No import wizard needed, just double-click
Easy Parsing
No complex CSV parsing libraries required
No Escaping Issues
Commas in URLs require quoting, tabs don't
How Reports Are Generated
From audit start to download
Audit Runs
Crawler processes your website, collecting data on every page, link, and sitemap entry.
Data Stored
All crawl data saved to SQLite database. Ensures no data loss even if process crashes.
Report Generated
Every 1 minute during crawl, TSV report is written to disk with latest data. Updated continuously.
Completion
Final report written on completion with full summary statistics including total time and memory usage.
Download Available
Report accessible via web interface download button or direct API endpoint. Available for 30 days.
Report Statistics
Real-world report metrics
Generate Your First Report
Get comprehensive TSV reports with all your crawl data. Download, analyze, and optimize your website.
Free plan includes detailed reports • No credit card required