I’ve used similar measures the last time I’ve published a game for Android. The thing is I had to do it through ASO apps that are expensive and very limited in their free plans, so since then I had the idea of making an open source alternative for that. This one is still very limited and it probably needs more tuning of the scoring weights, but I think it can be very useful as is for keyword discovery.
Mostly because I already had the google play scraper written in Node, which handles the data fetching part. With that available it was just a matter of doing some transformations and figuring out the scores.
meta: an SEO tag would be brilliant, as it is a perfect example of something I want to filter.
Did you personally use it in one of your projects? And if yes how did it perform?
I’ve used similar measures the last time I’ve published a game for Android. The thing is I had to do it through ASO apps that are expensive and very limited in their free plans, so since then I had the idea of making an open source alternative for that. This one is still very limited and it probably needs more tuning of the scoring weights, but I think it can be very useful as is for keyword discovery.
Out of curiosity, why have you implemented this in node?
Mostly because I already had the google play scraper written in Node, which handles the data fetching part. With that available it was just a matter of doing some transformations and figuring out the scores.