메인 콘텐츠로 건너뛰기
POST
/
companies
/
news
/
search
cURL
curl --request POST \
  --url https://api.pubrio.com/companies/news/search \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '
{
  "profile_id": 123,
  "locations": [
    "US",
    "SG",
    "CN"
  ],
  "company_locations": [
    "US",
    "SG",
    "CN"
  ],
  "companies": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "domains": [
    "pubrio.com"
  ],
  "linkedin_urls": [
    "https://www.linkedin.com/company/pubrio"
  ],
  "search_term": "pubrio",
  "categories": [
    "launches"
  ],
  "news_gallery_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "published_dates": [
    "2025-01-01",
    "2025-01-10"
  ],
  "per_page": 25,
  "page": 1
}
'
{
  "data": {
    "pagination": {
      "page": 1,
      "per_page": 25,
      "total_entries": 351800,
      "total_pages": 14072,
      "is_timeout": false
    },
    "news": [
      {
        "news_id": "0b0f1c53-7a04-4a46-b5bc-3b17a7c4cfbd",
        "news_search_id": "4110b929-17cd-42aa-a159-906ead0c9b56",
        "domains": [
          "insead.edu",
          "digitalchina.com"
        ],
        "companies": [
          {
            "logo_url": "https://buckets.pubrio.com/company-logo/MjY5OTY5NDJpbnNlYWQuZWR1bGlua2VkaW5fcF9sb2dvMTU=.jpg",
            "domain_search_id": "dfbe6797-5311-46f9-9518-bf1a7c3d09bc",
            "country_code": "FR",
            "company_name": "Insead",
            "linkedin_name": "insead",
            "domain": "insead.edu"
          },
          {
            "logo_url": "https://buckets.pubrio.com/company-logo/NDA2NTQ5NTFkaWdpdGFsY2hpbmEuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
            "domain_search_id": "e13a9e24-a07d-4630-9b47-fceb778df74e",
            "country_code": "CN",
            "company_name": "Digital China",
            "linkedin_name": "digital-china",
            "domain": "digitalchina.com"
          }
        ],
        "news_galleries": [
          {
            "slug": "banking-financial-service",
            "news_gallery_id": "7c8ec9cc-66c5-4153-82da-9c8f356c6c99",
            "name": "Banking/Financial Service"
          }
        ],
        "locations": [
          "Singapore",
          "China"
        ],
        "last_modified": "2025-06-01T08:15:23.945Z",
        "image_url": null,
        "url": "http://enold.prnasia.com/p/asia-story-125304015-0.shtml",
        "published_at": "2025-06-01T08:00:00.000Z",
        "language": "id",
        "source": "prnasia.com",
        "category": "launches",
        "title": "Digital China's AI-driven transformation showcased at INSEAD",
        "summary": "Guo Wei, Chairman of Digital China, presented on AI-era corporate management at INSEAD 2025 Asia AI Conference, launching a case study on Digital China's AI transformation journey.",
        "news_category_name": "Launches"
      },
      "..."
    ]
  }
}

Authorizations

pubrio-api-key
string
header
required

API에서 수행하는 작업 및 해당 권한을 식별하는 고유한 API 토큰입니다. 이 토큰은 설정 섹션에서 생성할 수 있습니다.

Body

application/json
profile_id
integer
required

요청을 수행하는 팀 식별자입니다. 이 ID는 조회 및 사용 크레딧 추적을 위해 특정 팀(작업 공간)과 연계됩니다.

자세한 내용은 팀 탭의 user details 엔드포인트를 참고하세요.

locations
string[]

ISO 3166-1 alpha-2(cca2) 코드로 지역을 필터링하는 데 사용됩니다. 자세한 내용은 필터 탭의 location 엔드포인트를 참조하세요.

Example:
["US", "SG", "CN"]
company_locations
string[]

회사 본사 위치입니다. 자세한 내용은 필터 탭의 location 엔드포인트를 참고하세요.

Example:
["US", "SG", "CN"]
companies
string<uuid>[]

회사 및 인물 조회 작업을 위한 고유 식별자(domain_search_id) 목록.

domains
string[]

회사 및 인물 조회 작업에 사용되는 회사 도메인 목록입니다. 입력된 주소가 www.pubrio.com 또는 https://docs.pubrio.com/인 경우, 시스템은 이를 자동으로 pubrio.com으로 변환하여 처리합니다.

Example:
["pubrio.com"]
linkedin_urls
string[]

LinkedIn 회사 페이지의 전체 URL입니다. http로 시작하며 linkedin.com/company/를 포함해야 합니다.

Example:
["https://www.linkedin.com/company/pubrio"]
search_term
string

결과를 필터링하기 위한 키워드 문자열입니다.

Example:

"pubrio"

categories
string[]

category slugs 목록으로, 특정 뉴스 카테고리를 검색합니다. slug를 얻으려면 필터 탭의 news categories 엔드포인트를 호출하세요.

Example:
["launches"]

news_gallery_id 목록으로, 특정 뉴스 갤러리를 검색할 때 사용됩니다. ID를 얻으려면 필터 탭의 news galleries 엔드포인트를 호출하세요.

published_dates
string[]

발행 날짜 범위입니다. 최대값은 오늘 날짜입니다.

Example:
["2025-01-01", "2025-01-10"]
per_page
integer

페이지당 반환할 검색 결과 수입니다. 결과 수를 제한하면 API 성능이 향상됩니다.

Example:

25

page
integer

조회할 데이터 페이지 번호입니다.

Example:

1

Response

관련 세부 정보가 포함된 성공적인 응답입니다.

data
object

응답 정보는 특정 API에 따라 다릅니다.