Exporting data
Get report data out of Crawlie Cloud — issues as CSV, the full report as JSON, or everything over the API.
From the report viewer
Every report has an Export menu with two downloads:
| Export | Contents |
|---|---|
| Issues CSV | Every issue with its rule, severity, and affected URL — ready for a spreadsheet or a ticket importer. |
| Report JSON | The complete report — scores, summary, issues, and page data — in one machine-readable file. |
Over the API
Anything the viewer shows, the REST API serves: list reports, fetch a full report, pull the page index, or run a diff — all with an API key. That’s the right route for anything recurring: dashboards, warehouses, CI.
Sharing instead of exporting
If the goal is for a person to read the report, a public share link is nicer than a file — it keeps the interactive viewer, and you can revoke it.
Still stuck? Email us — a human replies, usually within a day.