> 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/documentation/cn/kai-shi-shi-yong/kuai-su-ru-men-ai-studio.md).

# 快速开始：AI Studio

{% hint style="info" %}
已经熟悉基础知识？查看 [AI Studio 文档](/products/cn/ai-studio.md) 或我们实用的 [集成中心](/integrations/cn/ai-studio-integrations.md).
{% endhint %}

[Oxylabs AI Studio](https://aistudio.oxylabs.io/) 是一个用于网页抓取的无代码工具套件。你无需编写代码或维护抓取器，只需用简单英语与 AI 驱动的应用交互。它旨在自动处理整个抓取流程：从请求管理到数据解析。

{% stepper %}
{% step %}

### 访问 AI Studio

在以下地址登录或注册： [aistudio.oxylabs.io](https://aistudio.oxylabs.io)。进入后，你可以立即使用 AI Studio 应用，并获得 10,000 个免费积分，或 [升级你的方案](https://aistudio.oxylabs.io/pricing) 以满足你的需求。
{% endstep %}

{% step %}

### 选择你的应用

AI Studio 提供五个专用应用。选择最适合你任务的一个：

| 应用                                                       | 在以下情况下使用此项...                 |
| -------------------------------------------------------- | ----------------------------- |
| [AI-Scraper](/products/cn/ai-studio/ai-scraper.md)       | 你有一个特定的 URL，并且想从中提取数据。        |
| [AI-Crawler](/products/cn/ai-studio/ai-crawler.md)       | 你只有一个 URL，但希望 AI 查找并抓取所有相关页面。 |
| [Browser Agent](/products/cn/ai-studio/browser-agent.md) | 尝试访问隐藏在按钮后面或复杂导航中的页面。         |
| [AI-Search](/products/cn/ai-studio/ai-search.md)         | 你需要在整个网络中查找信息，而不只是一个网站。       |
| [AI-Map](/products/cn/ai-studio/ai-map.md)               | 你需要查看网站的完整结构（所有 URL）以找到特定部分。  |
| {% endstep %}                                            |                               |

{% step %}

### 抓取你的第一个页面（AI-Scraper）

AI-Scraper 是从特定 URL 提取数据时最常见的起点。

1. **输入 URL：** 粘贴你要抓取的网站链接。
2. **选择输出格式：** 可从 JSON、CSV、Markdown、PNG 或 Toon 中选择。
3. **描述数据：** 用简单英语说明你需要什么（例如，“提取产品名称、当前价格和评分”）。
4. **生成 schema：** 点击“生成 schema”，AI 将创建它找到的数据结构化映射。如果需要重命名这些字段，你可以手动编辑。
5. **抓取并解析：** 点击“抓取并解析”按钮查看实时结果。你可以立即将数据下载为 JSON 或 CSV 文件。
   {% endstep %}
   {% endstepper %}

### 后续步骤

* **不止需要一个页面？** 如果你有一个起始 URL，但需要查找并抓取数百个相关页面（如整个产品分类），请查看 [AI-Crawler](/products/cn/ai-studio/ai-crawler.md) 部分，了解如何自动化网站发现。
* **厌倦了手动复制粘贴？** 使用预制的 [Python 或 JavaScript SDK](/integrations/cn/ai-studio-integrations.md) 将你的提示直接接入你自己的应用。
* **对积分或结果有疑问？** 在我们的 [AI Studio FAQ 中了解更多关于 Oxylabs AI Studio 应用的信息](/products/cn/ai-studio/faq.md).


---

# 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/documentation/cn/kai-shi-shi-yong/kuai-su-ru-men-ai-studio.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.
