---
title: "Fact Search"
method: GET
path: "/fact-search"
tags: ["Intelligence"]
---

# Fact Search

`GET /fact-search`

Search recent news articles from global news sources including GNews and Naver News. Returns article titles, URLs, publication dates, and source domains.

## Query parameters

- `q` string, required
- `limit` integer
- `language` string
- `country` string
- `sortBy` 'relevance' | 'date'
- `timespan` string

## Response `200`

OK

- object
  - `query` string
  - `articles` object[]
    - `title` string
    - `url` string
    - `domain` string
    - `publishedAt` string, date-time
    - `language` string
    - `sourceCountry` string
    - `snippet` string
    - `imageUrl` string
    - `source` 'gnews' | 'naver'
  - `meta` object
    - `total` integer
    - `executionTimeMs` integer
    - `source` 'gnews' | 'naver' | 'mixed'
    - `cached` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/factagora/apis/factagora-api.md) · [All operations](https://skmtc.net/factagora/apis/factagora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factagora/factagora-api/versions/7329f0181291/schema)
