Documentation
¶
Index ¶
Constants ¶
View Source
const BaseURL = "https://play.google.com/store/apps"
BaseURL of Google Play Store
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Country string
Discount bool
Language string
Number int
PriceMin float64
PriceMax float64
ScoreMin float64
ScoreMax float64
}
Options of scraper
type Scraper ¶
type Scraper struct {
Results Results
// contains filtered or unexported fields
}
Scraper instance
func (*Scraper) LoadMoreDetails ¶
LoadMoreDetails for all results (in concurrency)
func (*Scraper) ParseResult ¶
Click to show internal directories.
Click to hide internal directories.