> 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/group/findconglomeratebyid.md).

# FindConglomerateByID

### Function specification

```
FindConglomerateByID(conglomerate_ids)
```

###

### Parameters

| Parameter         | Type   | Description |
| ----------------- | ------ | ----------- |
| conglomerate\_ids | string | 기업 집단 id    |

###

### Examples

```
FindConglomerateByID("511")
...
conglomerate_id	name_ko	name_en	date_founded	owner	chairman	mission	tel	fax	zipcode	address_ko	main_business	main_company_name	main_company_symbol	primary_bank_symbol	primary_bank_name	primary_company_name	primary_company_symbol	top30	member_count
511	삼성	Samsung	1969-01-13	이재용	이재용	인재와 기술바탕으로 최고제품,서비스창출로 인류사회공헌	031-200-1114	031-200-1105	16677	경기 수원시 영통구 삼성로 129	휴대폰,컴퓨터,네트워크시스템,핵심칩,반도체부품,디스플레이패널,가전제품	삼성전자(주)	KRX:005930	KRBank:019	우리은행	삼성전자(주)	NICE:380725	1	62

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/industry/group/findconglomeratebyid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
