> 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/kuai-su-kai-shi/kuai-su-kai-shi-ai-studio.md).

# 快速开始：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：** 点击“Generate 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 常见问题](/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/kuai-su-kai-shi/kuai-su-kai-shi-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.
