Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
includeImages
booleanfromDate
stringq *
stringdepth *
stringincludeDomains
arrayincludeInlineCitations
booleanstructuredOutputSchema
objectmaxResults
numbertoDate
stringoutputType *
stringexcludeDomains
arrayincludeSources
booleanTry It
API
MCP Config
Input Parameters
The date from which the search results should be considered, in ISO 8601 format (YYYY-MM-DD). It must be before toDate, if provided, and later than 1970-01-01.
The natural language question for which you want to retrieve context.
Defines the precision of the search. standard returns results faster; deep takes longer but yields more comprehensive results.
The domains you want to search on. By default, don't restrict the search. You can provide up to 100 domains.
Required only when outputType is structured. Provide a JSON schema (as a string) representing the desired response format. The root must be of type object.
The maximum number of results to return.
The date until which the search results should be considered, in ISO 8601 format (YYYY-MM-DD). It must be later than fromDate, if provided, or than 1970-01-01.
The type of output you want to get. Use structured for a custom-formatted response defined by structuredOutputSchema.
The domains you want to exclude of the search. By default, don't restrict the search.

