# No\_Link로 나타나고, 하이퍼링크가 나타나지 않습니다.

성공적으로 그룹추출을 하기 위해서는 목록페이지를 추출해야 합니다. 목록페이지 안에 숨어있는 상세페이지들의 url 주소, 즉 하이퍼링크 주소들을 모아야하죠.

그런데 이때 목록 페이지를 아무리 추출해봐도 하이퍼링크가 나타나지 않는 때가 가끔 존재합니다.

엑셀이나 구글 스프레드시트에는 no\_link로 표시되고, 눌러도 아무 변화가 없습니다.

[![no\_link](https://listly-spongebob.s3.amazonaws.com/media/images/no_link_APUYgTl.scale-100.png)](https://listly-spongebob.s3.amazonaws.com/media/images/no_link_APUYgTl.scale-100.png)

위의 스크린샷처럼 나타나는 이유는 하나입니다.

해당 페이지에서 일부러 하이퍼링크를 보여주지 않고, 숨기기 때문입니다. 웹페이지 구조의 특성 상 생기는 문제로, 리스틀리 알고리즘에서 비롯된 에러는 아닙니다.

이를 해결하기 위해서는 우선 <hello@listly.io>로 스크린샷과 추출을 원하는 타겟 웹페이지 주소를 알려주세요.

그 뒤, 저희 개발팀이 확인해보고 커스터마이즈 된 코드를 작성해드리거나 다른 방안으로 해결할 수 있는지 검토해보겠습니다.


---

# 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/scraping-errors/no_link-..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.
