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

# Extract Website Content

> Scrape and extract content from a web page URL.

The **Extract Website Content** node fetches a web page and extracts its content in your chosen format. Use it to pull information from public web pages for use in downstream nodes.

## Configuration

| Field                     | Required | Description                                                                                                  |
| ------------------------- | -------- | ------------------------------------------------------------------------------------------------------------ |
| **Website URL**           | Yes      | The URL of the page to extract content from. Type `@` to insert a variable from a previous step.             |
| **Output Format**         | Yes      | The format in which the page content is returned. Options are `Plain Text`, `HTML`, and `Markdown`.          |
| **Include page metadata** | No       | When enabled, includes the page title, meta description, and other metadata alongside the extracted content. |

## Results

The **Results** tab shows the extracted page content after the node is executed.
