핵심 서비스 API

Print News Search Direct API

신문, 잡지, 무역 출판물, 편집물, 언론 보도 및 인쇄 저널리즘.

API 참조 버전: 1.0.0 4 엔드포인트 인증
인쇄 매체

기본 URL

https://api.pressmonitor.com/news-print/v1

인증

모든 요청은 Bearer 토큰 인증을 사용합니다. 각 호출에 Authorization 헤더를 추가하세요.

Authorization: Bearer YOUR_TOKEN
GET /headlines

News Headlines

News Headlines

매개변수

이름 유형 위치 필수 설명
keywords_text string query Keywords text
lang_code string query 아니요 Lang code
country_code string query 아니요 Country code
count integer query 아니요 Count
cursor string query 아니요 Cursor

코드 예제

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/headlines?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

응답

200 Success
GET /briefs

News Briefs

News Briefs

매개변수

이름 유형 위치 필수 설명
keywords_text string query Keywords text
lang_code string query 아니요 Lang code
country_code string query 아니요 Country code
count integer query 아니요 Count
cursor string query 아니요 Cursor

코드 예제

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/briefs?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

응답

200 Success
GET /fulltext

News Fulltext

News Fulltext

매개변수

이름 유형 위치 필수 설명
keywords_text string query Keywords text
lang_code string query 아니요 Lang code
country_code string query 아니요 Country code
count integer query 아니요 Count
cursor string query 아니요 Cursor

코드 예제

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/fulltext?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

응답

200 Success
GET /clip

Clip

Clip

매개변수

이름 유형 위치 필수 설명
id string query Id
ns string query Ns
date string query Date
host string query 아니요 Host
ttl integer query 아니요 Ttl

응답

200 Success