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

# 快速开始：AI Studio

通过简单的分步指南，几分钟内即可开始使用 Oxylabs AI Studio。

{% hint style="success" %}
已经熟悉基础内容？查看 [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) 在数千个 URL 上自动运行 AI Studio，并将你的提示直接接入你自己的应用。
* **对额度或结果有疑问？** 在我们的 [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/quick-start-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.
