# 功能

- [本地化](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): 学习如何配置域名和 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): 了解如何使用结果聚合器将多个 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)
- [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: 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.
