---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/web_retrieval/interfaces/ScrapperLinkLike.md
description: Minimal structural shape of a Scrapper normalised link.
---

# Interface: ScrapperLinkLike

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

Minimal structural shape of a Scrapper normalised link.

## Properties

| Property                           | Type     | Description                                            | Defined in                                                                                                                                    |
| ---------------------------------- | -------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
|  `text?` | `string` | The link's anchor text (becomes the record's content). | [batteries/tools/web\_retrieval/index.ts:250](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L250) |
|  `url?`   | `string` | The link's target URL (becomes the record's `source`). | [batteries/tools/web\_retrieval/index.ts:248](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L248) |
