> 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/result_layout/result-historicaltopicssearchresult.md).

# Result:HistoricalTopicsSearchResult(검색)

### 기본 정보

* class : "Result:HistoricalTopicsSearchResult"
* position: -1
* title: "Result"

### content

| 항목    | 내용       | type        | 비고 |
| ----- | -------- | ----------- | -- |
| found | 문서 발견 여부 | boolean     |    |
| data  | 검색 결과    | json object |    |

#### data

| 항목             | 내용         | type        | 비고 |
| -------------- | ---------- | ----------- | -- |
| profile        | 단계별 소요시간   | json object |    |
| total\_matches | 트렌딩 토픽     | json object |    |
| max\_score     | max\_score | number      |    |
| scroll\_id     | 스크롤 ID     | string      |    |
| current\_page  | 현재 페이지     | number      |    |
| last\_page     | 마지막 페이지    | number      |    |
| topics         | 검색된 토픽 결과  | json object |    |

#### topics

| 항목         | 내용           | type        | 비고     |
| ---------- | ------------ | ----------- | ------ |
| meta       | meta 정보      | json object |        |
| uid        | 토픽 ID        | number      |        |
| uid\_str   | 토픽 ID        | string      |        |
| revision   | revision     | number      |        |
| category   | 문서 카테고리      | string      |        |
| section    | 문서 섹션        | string      |        |
| rank       | 토픽 순위        | number      |        |
| score      | 토픽 중요도 점수    | float       |        |
| topic      | 토픽명          | string      |        |
| tags       | 토픽 관련 태그     | array       |        |
| keywords   | 토픽 관련 키워드    | array       |        |
| securities | 토픽 관련 종목     | array       |        |
| entities   | 토픽 관련 entity | array       |        |
| attributes | 관련 정보        | json object | 검색 쿼리명 |


---

# 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/result_layout/result-historicaltopicssearchresult.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.
