google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

No results for specific searches

Open emreoktem opened this issue 8 months ago • 0 comments

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:

  • Linkedin
  • Facebook
  • Flipkart
  • ebay
  • Tiktok

Thanks in advance...

emreoktem avatar May 27 '24 18:05 emreoktem