--- title: Item List Output Parser node documentation description: Learn how to use the Item List Output Parser node in n8n. Follow technical documentation to integrate Item List Output Parser node into your workflows. contentType: [integration, reference] priority: high --- # Item List Output Parser node Use the Item List Output Parser node to return a list of items with a specific length and separator. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node options * **Number of Items**: Enter the maximum items to return. Set to `-1` for unlimited items. * **Separator**: Select the separator used to split the results into separate items. Defaults to a new line. ## Templates and examples ## Related resources Refer to [LangChain's output parser documentation](https://js.langchain.com/docs/concepts/output_parsers) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```