> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/industry/subject/getentitytags.md).

# GetEntityTags

### Function specification

```
GetEntityTags(entities)
```

###

### Parameters

| Parameter | Type           | Description |
| --------- | -------------- | ----------- |
| entities  | list of string | 기업 목록       |

###

### Examples

```
> GetEntityTags(["KRX:005930","KRX:000020"])

...
symbol    entity_name    tag_uid    category    name    expr    data
KRX:005930    삼성전자    7ed687707ad33e6601a3a49dbde09a29    기업/주제    4차산업혁명|빅데이터    "빅데이터" 관련 기업 in "KRI:*C*""KRI:*J*" 산업 기업 or "*빅데이터*" 사업 기업    score: 0,
group: "주제/4차산업혁명/빅데이터"
...

```
