# 폐업여부 기반 기업 검색

## 폐업여부 기반 검색

회사 폐업여부에 따라 기업리스트를 조회합니다.

### 사용방법

폐업한 기업을 조회하기 위해서 `폐업 기업`이라고 입력하면 됩니다.&#x20;

```
폐업 기업
```

### 다른데이터와 응용

```
예시 1) 폐업한 기업들의 매출을 조회합니다.
매출 in 폐업 기업 

예시 2) 폐업하지 않은 기업들의 매출을 조회합니다. 
매출 not 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/undefined.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.
