Reference
Remy Reference/agent/youDotComWebSearch
?

youDotComWebSearch

Search the web and news using the You.com Search API and return the full structured response.
mindstudio.youDotComWebSearch({ query }) → Result

Searches the web and news via the You.com Search API and returns the full structured response.

Parameters
query
string
RequiredSearch query; supports You.com search operators
count
number
Max results per section, up to 100
freshness
string
Recency filter: day, week, month, year, or YYYY-MM-DDtoYYYY-MM-DD
country
string
ISO 3166-1 alpha-2 country code
language
string
BCP 47 language code
offset
number
Pagination offset, 0-9
safesearch
string
Content moderation level
offmoderatestrict
livecrawl
string
Fetch full content for web, news, or all results
webnewsall
livecrawlFormats
string[]
Full-content formats to return when livecrawl is enabled
crawlTimeout
number
Maximum livecrawl timeout in seconds
includeDomains
string[]
Restrict results to these domains
excludeDomains
string[]
Exclude these domains
boostDomains
string[]
Boost these domains without excluding other domains
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.youDotComWebSearch({
  query: /* ... */
});