n0madic / google-play-scraper

Golang scraper to get data from Google Play Store
GNU Lesser General Public License v3.0
81 stars 20 forks source link

No results for specific searches #25

Open emreoktem opened 4 months ago

emreoktem commented 4 months ago

Hi,

Thanks for great package.

The search function works for most of the cases. However, it's not returning any results or error when it's used for a popular app.

I use the following code options:

query := search.NewQuery("Linkedin", search.PriceAll,
  search.Options{
    Country:  "us",
    Language: "us",
    Number:   100,
})

Below are some keyword options you can check:

Thanks in advance...