youDotComLiveNews
Fetch live news articles through the You.com Search API and return the full structured response.
mindstudio.youDotComLiveNews({ query }) → Result
Fetch live news articles through the You.com Search API and return the full structured response.
Parameters
query
string
RequiredNews query
freshness
string
Recency filter; defaults to day
count
number
Max results per section, up to 100
country
string
ISO 3166-1 alpha-2 country code
language
string
BCP 47 language code
safesearch
string
Content moderation level
offmoderatestrict
livecrawl
string
Fetch full content for news or all results
newsall
livecrawlFormats
string[]
Full-content formats to return when livecrawl is enabled
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.youDotComLiveNews({ query: /* ... */ });