# FindEntityByBusinessArea

### Function specification

```
FindEntityByBusinessArea(entity_type, pattern, count=0)
```

###

### Parameters

| Parameter    | Type                                  | Description                                            |
| ------------ | ------------------------------------- | ------------------------------------------------------ |
| entity\_type | string                                | 검색 대상이 되는 entity 의 타입을 명시합니다. 현재는 "Financial" 만 지원합니다. |
| pattern      | <p>string or</p><p>list of string</p> | 검색 하고자 하는 패턴을 지정합니다. 와일드카드 (\*) 사용이 가능합니다.             |
| count        | integer                               | 검색 결과에 포함되는 기업의 갯수를 제한합니다. 0 일 경우 전체 목록을 리턴합니다.        |

###

### Examples

```
> FindEntityByBusinessArea("Financial","*반도체*",10)

...

symbol	entity_name	FindEntityByBusinessArea(Financial, *반도체*, 10)
KRX:000660	SK하이닉스	반도체,컴퓨터,통신기기 제조,도매
KRX:000910	유니온	백시멘트,타일시멘트,알루미나시멘트,용융알루미나,급결제,냉각유닛,슬러리스스템,드라이가스스크러버(반도체제조장비) 제조,도매
KRX:000990	DB하이텍	반도체 제조
KRX:003160	디아이	반도체검사장비,전자부품,레저용품,석제품 제조,판매,오파,부동산임대
KRX:004870	티웨이홀딩스	반도체,레미콘,콘크리트파일 제조
KRX:005290	동진쎄미켐	반도체,LCD용재료(감광제,봉지제),발포제 제조,판매
KRX:005930	삼성전자	휴대폰,컴퓨터,네트워크시스템,핵심칩,반도체부품,디스플레이패널,가전제품,의료기기,프린터 제조
KRX:008060	대덕전자	산업용 인쇄회로기판,다층 인쇄회로기판,빌드업기판,반도체패키지기판,메모리모듈기판 제조
KRX:009310	참엔지니어링	FPD Repair장비,반도체장비 제조
KRX:011560	세보엠이씨	냉난방공사,기계설비공사,철물공사/반도체생산시설,산업기계,하역운반기계 제조

```

####

####


---

# 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/func/company/company-search/findentitybybusinessarea.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.
