Interface: ScrapperArticleLike
Defined in: batteries/tools/web_retrieval/index.ts:178
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 |
textContent? | string | Article text with HTML stripped (the default content source). | batteries/tools/web_retrieval/index.ts:184 |
title? | string | Article title. | batteries/tools/web_retrieval/index.ts:182 |
url? | string | The page URL (becomes the record's source). | batteries/tools/web_retrieval/index.ts:180 |