> 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/support/faq/features/captcha.md).

# 캡챠 (CAPTCHA) 인증은 어떻게 해결하나요?

CAPTCHA (캡챠) 인증이 필요한 경우,\
웹 사이트에 접속하기 위해 아래와 같이 문자나 숫자를 정확히 입력해야 하는 테스트 화면이 나타납니다.

<figure><img src="/files/Ptk00BUiFAJxvgOKL33g" alt=""><figcaption></figcaption></figure>

다양한 형태와 난이도의 캡챠 테스트가 있기 때문에 매번 캡챠를 우회해 웹 페이지를 추출하는 것이 쉽지만은 않습니다.\
그렇기 때문에 처음부터 캡챠 인증이 필요하지 않도록 프록시 서버를 사용하시는 것을 추천드립니다.\
추가로 개인 프록시 서버를 구매 및 설정하신 후에 데이터 추출 속도를 1이나 2로 낮춰보시길 권장하고 있는데요.\
이 경우 데이터를 추출하고자 하는 웹 사이트에서 리스틀리의 데이터 추출 시도를 사이트 공격이라고 인식하지 않을 확률이 높아지기 때문입니다.


---

# 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/support/faq/features/captcha.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.
