> 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/ai-studio/faq.md).

# 常见问题

请浏览下面按应用分类的常见问题：

<details>

<summary><strong>AI-Scraper</strong></summary>

### AI-Scraper 与普通抓取器有何不同？

AI-Scraper 不依赖 CSS/XPath 选择器或自定义解析逻辑。相反，它使用自然语言提示和 AI 驱动的提取，因此对布局变化更具适应性，设置也更简单。

### 我可以抓取任何网页吗？

可以，只要页面可公开访问，你就可以抓取任何公开网页。AI-Scraper 也支持动态页面的 JavaScript 渲染。不支持开箱即用地抓取私有或受登录保护的内容。

### AI-Scraper 必须有 schema 吗？

不，schema 不是必须的，但如果你想要结构化 JSON 输出，则需要它。如果你不提供，AI-Scraper 可以根据你的提示自动生成 schema。

### 如果页面结构发生变化会怎样？

与传统抓取器不同，AI-Scraper 因为使用 AI 解读内容，所以对布局变化更有韧性。不过，重大变化可能需要你调整提示或 schema。

### AI-Scraper 免费吗？

AI-Scraper 可通过注册包含 1,000 个积分的免费试用来免费体验。试用结束后， [月度方案](https://aistudio.oxylabs.io/pricing) 起价仅为 12 美元/月，包含 3,000 个积分和 1 次请求/秒，更高方案提供更多积分和更高请求速率。

</details>

<details>

<summary><strong>Browser Agent</strong></summary>

### Browser Agent 与 Puppeteer 或 Selenium 有何不同？

传统工具依赖为每个操作编写选择器和脚本。AI 浏览器代理用自然语言指令取代这些，并增加了自然浏览能力，使自动化更快、更简单，也更不易脆弱。

### Browser Agent 可以登录网站或填写表单吗？

可以，你可以指示代理输入文本、提交表单或点击按钮。请注意，具有复杂机器人监测系统的网站可能需要高级配置，但登录后的数据不被视为公开内容。

### 我可以在任何网站上使用 Browser Agent 吗？

Browser Agent 适用于大多数公开网站，包括依赖 JavaScript 或交互式流程的网站。不过，你应始终确保你的使用场景符合目标网站的服务条款和适用法律。

### Browser Agent 可以免费使用吗？

Oxylabs AI Studio Browser Agent 可通过注册包含 1,000 个积分的免费试用来免费体验。试用结束后， [月度方案](https://aistudio.oxylabs.io/pricing) 起价仅为 12 美元/月，包含 3,000 个积分和 1 次请求/秒，更高方案提供更多积分和更高请求速率。

</details>

<details>

<summary><strong>AI-Crawler</strong></summary>

### AI-Crawler 与传统网页抓取器有何不同？

与依赖静态选择器（CSS/XPath）和自定义脚本的传统抓取器不同，AI-Crawler 使用自然语言提示和 AI 辅助的 URL 选择，动态识别并提取相关内容。它返回 Markdown 结果，并且还支持基于 schema 的解析以生成结构化 JSON 输出，从而减少手动解析逻辑的需求。

### 我可以用 Oxylabs AI-Crawler 抓取哪些网站？

你可以抓取大多数可公开访问的网站。AI-Crawler 旨在处理静态页面和由 JavaScript 渲染的页面，并可配置地理定位。不过，请确保你的使用场景符合网站服务条款和当地法律。

### AI-Crawler 免费吗？

Oxylabs AI Studio AI-Crawler 可通过注册 [免费试用](https://aistudio.oxylabs.io/register) 来免费体验，该试用包含 1,000 个积分。试用结束后， [月度方案](https://aistudio.oxylabs.io/pricing) 起价为 12 美元/月，包含 3,000 个积分和 1 次请求/秒，更高方案提供更多积分和更高请求速率。

### 我可以为 JSON 输出生成自己的 schema 吗？

可以，你可以提供自己的 OpenAPI 格式 schema，或者让 AI-Crawler 根据自然语言提示自动生成。这让你的提取数据能够匹配应用所需的准确结构。

</details>

<details>

<summary><strong>AI-Search</strong></summary>

### 如果我只需要 URL 和标题，如何更快获取搜索结果？

如果你不需要提取完整页面内容，你可以使用 `instant_search` 方法（如 [示例](/products/cn/ai-studio/ai-search.md)）或在标准搜索方法中设置 `return_content=False` 。这样会跳过深度抓取流程，并几乎立即返回搜索结果。

### 我可以获取来自特定国家或位置的搜索结果吗？

可以，你可以使用 `geo_location` 参数来本地化搜索结果。它支持 ISO 两字母国家代码（例如， `US`, `DE`）、完整国家规范名称，或特定地理坐标，让你准确看到该地区用户所看到的内容。

### 为什么我没有从某些网站获得完整内容？

一些现代网站高度依赖 JavaScript 动态加载内容（例如单页应用程序）。如果返回的内容片段为空或缺少数据，请尝试在 `render_javascript=True` 中进行设置。这会在提取文本之前，先像普通浏览器一样完整渲染页面。

### 我一次最多可以检索多少条搜索结果？

你可以通过调整 limit 参数，每次查询检索最多 50 条搜索结果。如果不指定 limit，搜索代理默认返回 10 条结果。

</details>

<details>

<summary><strong>AI-Map</strong></summary>

### 什么是网站映射？

网站映射是发现并列出网站或域名内所有相关 URL 的过程。AI-Map 使用 AI 来理解你的请求、探索目标域，并返回结构化结果——例如所有博客文章、文档页面或产品分类。

### AI-Map 与 AI-Crawler 有何不同？

AI-Map 侧重于 **查找** 网站内的相关页面，而 AI-Crawler **提取** 这些页面中的结构化数据。简而言之，AI-Map 帮你找到 *在哪里* 收集数据，而 AI-Crawler 帮你 *获取数据* 本身。

### AI-Map 能在任何网站上工作吗？

AI-Map 搜索适用于大多数公开网站，包括使用 JavaScript 渲染内容的网站。不过，需要身份验证、设有付费墙或位于私有网络中的页面，默认无法访问。

### AI-Map 可以免费使用吗？

Oxylabs AI Studio AI-Map 可通过注册免费试用来免费体验，该试用包含 1,000 个积分。试用结束后， [月度方案](https://aistudio.oxylabs.io/pricing) 起价仅为 12 美元/月，包含 3,000 个积分和 1 次请求/秒，更高方案提供更多积分和更高请求速率。

</details>

如果你有问题或需要支持，请通过以下方式联系我们： <support@oxylabs.io>，或通过实时聊天，入口位于 [Oxylabs Dashboard](https://dashboard.oxylabs.io/en/) 或我们的 [网站](https://oxylabs.io)。如有企业相关咨询，请联系你的专属客户经理。


---

# 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/ai-studio/faq.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.
