Georgios Komninos

Results 88 comments of Georgios Komninos

I need to research how to extract that. How do you know that this is the placeId?

I believe it's possible to get the reviews with a different way but they are not available on the page

@maaz-munir @itsmevictor I added support to get extra reviews. It is still experimental , enable using -extra-reviews flag. https://github.com/gosom/google-maps-scraper/releases/tag/v1.8.0 Can you please test and let me know how it works...

Hi @alba054 , ``` entry, ok := result.Data.(*gmaps.Entry) if !ok { return errors.New("invalid data type") } ``` I guess it returns an error here. In the latest version added support...

@alba054 closing this issue since there is support to add a custom writer now.

I just tested the functionality using a socks5 proxy: ``` ssh -D 1080 -q -C -N myserver ``` and then used this: ``` go run main.go -input example-queries.txt -results demo.csv...

@jj2018jj this is confirmed . I believe that something may have changed in playwright. I will investigate and get back to you

I tested using 2 commercial proxies and none of them seemed to work. However, when I created a custom HTTP proxy in a VPS and a socks5 proxy then it...

> may I ask how one could run this project for a bigger workload in the current situation. arent proxies a hard requirement or am I not aware of something?...

the concurrency by default is NumCPU/2. It looks like that in that system the NumCPU return 0. I just released a new version 1.7.10 that uses go 1.24 and sets...