gianlucascoccia
gianlucascoccia
Apparently it's only viewable from the Google Play App, not from the website. And it's only for popular apps too, as these information are collected from user reviews. Here's a...
I had a look myself and it appears that the values you listed are data that makes part of the featured user reviews, which makes sense since these app features...
Well, if `i++` is too tricky I find it funny that in preferred 1 and 2 you use `i--` :)
I'd like to add that semantically the preferred pattern is not the same as the others, sometimes the order in which you visit the array matters. Maybe add a comment...
Is this working now? I get this error, no matter which app I try: ``` Error: Similar link not found at parseSimilarApps (/Users/gianlucascoccia/Desktop/store_scraper/node_modules/google-play-scraper/lib/parsers/parseSimilarApps.js:20:11) at /Users/gianlucascoccia/Desktop/store_scraper/node_modules/google-play-scraper/lib/similar.js:38:29 at processTicksAndRejections (internal/process/task_queues.js:97:5) ```
I feel the same, I like the app and I use it daily but there are some annoying bugs. @hidroh if you're no longer working on it, how about finding...
In [this sister project](https://github.com/JoMingyu/google-play-scraper/) they have encountered the same issue. [Here](https://github.com/JoMingyu/google-play-scraper/issues/209#issuecomment-2036302883) I provided a workaround around the issue that appears to be working. I would submit a PR to fix...