> 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-trendingtopicssearchresult.md).

# Result:TrendingTopicsSearchResult

### 기본 정보

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

### content

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

#### data

| 항목        | 내용     | type        | 비고 |
| --------- | ------ | ----------- | -- |
| timestamp | 기준 시간  | string      |    |
| topics    | 트렌딩 토픽 | json object |    |

#### topics

| 항목         | 내용        | type        | 비고                                      |
| ---------- | --------- | ----------- | --------------------------------------- |
| uid        | 토픽 ID     | number      |                                         |
| uid\_str   | 토픽 ID     | string      |                                         |
| category   | 문서 카테고리   | string      | 뉴스, 공시, 리포트, IR, 특허 등으로 하단 명세 참조        |
| section    | 문서 섹션     | string      | 경제, 사회 문화 등으로 하단 명세 참조                  |
| rank       | 토픽 순위     | number      | 토픽 순위                                   |
| score      | 토픽 중요도 점수 | float       | 토픽 내 관련 문서가 많을수록, 최신정보일 수록 높은 score를 가짐 |
| keywords   | 토픽 관련 키워드 | array       | 해당 토픽에서 주로 언급되고 있는 키워드 리스트              |
| statistics | 토픽 관련 통계  | json object | 문서 개수, 관련 기업, 관련 산업, 극성분석               |

* Category, Section
  * 뉴스: news
    * 정치: politics
    * 경제: economy
    * 사회: society
    * 문화: culture
    * 세계: world
    * 기술/IT: tech
    * 연예: entertainment
    * 사설: opinion
  * 증권사 보고서: research
    * 시장 전망: market
    * 투자전략: strategy
    * 기업 보고서: company
    * 산업 보고서: industry
    * 경제 보고서: economy
    * 채권 보고서: bond
  * 공시,IR : company
    * IR : ir
    * 공시 : disclosure
  * 특허 : patent
    * 특허 : patent


---

# 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-trendingtopicssearchresult.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.
