.halguru-website.yaml
Represents the output of a web scraping operation executed by the application.
StartUrl: Any text
TagName: Any text
StartDate: 2025-01-20T18:15:23
DownloadedPages: []
VisitedUrls: []
Field List
| Name |
Type |
Required |
Description |
| StartUrl |
Text |
✔️ |
The starting URL used in the web scraping process. |
| TagName |
Text |
✔️ |
The tag name associated with the output of the web scraping operation. |
| StartDate |
DateTime |
✔️ |
The start date of the web scraping operation. |
| DownloadedPages[] |
SimpleList |
✔️ |
The collection of pages downloaded during the web scraping process. |
| VisitedUrls[] |
SimpleList |
✔️ |
The list of URLs visited during the web scraping process. |
This class is designed to store the results of a website scraping process, including information about the starting URL, the tag name, the start date of the operation, a collection of downloaded pages, and a list of visited URLs.
| Property |
Value |
| Path |
.halguru-website.yaml: |
| Internal Root Type |
WebsiteHalGuru |
| File Extension |
.halguru-website.yaml |
| JSON Schema |
halguru-website-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |