Skip to main content
GET
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
Search query for news articles. Use focused keywords for best results.
limit
number
default:"10"
Maximum number of results to return. Range: 1–50.
language
string
Filter by source language. Examples: english, korean
country
string
Filter by source country code. Examples: US, KR
sortBy
string
default:"relevance"
Sort order. Options: relevance, date
timespan
string
Relative time range filter. Examples: 7d, 30d, 3months. Ignored when from or to is provided.
from
string
Start of date range (ISO 8601). Takes precedence over timespan when set. Example: 2025-01-01T00:00:00Z
to
string
End of date range (ISO 8601). Takes precedence over timespan when set. Example: 2025-05-01T23:59:59Z
domains
string
Comma-separated list of source domains to include. Only articles from these domains are returned. Example: bbc.com,reuters.com
source
string
default:"default"
Data source to search. Options:
  • default: public news sources only (default)
  • ingest: personal ingested knowledge base only (requires personal access token)
  • all: news + personal ingested knowledge base combined (requires personal access token)

Response

query
string
The search query that was used.
articles
array
List of news articles.
meta
object