> 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.md).

# 功能

- [本地化](https://developers.oxylabs.io/products/cn/web-scraper-api/features/localization.md): 本地化选项概览。了解有关代理位置、SERP 位置和电商位置，以及域名、区域和结果语言的更多信息。
- [代理位置](https://developers.oxylabs.io/products/cn/web-scraper-api/features/localization/proxy-location.md): 了解如何使用 geo\_location 参数访问网页数据，就像你从另一个国家浏览一样。
- [SERP 本地化](https://developers.oxylabs.io/products/cn/web-scraper-api/features/localization/serp-localization.md): 了解如何从所需地理位置获取 SERP 结果。
- [电商本地化](https://developers.oxylabs.io/products/cn/web-scraper-api/features/localization/e-commerce-localization.md): 了解如何抓取适配特定配送和门店位置的电商数据。
- [域名和区域设置](https://developers.oxylabs.io/products/cn/web-scraper-api/features/localization/domain-locale.md): 了解如何配置 domain 和 locale 参数，以抓取准确的 Amazon、Google 或 Bing 数据。
- [JS 渲染与浏览器控制](https://developers.oxylabs.io/products/cn/web-scraper-api/features/js-rendering-and-browser-control.md): 了解如何使用 render 参数在网页爬虫API 中定义浏览器指令，以便抓取复杂的动态页面。
- [自定义解析器](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser.md): 查看 Oxylabs 自定义解析器的快速入门步骤。
- [入门](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/getting-started.md): 学习使用 Oxylabs 自定义解析器。本页提供完整示例、提示，以及解析失败时会发生什么的详细信息。
- [通过 API 生成解析指令](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/generating-parsing-instructions-via-api.md): 查看如何通过向 API 发送请求自动生成解析器。
- [解析器预设](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/parser-presets.md): 了解解析器预设的工作方式，以及如何在爬取任务中使用它们。
- [手动编写指令](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/writing-instructions-manually.md): 查看如何手动编写解析指令，以处理边缘情况或自定义解析逻辑。
- [解析指令示例](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/writing-instructions-manually/parsing-instruction-examples.md): 查看自定义解析器解析指令的实用示例：处理嵌套对象、列表、错误和数组嵌套数组。
- [编写 XPath 表达式的提示](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/writing-instructions-manually/tips-for-writing-xpath-expressions.md): 了解如何使用经过验证的技巧和最佳实践为自定义解析器编写有效的 XPath 表达式，以确保准确提取数据。
- [解析函数列表](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/writing-instructions-manually/list-of-functions.md): 查看自定义解析器支持的完整函数列表：regex、XPath、CSS 等更多内容。
- [解析函数示例](https://developers.oxylabs.io/products/cn/web-scraper-api/features/custom-parser/writing-instructions-manually/list-of-functions/function-examples.md): 自定义解析器函数在 HTML 处理、字符串操作、数学运算和常见解析任务中的实用示例。
- [结果处理与存储](https://developers.oxylabs.io/products/cn/web-scraper-api/features/result-processing-and-storage.md): 概述网页爬虫API 如何处理抓取数据。了解专用解析器、图片下载、云存储和输出类型。
- [专用解析器](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)
- [HTTP 上下文与任务管理](https://developers.oxylabs.io/products/cn/web-scraper-api/features/http-context-and-job-management.md): 概述通过网页爬虫API 管理 HTTP 上下文（headers、Cookie、method、user-agent）和任务管理。
- [请求头、Cookie、请求方法](https://developers.oxylabs.io/products/cn/web-scraper-api/features/http-context-and-job-management/headers-cookies-method.md): 了解在使用网页爬虫API 抓取时如何自定义请求头、Cookie 或 HTTP 方法。
- [User-Agent 类型](https://developers.oxylabs.io/products/cn/web-scraper-api/features/http-context-and-job-management/user-agent-type.md): 从多个 User-Agent 预设中选择，以模拟不同设备发起抓取请求。
- [客户端备注](https://developers.oxylabs.io/products/cn/web-scraper-api/features/http-context-and-job-management/client-notes.md): 了解如何通过 v1/queries 端点提交任务时添加客户端节点。
- [任务管家](https://developers.oxylabs.io/products/cn/web-scraper-api/features/scheduler.md): 使用网页爬虫API 中免费的任务管家自动化定期爬取任务。使用 cron 设置频率，指定任务项和结束时间，并通过专用端点监控运行情况。


---

# 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.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.
