# 산업 기반 기업 검색

## 산업 기반 검색

각 회사가 속해있는 산업을 기반으로 기업을 검색합니다. 산업은 통계청의 한국표준산업분류(10차) 를 따라서 처리되며, 산업명 혹은 산업 코드로 검색 할 수 있습니다.

참조 : 한국표준산업분류 해설서 ( <http://kssc.kostat.go.kr/ksscNew_web/kssc/common/ClassificationContent.do?gubun=1&strCategoryNameCode=001&categoryMenu=007> )

### 사용방법

항공 산업과 관련된 기업을  검색하기 위해서는 `"항공" 산업 기업` 이라고 입력하면 됩니다. 입력 가능한 키워드는 어떤 키워드라도 무관합니다. 항공 앞뒤의 \* 는 어떤 글자라도 무관하다라는 의미로, "\*자동차\*부품\*" 과 같이 다수의 단어를 산업명에서 검색하는 경우에 유용하게 사용될 수 있습니다.

```
"항공" 산업 기업
"자동차*부품" 산업 기업
```

산업코드를 기반으로도 검색할 수 있습니다. 산업코드전체를 입력하거나, 산업 코드 중 일부를 입력하여 검색할 수 있습니다. 예를 들어, 응용 소프트웨어 개발 및 공급업인 58222에 대해서는 아래와 같이 검색할 수 있습니다.

```
"*58222*" 산업 기업
"10J58222*" 산업 기업
```

동시에 다수의 산업을 검색할 수 있습니다. 예를 들어, 데이터베이스 제공업(63991) 과 뉴스 제공업(63990) 에 해당하는 기업을 동시에 검색하고자 한다면 아래와 같이 검색할 수 있습니다.

```
"*63991*""*63990*" 산업 기업
"*데이터베이스*""*뉴스*" 산업 기업
```


---

# 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/industry.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.
