UnifyAPI
← Back to catalog

currents.search

mock data$0.002 / call

Search 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.

News & Mediaprovider: Currents#currents#news

Input schema

country

ISO 3166-1 alpha-2 country code

string
end_date

End date in ISO 8601 format

string
keywordsrequired

Search keywords — supports Boolean operators (e.g. "AI agents", "climate AND policy")

string
language

ISO 639-1 language code (e.g. "en", "es", "ar")

string
page_size

Number of articles to return, max 200 (default 10)

integer
start_date

Start date in ISO 8601 format (e.g. "2026-03-01T00:00:00+00:00")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.