JoMingyu / google-play-scraper

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

fixes return type of search() function #184

Closed rtlcopymemory closed 1 year ago

rtlcopymemory commented 1 year ago

The search function return type was set to Dict[str, Any] incorrectly as it always returns a list. Changed to List[Dict[str, Any]]