danieliu / play-scraper

A web scraper to retrieve application data from the Google Play Store.
MIT License
234 stars 103 forks source link

Play_scraper.search(): returns empty list [] for any search query #92

Open petkalitis opened 2 years ago

petkalitis commented 2 years ago

Describe the bug When we search the play store using play_scraper.search(query='<search query>'), it returns empty list for any search query.

To Reproduce Follow the steps to reproduce issue:

  1. import play_scraper
  2. search_results = play_scraper.search(query='ProSe Privacy')
  3. print(search_results)

Expected behavior

Screenshots Screenshot 2022-05-31 at 09 07 06

Desktop (please complete the following information):

ikovico commented 2 years ago

I'm experiencing the same issue.