# 기업명 기반 기업 검색

## 이름 기반 검색

각 회사의 이름으로 기업을 검색합니다. 회사 이름에 특정 분야를 언급하는 경우가 많은 경우, 혹은 회사 이름을 정확히 알고 있는 경우 등에 사용합니다.&#x20;

### 사용방법

이름으로 기업을 검색하기 위해서는 `"키워드" 이름 기업`이라고 입력하면 됩니다. 입력 가능한 키워드는 어떤 키워드라도 무관합니다.&#x20;

예를 들어, 기업명에 자산운용이 포함된 기업을 찾고자 한다면, 다음과 같이 입력합니다.&#x20;

```
"자산운용" 이름 기업
```

또는 동시에 다수의 이름을 검색할 수 있습니다.  예를 들어, 딥서치와 나이스평가정보를 검색하고자 한다면 아래와 같이 검색합니다.&#x20;

```
"딥서치" "나이스평가정보" 이름 기업
```

회사명에 삼성이 포함된 기업과 LG가 포함된 기업을 한번에 검색할 수 도 있습니다.&#x20;

```
"삼성" "LG" 이름 기업
```


---

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