Skip to content
1 min read · 71 words

Interface: ScrapperLinkLike

Defined in: batteries/tools/web_retrieval/index.ts:246

Minimal structural shape of a Scrapper normalised link.

Properties

PropertyTypeDescriptionDefined in
text?stringThe link's anchor text (becomes the record's content).batteries/tools/web_retrieval/index.ts:250
url?stringThe link's target URL (becomes the record's source).batteries/tools/web_retrieval/index.ts:248