# ZShot CLI

Source: https://zshot-cli.com/
Markdown: https://zshot-cli.com/index.md

ZShot CLI — a multi-output headless browser tool built on Chromium Embedded Framework. It fetches web pages as a real browser and renders them in many formats (PNG, PDF, WebM, Markdown, HAR, WARC, AXTree, and more), with LLM/agent integration and an MCP interface.

Every page on this site is also served as Markdown at `<page URL>index.md`, or by requesting the page with `Accept: text/markdown` ranked ahead of `text/html`. The whole site in one document: https://zshot-cli.com/llms-full.txt

zshot fetches a web page with its own Chromium browser and writes it to a file. One command, a URL, an output path — the same shape as [`curl`](https://curl.se), built for scripts, servers, and pipelines. Don't worry about dependencies, it brings everything it needs with it.

It renders to [many formats](/reference/formats): images like [PNG](/reference/formats/png) and [WebP](/reference/formats/webp), [PDF](/reference/formats/pdf) documents, [WebM](/reference/formats/webm) and [MP4](/reference/formats/mp4) video, readable [Markdown](/reference/formats/markdown), network captures as [HAR](/reference/formats/har) and [WARC](/reference/formats/warc), accessibility trees, and CPU and memory profiles.

Connect a [language model](/reference/llm_integration) to navigate a page toward a goal and extract structured [JSON](/reference/formats/llm_json) or normalized [text](/reference/formats/llm_text). Expose the same engine to agents over an [MCP interface](/reference/mcp), drive it from the [HTTP API](/reference/api), or deploy it as a [Docker image](/reference/docker).

Licensing is pay-once per major version, with [predictable yearly pricing for businesses](/support/licenses/enterprise). See the [license tiers](/support/licenses) for what each unlocks.

## Navigation

- [Examples](https://zshot-cli.com/examples/)
- [Download](https://zshot-cli.com/download/)
- [Purchase](https://zshot-cli.com/purchase/)
- [Reference](https://zshot-cli.com/reference/)
- [Support](https://zshot-cli.com/support/)
- [Changelog](https://zshot-cli.com/changelog/)

Site index: https://zshot-cli.com/llms.txt

