> For the complete documentation index, see [llms.txt](https://guide.bati.ai/service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bati.ai/service/action/httpcrawling.md).

# HTTP 요청 데이터 크롤링

워크플로 검색창에서 **HTTP 요청 데이터 크롤링** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 데이터를 가져올 방식(GET/POST) 선택, 응답 파라미터 입력 등 세부 요소를 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 이미지를 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

<figure><img src="/files/epmyPAhnoz1WJ6fGgUbo" alt=""><figcaption><p>HTTP 요청 - GET 방식</p></figcaption></figure>

<figure><img src="/files/8UYIGbYKDv3DTUVghE6p" alt=""><figcaption><p>HTTP 요청 - POST 방식</p></figcaption></figure>

1. 데이터를 가져올 방식 (GET/POST)를 선택하고 크롤링 대상이 되는 URL을 입력합니다.\
   Headers 영역에 KEY값과 VALUE값을 입력하고, 필요 시 Body 값을 입력합니다.(POST 방식)

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

2. 필요 시 응답 파라미터를 기입합니다. 가져올 값을 지정하는 방법은 아래 문서를 참고해주세요.

   [데이터 추출 가이드: JSON & XML](/service/action/guide_json_and_xml.md)
3. 결과를 삽입할 탭을 선택하고, 바티엑셀의 경우 시트와 셀 위치를 지정할 수 있습니다.


---

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

```
GET https://guide.bati.ai/service/action/httpcrawling.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.
