Searches recent news and headlines with a freshness filter, returning the most relevant current coverage on a topic. Set a recency window (today, this week, this month) and optionally a region or language, and the skill surfaces the latest results. Best for breaking news, current events, and anything where freshness matters more than depth.
You want current, time-sensitive coverage rather than evergreen reference pages.
Evergreen reference lookups, where a recency filter would hide the best result.
6.25 credits / search
Set these inside the intent when you run it.
The topic or event you want news about, in plain words.
How recent results must be. today, this week, or this month.
A country or language to localize news coverage to.
Recent news results ordered by relevance within your recency window, each with headline, link, source, and a brief excerpt.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Web Search skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"news","query":"Federal Reserve interest rate decision","recency":"this week","region":"UK"}}'Example requests