---
title: "Extract Links"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/markdown/extractlinks
markdown: https://docs.nodetool.ai/nodes/lib/markdown/extractlinks.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/markdown/extractlinks.md
---

# Extract Links

**Type:** `lib.markdown.ExtractLinks`

**Namespace:** `lib.markdown`

## Description

Extracts all links from markdown text.
    markdown, links, extraction

    Use cases:
    - Extract references and citations from academic documents
    - Build link graphs from markdown documentation
    - Analyze external resources referenced in markdown files

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| markdown | `str` | The markdown text to analyze | `` |
| include_titles | `bool` | Whether to include link titles in output | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, str]]` |  |

## Related Nodes

Browse other nodes in the [lib.markdown](./) namespace.
