JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
722 stars 197 forks source link

[BUG] Search feature is not working #195

Closed harsha-vardhan-1 closed 8 months ago

harsha-vardhan-1 commented 8 months ago

Version - 1.1.0

Not able to use search feature I am trying to use the search feature in this library, but facing the following import error. Let me know if it is available in only a particular version. Thanks.

Code

from google_play_scraper import search

result = search(
    "bags",
    lang="en",
    country="us",  
    n_hits=10 
)

image