Open petkalitis opened 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.
play_scraper.search(query='<search query>')
To Reproduce Follow the steps to reproduce issue:
import play_scraper
search_results = play_scraper.search(query='ProSe Privacy')
print(search_results)
Expected behavior
Screenshots
Desktop (please complete the following information):
I'm experiencing the same issue.
Me too :( search is broken
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:
import play_scraper
search_results = play_scraper.search(query='ProSe Privacy')
print(search_results)
Expected behavior
Screenshots
Desktop (please complete the following information):