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

# Web Crawl

> The Web Crawl connector enables the automatic crawling and extraction of content from a single URL. With this connector, you can process data from a website.

## Options

*No options required*

## Arguments

<ParamField body="url" type="string" required>
  The URL of the webpage to be queried and from which content should be extracted.

  Example:

  ```
  The address of the website (e.g. https://example.com/examplepage)
  ```
</ParamField>
