> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage.md).

# 结果处理与存储

- [专用解析器](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md): 通过设置 parse=true 在 Oxylabs 网页爬虫API 中启用专用解析器。为 Amazon、Google、Walmart 等受支持目标提供结构化 JSON 输出。
- [结果聚合器](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/result-aggregator.md): 了解如何使用结果聚合器将多个网页爬虫API 响应作为一个更大的输出返回。
- [云存储](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/cloud-storage.md): 直接在你的 S3、GCS、OSS 或其他兼容 S3 的存储中检索抓取结果。
- [文件名模板](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md): 了解如何为传送到云存储的结果指定文件名。
- [输出类型](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/output-types.md): 了解 Oxylabs 网页爬虫API 中的各种输出类型：Markdown、多格式输出和 XHR 捕获选项。
- [捕获网络请求（Fetch/XHR）](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/output-types/capturing-network-requests-fetch-xhr.md): 使用 XHR 标志从网页爬虫API 获取网络活动。以结构化 JSON 形式检索页面加载期间发出的所有 Fetch/XHR 请求，以便更轻松地提取数据。
- [Markdown 输出](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/output-types/markdown-output.md): 通过在负载中设置 "markdown": true，从 Oxylabs 网页爬虫API 请求 Markdown 格式输出——非常适合 AI 工作流和轻量内容。
- [多格式输出](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/output-types/multi-format-output.md): 查看如何通过一次 API 调用获取多种输出格式。
- [下载图片](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage/output-types/download-images.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
