Exporting data
A crawl doesn't have to stay in the app. Export the whole scored grid as CSV or JSON and take it into a spreadsheet, a report, or your own pipeline — your results, your machine.
How to export
Use the export button in the toolbar (tooltip: "Export the grid as CSV or JSON") and choose a format. The export reflects the crawl currently in the grid, including whatever filter you have applied.
CSV
A flat, spreadsheet-ready row per URL, properly escaped. Best when you want to sort, pivot, or chart scores. Columns:
URLStatusTypeAEOGEOSEOSchemaCiteAnswerAI BotIndexWordsIssues
JSON
The same per-URL columns as the CSV, plus a nested Issues array
on every page — so the JSON carries the full findings, not just the scores. Each issue
includes its:
- Severity — Critical, Warning, Pass, or Info.
- Module — AEO, GEO, SEO, Tech, Schema, or Bots.
- Category — the kind of finding.
- Finding — the specific problem detected.
- Fix — the recommended action.
Which format? Reach for CSV for quick analysis in a
spreadsheet, and JSON when you want the recommended fixes travelling with the
data — for a ticketing workflow, a custom report, or an agent to act on.