> 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获取网络活动。将页面加载期间发出的所有 Fetch/XHR 请求作为结构化 JSON 返回，便于提取数据。
- [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 上下文（请求头、Cookie、方法、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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/products/cn/web-scraper-api/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
