CrawlResult
Defined in: Crawler.ts:30
Result of crawling a single page.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
crawledAt | readonly | number | Crawler.ts:35 |
html | readonly | string | Crawler.ts:33 |
markdown | readonly | string | Crawler.ts:34 |
title | readonly | string | Crawler.ts:32 |
url | readonly | string | Crawler.ts:31 |