# 사업 기반 기업 검색

## 사업 영역 기반 검색

각 회사의 사업 영역 정보로 기업을 검색합니다. 사업 영역은 회사에서 사업자 등록 시에 등기소 등에 제출한 사업 개요 정보를 기반으로 하며, 자세한 사업 아이템을 포함합니다.&#x20;

예를 들어, 삼성전자의 사업 영역은 `휴대폰,컴퓨터,네트워크시스템,핵심칩,반도체부품,디스플레이패널,가전제품,의료기기,프린터 제조`  입니다.&#x20;

### 사용방법

사업 영역으로 기업을 검색하기 위해서는 `"키워드" 사업 기업`이라고 입력하면 됩니다. 입력 가능한 키워드는 어떤 키워드라도 무관합니다. 예를 들어, 사업 영역이 프린터라면, `"프린터" 사업 기업` 이라고 입력합니다.

```
"프린터" 사업 기업
"오토바이" 사업 기업
"웹툰" 사업 기업
```

동시에 다수의 사업 영역을 검색할 수 있습니다. 예를 들어, 사업 영역이 오토바이 혹은 자동차라면, 아래와 같이 입력합니다.&#x20;

```
"오토바이""자동차" 사업 기업
```


---

# 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.deepsearch.com/dp/api/inquiry/companysearch/business.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.
