facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.31k stars 627 forks source link

Search results truncated #82

Closed afehners closed 8 years ago

afehners commented 8 years ago

Searching for various keywords with the max results set to 250 returns results often of a lot less. Commonly I see only 20 results. Some keywords return 60.

This is a new issue as previously I was always returned the number of results requested. If I dump the HTML returned from calling the search I can see a page of 20 results and a 'Show More' link at the top which it seems search.js is not looking for and so only returns the first page of results.

Here is an example of the HTML result I see in function doSearch (query){} in search.js

`<!doctype html>

breastfeeding – Android Apps on Google Play

`

ghost commented 8 years ago

looks like fixed: https://github.com/facundoolano/google-play-scraper/pull/83

afehners commented 8 years ago

Confirmed fixed 👍🏻