> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/zh-hans/about/about-listly.md).

# 关于 Listly

## Listly 是什么？

Listly 是一款帮助你从任何网站轻松收集并整理数据的 Chrome/Edge 扩展程序。无需懂编程，就能用简单的点击和拖动操作，将网页数据收集到 Excel 文件中。

***

## 为什么要用 Listly？

### ⚡ 简单快速

只需点击一次，无需复杂设置就能开始收集数据。

### 🔄 定期更新

可以设置定期自动收集数据，不用每次手动操作。

### 📊 多种格式支持

可以导出为 Excel、CSV、Google Sheets 等多种格式。

### 🤖 智能识别

自动识别并提取网页中重复出现的数据模式。

### 🔗 批量处理

一次可以从多个页面收集数据。

***

## 适合谁用？

* **市场调研人员** - 收集竞品信息、价格数据
* **电商从业者** - 追踪商品价格、评论
* **研究人员** - 收集研究数据
* **营销人员** - 收集联系方式、社交媒体数据
* **任何需要从网页收集数据的人**

***

## 如何开始？

{% stepper %}
{% step %}

### 安装扩展

[安装 Listly 扩展程序](https://help.listly.io/docs/ko/getting-started/listly-help/how-to-install-listly)
{% endstep %}

{% step %}

### 打开目标网页

访问你想要收集数据的网页。
{% endstep %}

{% step %}

### 打开 Listly

点击浏览器工具栏中的 Listly 图标。
{% endstep %}

{% step %}

### 选择数据区域

在页面上选择要收集的数据区域（点击并拖动或按提示操作）。
{% endstep %}

{% step %}

### 导出数据

选择导出格式并下载为 Excel、CSV 或导出到 Google Sheets。
{% endstep %}
{% endstepper %}

就这么简单！✨


---

# 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://help.listly.io/docs/zh-hans/about/about-listly.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.
