> 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/economy/deepsearch/querydeepsearchowndataserieslistofsamecategory.md).

# QueryDeepSearchOwnDataSeriesListOfSameCategory

### Function specification

```
QueryDeepSearchOwnDataSeriesListOfSameCategory(entity_id)
```

###

### Parameters

| Parameter  | Type   | Description                        |
| ---------- | ------ | ---------------------------------- |
| entity\_id | string | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
> QueryDeepSearchOwnDataSeriesListOfSameCategory("DS:TOUR.001.0003")

...

                     QueryDeepSearchOwnDataSeriesListOfSameCategory(DS:TOUR.001.0003)
entity_id
DS:TOUR.001.0003                   대륙별 국내 입국자수
DS:TOUR.001.0003.001           대륙별 국내 입국자수_아시아
DS:TOUR.001.0003.002            대륙별 국내 입국자수_중동
DS:TOUR.001.0003.003            대륙별 국내 입국자수_미주
DS:TOUR.001.0003.004            대륙별 국내 입국자수_유럽
DS:TOUR.001.0003.005           대륙별 국내 입국자수_대양주
DS:TOUR.001.0003.006          대륙별 국내 입국자수_아프리카
DS:TOUR.001.0003.007            대륙별 국내 입국자수_기타
```


---

# 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/economy/deepsearch/querydeepsearchowndataserieslistofsamecategory.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.
