# 结果处理与存储

- [专用解析器](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): 了解如何使用结果聚合器将多个 Web Scarper 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: 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.
