# 리스틀리 데이터 추출 단위 : 기본 URL vs 고급 URL

URL은 리스틀리의 데이터 추출 단위입니다. 사용처 및 차감 방식에 따라 '**기본 URL'**&#xACFC; '**고급 URL'**&#xB85C; 구분하고 있으며, 그 차이는 아래와 같습니다.

### 기본 URL (URLs for Basic features)

* 사용처: 확장 프로그램의 베이직 탭을 통한 단일 페이지 추출에 사용됩니다.
* 차감 방식: 페이지를 추출할 때마다 기본 URL 1개가 차감됩니다.
* 이용 조건: Light Plan 및 Business Plan과 같은 상위 플랜 구독 시 무제한으로 사용할 수 있습니다. Free Plan 사용자는 10회 전부 소진 후 30일이 지나면 10개까지 URL이 재충전됩니다. 기본 URL은 별도로 구매할 수 없습니다.

### 고급 URL (URLs for Advanced features)

* 사용처: 탭스, 그룹 추출, 자동 클릭, 자동 스크롤, 스케줄 설정, 액션 템플릿 등 리스틀리의 고급 기능을 활용할 때 사용됩니다.
* 차감 방식: 고급 기능을 통한 한 페이지 분량의 데이터 처리에 고급 URL 1개가 차감됩니다. 추출 실패 시 차감되지 않습니다.
* 이용 조건: 구독한 플랜의 첫 결제 이후 매월 갱신되며, 소진된 고급 URL은 가격 페이지에서 추가로 구매할 수 없습니다. 추가 구매를 원한다면, 먼저 상위 요금제를 구독하셔야 합니다.


---

# Agent Instructions: 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:

```
GET https://help.listly.io/docs/ko/support/faq/credits/basic-and-advanced-urls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
