JoMingyu / google-play-scraper

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

[BUG] #139

Closed tejmagar closed 1 year ago

tejmagar commented 2 years ago

google_play_scraper.1.2.0

The top featured app does not appear in the result

appId: tej.wifithiefdetector is featured in Position 1 in the Philippines but it is excluded in the result For example, https://play.google.com/store/search?q=WiFi%20thief%20detector&c=apps&hl=en&gl=PH

search(
            query='WiFi Thief Detector',
            lang="en",
            country='PH',
            n_hits=30
        )

Expected behavior 1st position featured app is also expected to appear on the results

JoMingyu commented 1 year ago

It works well on my machine and library version 1.2.2. If the same problem occurs after updating the library, please reopen issue.

Arsh1219 commented 1 year ago

same issue. if we search for "facebook lite" or "Instagram lite", the result doesn't show the match.

Canonize commented 11 months ago

Same problem here. Missing the most similar match when using the exact query, for example, search("pokemongo") won't return "Pokémon GO", but search("best Pikachu game") will. Guess it's due to the search page difference? image