google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

[FEAT-REQ] Extend limit of App Search number of results

Open quim-motger opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. App Search by query is currently limited to 30 results. Isn't it possible to get all results through a pagination mechanism or similar?

Describe the solution you'd like Extend the google_play_scraper.search feature to paginate results from Google Play.

Describe alternatives you've considered

Additional context It is possible to get this information from Google Play, although it requires pagination management.

quim-motger avatar Jul 26 '22 05:07 quim-motger

This would be a great feature to have.

siftnoorsingh avatar Aug 17 '22 00:08 siftnoorsingh

Is it possible? I can always see limited number (=< 30) of results on play.google.com. If you think it possible, how does it work? Which URL query param is it to enable this pagination? It seems that only the Google Play app can display more than 30 results. I think we may need reverse engineering the Google Play app or packet capturing to break the limit.

milekey avatar Jan 03 '23 14:01 milekey

It is impossible because Google Play does not support it. Sorry.

JoMingyu avatar Jan 31 '23 09:01 JoMingyu

JoMingyu, I agree with you. (Note that my previous comment was intended to quim-motger) And thank you for this great library. Cheers! :)

milekey avatar Jan 31 '23 11:01 milekey

Just for clarification, are you talking about this page: https://play.google.com/store/search?q=merge&c=apps

Pages like that can return up to 250 results.

gabrielfiorelli avatar Jan 31 '23 13:01 gabrielfiorelli

https://play.google.com/store/search?q=merge&c=apps

Page like that can return up to 250 results.

gabrielfiorelli avatar Feb 03 '23 02:02 gabrielfiorelli