Skills/Web Search/News and current events

News and current events

6.25 credits / search

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.

Use when

You want current, time-sensitive coverage rather than evergreen reference pages.

Not for

Evergreen reference lookups, where a recency filter would hide the best result.

Cost

6.25 credits / search

What it accepts

Set these inside the intent when you run it.

queryrequired

The topic or event you want news about, in plain words.

recencyrequired

How recent results must be. today, this week, or this month.

regionoptional

A country or language to localize news coverage to.

What you get back

Recent news results ordered by relevance within your recency window, each with headline, link, source, and a brief excerpt.

Run it

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

  • What are the latest headlines about US inflation?
  • Find news about the iPhone 17 release this week
  • What happened in EU energy markets yesterday?