Configure which domains are included or excluded from your web research results.
Parameter | Type | Description |
---|---|---|
include_domains | array[string] | List of domains to allow. Only sources from these domains will be included in results. |
exclude_domains | array[string] | List of domains to block. Sources from these domains will be excluded from results. |
example.com
will automatically include all its
subdomains (e.g., www.example.com
, blog.example.com
, api.example.com
).
include_domains
or exclude_domains
in a single query.
Specifying exclude_domains
is redundant when include_domains
is set, as only include_domains
will be applied.example.com
).
Do not include schemes (http://
, https://
) or subdomain prefixes (such as www.
).