Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Title string
Category string
Address string
OpenHours string
WebSite string
Phone string
PlusCode string
ReviewCount int
ReviewRating float64
}
func (*Entry) CsvHeaders ¶
type GmapJob ¶
type GmapJob struct {
scrapemate.Job
MaxDepth int
LangCode string
}
func NewGmapJob ¶
func (*GmapJob) BrowserActions ¶
func (j *GmapJob) BrowserActions(ctx context.Context, page playwright.Page) scrapemate.Response
func (*GmapJob) Process ¶
func (j *GmapJob) Process(ctx context.Context, resp *scrapemate.Response) (any, []scrapemate.IJob, error)
func (*GmapJob) UseInResults ¶
type PlaceJob ¶
type PlaceJob struct {
scrapemate.Job
}
func NewPlaceJob ¶
func (*PlaceJob) BrowserActions ¶
func (j *PlaceJob) BrowserActions(_ context.Context, page playwright.Page) scrapemate.Response
Click to show internal directories.
Click to hide internal directories.