---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/scrapper/interfaces/ScrapperLink.md
description: 'A single link from `/api/links` (verified live: `{ url, text }`).'
---

# Interface: ScrapperLink

Defined in: [batteries/tools/scrapper/index.ts:229](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/scrapper/index.ts#L229)

A single link from `/api/links` (verified live: `{ url, text }`).

## Properties

| Property                           | Type     | Description             | Defined in                                                                                                                          |
| ---------------------------------- | -------- | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|  `text?` | `string` | The link's anchor text. | [batteries/tools/scrapper/index.ts:233](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/scrapper/index.ts#L233) |
|  `url?`   | `string` | The link's target URL.  | [batteries/tools/scrapper/index.ts:231](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/scrapper/index.ts#L231) |
