Interface: ScrapperArticleLike
Defined in: src/batteries/tools/web_retrieval/index.ts:181
Minimal structural shape of a Scrapper normalised article.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
content? | string | Processed article HTML (the 'content' content source). | src/batteries/tools/web_retrieval/index.ts:189 |
textContent? | string | Article text with HTML stripped (the default content source). | src/batteries/tools/web_retrieval/index.ts:187 |
title? | string | Article title. | src/batteries/tools/web_retrieval/index.ts:185 |
url? | string | The page URL (becomes the record's source). | src/batteries/tools/web_retrieval/index.ts:183 |