# 외부감사여부 기반 기업 검색

## 외부감사여부 기반 검색

회사가 외부감사를 받는지 안받는지 여부에 따라 기업리스트를 조회합니다.

### 사용방법

외부감사를 받고있는 기업을 검색하기 위해서는 `외감 기업`이라고 입력하면 됩니다. 외부감사를 받고있지 않은 기업을 검색하려면 `비외감 기업`이라고 입력합니다.

```
외감 기업
비외감 기업
```

### 다른데이터와 응용

```
예시 1) 외부감사를 받고있는 기업들의 매출
매출 in 외감 기업

예시 2) 외부감사를 받고있지 않는 기업들의 자산 부채 자본 매출 재무계정 조회
자산 부채 자본 매출 in 비외감 기업

```


---

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