package
0.5.38
Repository: https://github.com/findyourpaths/goskyr.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GQDocumentItems fetches and returns all items from a website according to the Scraper's paramaters.
GQSelection fetches and returns an items from a website according to the Scraper's paramaters.
Page fetches and returns all items from a webpage according to the Scraper's paramaters.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config defines the overall structure of the scraper configuration.
No description provided by the author
A DateComponent is used to find a specific part of a date within a html document.
ElementLocation is used to find a specific string in a html document.
A Field contains all the information necessary to scrape a dynamic field from a website, ie a field who's value changes for each item.
A Filter is used to filter certain items from the result list.
GlobalConfig is used for storing global configuration parameters that are needed across all scrapers.
A Paginator is used to paginate through a website.
RegexConfig is used for extracting a substring from a string based on the given RegexPattern and Index.
A Scraper contains all the necessary config parameters and structs needed to extract the desired information from a website.
TransformConfig is used to replace an existing substring with some other kind of string.

# Type aliases

No description provided by the author