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

# Interface: ScrapperArticleLike

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

Minimal structural shape of a Scrapper normalised article.

## Properties

| Property                                         | Type     | Description                                                   | Defined in                                                                                                                                    |
| ------------------------------------------------ | -------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|  `content?`         | `string` | Processed article HTML (the `'content'` content source).      | [batteries/tools/web\_retrieval/index.ts:186](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L186) |
|  `textContent?` | `string` | Article text with HTML stripped (the default content source). | [batteries/tools/web\_retrieval/index.ts:184](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L184) |
|  `title?`             | `string` | Article title.                                                | [batteries/tools/web\_retrieval/index.ts:182](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L182) |
|  `url?`                 | `string` | The page URL (becomes the record's `source`).                 | [batteries/tools/web\_retrieval/index.ts:180](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L180) |
