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

# 介绍

默认情况下，Olostep 支持以多种格式返回内容，包括：

* HTML
* 文本
* 原始 PDF
* Markdown

**对于某些用例，你可能不需要整个内容，而只需要指定的、结构化的、干净的 JSON 格式数据。**

为实现这一点，你可以使用：

* **[解析器](./parsers)**：理想用于高容量、一致性、定期的网站抓取
* **[LLM 提取](./llm-extraction)**：理想用于灵活的提取需求或结构变化的网站。

这两种方法都提供干净、结构化的 JSON 数据，可以直接在你的应用程序中使用，无需额外处理。
