> 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/ko/getting-started/result-page-features.md).

# 결과페이지 자세히 알아보기

결과페이지 | Result Page

리스틀리 확장프로그램을 이용해 데이터 추출 시, 자동으로 이동하는 페이지입니다. 결과페이지에서는 다양한 데이터 다운로드 옵션을 설정할 수 있으며, 비즈니스 포함 상위 플랜의 경우 그룹 추출을 포함한 고급 기능을 이용할 수 있습니다.

<figure><img src="https://712555646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiKxoYELFf9WS8XCvYe6S%2Fuploads%2FRozFSIlT8M5P4Jjt7vEJ%2F13.%E1%84%80%E1%85%A7%E1%86%AF%E1%84%80%E1%85%AA%E1%84%83%E1%85%A6%E1%84%8B%E1%85%B5%E1%84%90%E1%85%A5-%E1%84%80%E1%85%AE%E1%86%A8%E1%84%86%E1%85%AE%E1%86%AB.png?alt=media&amp;token=753320a7-4776-4393-9464-a4cd858dfb1a" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark>**&#x20;+그룹** : 현재 결과를 기반으로 연속 URL을 입력해 그룹추출을 할 수 있습니다.

<mark style="color:red;">**➋**</mark>**&#x20;재추출** : 선택된 태스크의 데이터 추출을 다시 시도합니다.

<mark style="color:red;">**➌**</mark>**&#x20;브라우저 설정** : 추출한 페이지에 적용된 설정값을 확인할 수 있습니다. 클릭 시 설정화면으로 진입할 수 있습니다.

<mark style="color:red;">**➍**</mark>**&#x20;추출 범위** : **\[이 페이지]** 버튼 선택 시 지금 보고 있는 페이지를 추출할 수 있고, **\[폴더 전체]** 버튼 클릭 시 하나의 폴더에 정리된 여러 페이지를 모두 한 번에 추출할 수 있습니다.

<mark style="color:red;">**➎**</mark>**&#x20;구글시트** : 결과 데이터를 구글 스프레드시트로 다운로드합니다.

<mark style="color:red;">**➏**</mark>**&#x20;엑셀** : 결과 데이터를 엑셀 파일로 다운로드합니다.

<mark style="color:red;">**➐**</mark>**&#x20;데이터 배열 옵션** : 스프레드시트로 데이터를 다운받을 때, **\[아이템당 한 행]** 또는 **\[페이지당 한 행]** 중 원하는 방식으로 데이터가 배열되는 옵션을 선택할 수 있습니다.&#x20;

<mark style="color:red;">**➑**</mark>**&#x20;데이터 옵션** : 칼럼 자동정리, 칼럼 이름 변경, 하이퍼링크 다운로드 기능을 설정할 수 있습니다.

<mark style="color:red;">**➒**</mark>**&#x20;빈 열 숨기기** : 슬라이더로 기준을 조절(0\~100%)해 빈칸 비율이 높은 열을 자동으로 제거할 수 있습니다.

<mark style="color:red;">**❿**</mark>**&#x20;API** : API를 이용해 데이터를 JSON, CSV 형태로 내보낼 수 있습니다.

<mark style="color:red;">**⓫**</mark>**&#x20;Hook (훅)** : 추출이 끝난 후의 결과를 사용자가 원하는 곳에 결과를 알려줍니다.

<mark style="color:red;">**⓬**</mark>**&#x20;로그** : 그룹추출 기록이 있을 시, 로그 목록을 확인할 수 있습니다.

<mark style="color:red;">**⓭**</mark>**&#x20;공유하기** : 추출한 데이터를 공유할 수 있습니다.

<mark style="color:red;">**⓮**</mark>**&#x20;AI 이름 설정** : AI가 데이터를 분석해 자동으로 생성한 컬럼 이름을 클릭 한 번으로 변경할 수 있습니다.&#x20;

<mark style="color:red;">**⓯**</mark>**&#x20;헤더 변경** : 스프레드시트로 데이터를 다운로드 받기 전에 데이터의 첫 행(제목 행)으로 쓰이는 헤더를 바로 수정할 수 있습니다.

<mark style="color:red;">**⓰**</mark>**&#x20;검색바** : 키워드 기반으로 원하는 데이터가 포함되어 있는 탭을 빠르게 찾을 수 있습니다.


---

# 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/ko/getting-started/result-page-features.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.
