---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/web_retrieval/interfaces/SearxngResultLike.md
description: Minimal structural shape of a SearXNG normalised result the converter reads.
---

# Interface: SearxngResultLike

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

Minimal structural shape of a SearXNG normalised result the converter reads.

## Properties

| Property                                 | Type     | Description                                         | Defined in                                                                                                                                    |
| ---------------------------------------- | -------- | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|  `content?` | `string` | Result snippet (joined into the inline content).    | [batteries/tools/web\_retrieval/index.ts:123](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L123) |
|  `score?`     | `number` | Relevance score (clamped to `[0,1]` on the record). | [batteries/tools/web\_retrieval/index.ts:125](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L125) |
|  `title?`     | `string` | Result title (joined into the inline content).      | [batteries/tools/web\_retrieval/index.ts:121](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L121) |
|  `url?`         | `string` | Result URL (becomes the record's `source`).         | [batteries/tools/web\_retrieval/index.ts:119](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L119) |
