---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/web_retrieval/interfaces/ToRetrievableOptions.md
description: Options common to every converter.
---

# Interface: ToRetrievableOptions

Defined in: [batteries/tools/web\_retrieval/index.ts:53](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L53)

Options common to every converter.

## Extended by

* [`ArticleToRetrievableOptions`](ArticleToRetrievableOptions.md)

## Properties

| Property                                     | Type                                                                              | Description                                                                                                                                             | Defined in                                                                                                                                  |
| -------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
|  `idPrefix?`   | `string`                                                                          | Prefix for the stable, hashed record id (namespacing across sources).                                                                                   | [batteries/tools/web\_retrieval/index.ts:62](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L62) |
|  `kind?`           | `string`                                                                          | Semantic `kind` label, e.g. `'web-search-result'`, `'web-article'`, `'web-links'`.                                                                      | [batteries/tools/web\_retrieval/index.ts:60](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L60) |
|  `spool?`         | [`SpoolHook`](../type-aliases/SpoolHook.md)                                       | Optional reader-backed-artifact hook for large content. See [SpoolHook](../type-aliases/SpoolHook.md).                                                  | [batteries/tools/web\_retrieval/index.ts:64](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L64) |
|  `trustTier?` | [`RetrievableTrustTier`](../../../../common/type-aliases/RetrievableTrustTier.md) | Trust tier for the produced records. Default `'third-party-public'` (web content is third-party by definition — this is a constant, not URL inference). | [batteries/tools/web\_retrieval/index.ts:58](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L58) |
