app-store-scraper icon indicating copy to clipboard operation
app-store-scraper copied to clipboard

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

Open xinnyuann opened this issue 6 years ago • 1 comments

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.

xinnyuann avatar Mar 13 '18 14:03 xinnyuann

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.

bameur avatar Dec 05 '19 15:12 bameur