← Back to catalog
currents.search
mock data$0.002 / callSearch News
Search news articles by keyword across 70+ countries and 18+ languages. Returns full article text with Boolean operator support. Filter by language, country, category, and date range.
Input schema
country
stringISO 3166-1 alpha-2 country code
end_date
stringEnd date in ISO 8601 format
keywordsrequired
stringSearch keywords — supports Boolean operators (e.g. "AI agents", "climate AND policy")
language
stringISO 639-1 language code (e.g. "en", "es", "ar")
page_size
integerNumber of articles to return, max 200 (default 10)
start_date
stringStart date in ISO 8601 format (e.g. "2026-03-01T00:00:00+00:00")
Call via REST
curl -X POST https://unifyapi.pro/api/call/currents.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"country":"<country>","end_date":"<end_date>","keywords":"<keywords>","language":"<language>","page_size":0,"start_date":"<start_date>"}'