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

# Web

Convert any web page to markdown using Firecrawl.

## Usage

```bash
allmd web <url> -o output.md
```

## Supported Formats

- Any public web page URL

## Requirements

Requires `FIRECRAWL_API_KEY` in your environment or `.env` file. No OpenAI key needed -- Firecrawl handles the markdown extraction directly.

## Example

```bash
# Convert a blog post to markdown
allmd web https://example.com/blog/post -o post.md

# Output to stdout
allmd web https://example.com/about --stdout
```