> For the complete documentation index, see [llms.txt](https://batiai.gitbook.io/service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://batiai.gitbook.io/service/faq/function/webcrawling.md).

# 웹크롤링이 가능한 사이트는 한정적인가요?

현재 바티에서 웹크롤링 기능을 제공하는 기능은 구글, 네이버 등이 있으며 수시로 업데이트되고 있습니다.\
자세한 기능은 바티 연동서비스 페이지에서 확인해 주세요.

[✅바티 연동서비스 확인](https://app.bati.ai/integration)

그외에 기타 웹크롤링이 필요한 경우 문의주시기 바랍니다. \
HTTP 요청을 통한 맞춤 크롤링도 가능하며 기술 검토를 통해 더 나은 서비스를 제공할 수 있도록 하겠습니다.


---

# 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://batiai.gitbook.io/service/faq/function/webcrawling.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.
