Web Search
GET
/gateway/v1/search/webSearches web pages, articles, and content by keyword.
Filters: domain via `site` (e.g. `coindesk.com`).
Included fields: titles, URLs, content snippets.
Query Parameters
qstringrequired
Search query like `bitcoin price prediction 2026`
Example:
bitcoin price prediction 2026limitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0sitestring
Comma-separated domain filter like `coindesk.com` or `cointelegraph.com`
Example:
coindesk.com,cointelegraph.cominclude_contentboolean
When false (default), search returns title/url/description only — fast (~2-3s) URL discovery. Set true to also include full markdown content for each result (~5-30KB per result, ~10-15s for limit=5). Use true only when the caller needs page content inline and won't follow up with `/web/fetch`.
Example:
falseWeb Search
OK