Versions in this module Expand all Collapse all v1 v1.0.2 Mar 4, 2025 v1.0.1 Mar 4, 2025 Changes in this version + const BaseURL + type Options struct + Country string + Discount bool + Language string + Number int + PriceMax float64 + PriceMin float64 + ScoreMax float64 + ScoreMin float64 + type Results []*app.App + func (results *Results) Append(res ...app.App) + type Scraper struct + Results Results + func New(url string, options *Options) *Scraper + func (scraper *Scraper) LoadMoreDetails(maxWorkers int) (errors []error) + func (scraper *Scraper) ParseResult(data string, paths ...string) + func (scraper *Scraper) Run() error