I get data from APP, but the comment section is having a null problem, not returning results. I need someone to fix it. (see the photo to understand what I mean better):
var gplay = require('google-play-scraper');
gplay.app({appId: 'com.google.android.apps.translate'})
.then(console.log, console.log);
"comments": [
null,
null,
null,
null,
null
],
https://i.imgur.com/LBp3Ryr.png