facundoolano / app-store-scraper

scrape data from the itunes app store
MIT License
1.03k stars 241 forks source link

Can't Get Reviews After Providing 'id' and 'appId' #58

Open xinnyuann opened 6 years ago

xinnyuann commented 6 years ago

Hi, Thanks for developing this scraper. I use 'app' to retrieve the full detail of an application with id: 1135011025 and find the appId. But after I providing both 'id' and 'appId' as options in 'reviews', there's nothing retrieved. The codes are as following:

var store = require('app-store-scraper'); store.reviews({ id: 1135011025, appId: 'com.upside-travel.Winterfell', sort: store.sort.HELPFUL, page: 2 }) .then(console.log) .catch(console.log);

Thanks for your help.

bameur commented 4 years ago

Hi, I have the same behavior, can you help me solve this problem? in addition to that I do not have the following values: score: undefined, reviews: undefined, currentVersionScore: undefined, currentVersionReviews: undefined,

ratings: 0, histogram: {}

Thanks.