Exporting Data
After a project run completes, you can export the extracted data in several formats.
Viewing Extracted Data
Section titled “Viewing Extracted Data”- Go to Scraped Data in the sidebar.
- Select the Project from the dropdown.
- Select the Run (session) from the dropdown.
- Select the Dataset from the dropdown.
- Your data appears in a table.

Export Formats
Section titled “Export Formats”| Format | Extension | Description |
|---|---|---|
| CSV | .csv |
Comma-separated values. Opens in Excel, Google Sheets. |
| JSON | .json |
JSON array. Best for developers and APIs. |
| XLSX | .xlsx |
Excel spreadsheet. |
| Parquet | .parquet |
Columnar storage. Best for large datasets. |
Exporting
Section titled “Exporting”- Click Export on the Scraped Data page.
- The Export Wizard opens.
- Choose the format.
- Choose whether to overwrite or append (CSV only).
- Click Save and choose a file location.

Exporting All Datasets
Section titled “Exporting All Datasets”If your project has multiple datasets, the export wizard exports all of them. For CSV format, each dataset is exported as a separate file.
Automatic Export via Triggers
Section titled “Automatic Export via Triggers”Instead of manual export, you can configure triggers to automatically send data to destinations after each run. See Triggers.
File Downloads
Section titled “File Downloads”If a dataset property has Download enabled, the downloaded files are stored locally. The file path is included in the exported data.
Tip: Downloaded files are stored in the RTILA data directory. You can find them by checking the file path in the exported data.