> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Output Data Node

> Aggregates all collected data and exports it into formats like CSV, JSON, XML, or Markdown.

Overview

The Output Data node is the "closing node" of a workflow. It is specifically used to aggregate the results from all preceding [Extract Data](/learn/basics/node-types/extract-data-node) / [Extract Data Item](/learn/basics/node-types/extract-data-item-node) nodes and export them into a specified data format.

<img src="https://mintcdn.com/browseract/qH_gm4S1kuMXHAyN/images/Gemini_Generated_Image_dc10ovdc10ovdc10.png?fit=max&auto=format&n=qH_gm4S1kuMXHAyN&q=85&s=9111f350905017d2921c7f8d186cc1ae" alt="Gemini_Generated_Image_dc10ovdc10ovdc10.png" width="2752" height="1536" data-path="images/Gemini_Generated_Image_dc10ovdc10ovdc10.png" />

**Use Cases**

* Exporting collection results to CSV for Excel / Google Sheets analysis.
* Exporting JSON for consumption by other systems or APIs.
* Exporting Markdown for manual review or reporting.

**Core Capabilities**

* Aggregates all structured data outputs generated during workflow execution.
* Supports multiple export formats: JSON, CSV, XML, Markdown.
* Supports downloading results as a file.

**Configuration Steps**

1. Add an **Output Data** node at the end of the workflow (Note: There can be only one, and it must be the last node).
2. Select the output format:
   * **JSON:** Suitable for integrated systems, APIs, automation platforms.
   * **CSV:** Suitable for spreadsheet analysis.
   * **XML:** Suitable for traditional enterprise systems or standardized data exchange.
   * **Markdown (MD):** Suitable for generating readable reports.
3. If a direct file download is required, check the **Output as file** option.
4. After the workflow completes, the output node will provide a download link or viewable result.

<img src="https://mintcdn.com/browseract/6AEAYv_wQ0nrrJJQ/images/PixPin_2025-12-04_14-25-07.png?fit=max&auto=format&n=6AEAYv_wQ0nrrJJQ&q=85&s=6e42d76ebc633348147a70c9cee57fb4" alt="PixPin_2025-12-04_14-25-07.png" width="620" height="392" data-path="images/PixPin_2025-12-04_14-25-07.png" />

**Recommendations**

* Ensure there is at least one [Extract Data](/learn/basics/node-types/extract-data-node) / [Extract Data Item](/learn/basics/node-types/extract-data-item-node) node before Output Data; otherwise, the output will be empty.
* If multiple different export formats are needed, convert formats via external tools; keep one Output Data node within the workflow.
* When connecting to automation platforms (like Make, n8n), prioritize the JSON format.
