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

# Interface: ScrapperLinksLike

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

Minimal structural shape of a Scrapper normalised links payload.

## Properties

| Property                             | Type                                        | Description                                 | Defined in                                                                                                                                    |
| ------------------------------------ | ------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|  `links?` | [`ScrapperLinkLike`](ScrapperLinkLike.md)\[] | The collected links.                        | [batteries/tools/web\_retrieval/index.ts:257](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L257) |
|  `url?`     | `string`                                    | The page URL the links were collected from. | [batteries/tools/web\_retrieval/index.ts:255](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L255) |
