When you want to work with your data outside Trawley, export it. You get a single file containing every result from the scraper, in the format you choose.
Formats
- CSV opens directly in spreadsheets like Excel or Google Sheets. Each field is a column.
- JSON is best for feeding another tool or a developer workflow.

What you get
An export includes all of the scraper's current results, not just the page you are viewing. The file is named after your scraper, and the columns are your field names, so it is ready to use without cleanup.
Exporting from code
Developers can trigger the same export programmatically and choose the format with a single request. See the export endpoint.
For a one-off analysis, export and open in a spreadsheet. If you need the data to stay in sync with each run, call the results endpoint or search from your app instead of re-exporting by hand.