app-store-scraper
app-store-scraper copied to clipboard
Can't Get Reviews After Providing 'id' and 'appId'
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.
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.