SearchHistoricalTopics

과거의 주요 주제를 조회합니다.

Function specification

SearchHistoricalTopics(
                category, section, query,
                count=10, page=None, sort=None,
                date_from=None, date_to=None,
                fields=None
)

Parameters

Parameter

Type

Description

category

string or list of string

국내뉴스: news

section

string or list of string

정치: politics

경제: economy

사회: society

문화: culture

세계: world

기술/IT: tech

연예: entertainment

사설: opinion

query

string

검색 쿼리

count

integer

한 페이지에 표시할 문서의 최대 개수

page

integer

페이지 번호

sort

string

  • 검색시 정렬의 기준이 되는 필드

  • 필드명 앞에 "-" 를 붙이면 내림차순으로 정렬됨

  • 여러 필드를 지정 할 수 있으며, 나열된 순서대로 정렬

date_from

string

검색 시작 시점 (YYYYMMDD)

date_to

string

검색 종료 시점(YYYYMMDD)

fields

list of string

결과값으로 어떤 항목을 노출한 것인지 지정한다.

Result Layout

Result:HistoricalTopicsSearchResult(검색)

Examples

Last updated

Was this helpful?