google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

Application in different countries with equal language returning the same reviews

Open thimontenegro opened this issue 5 years ago • 5 comments

Same application, with the equal language, in different countries, for example, Argentina and Colombia, have the same reviews? Because I'm getting the same result from reviews in different countries.

thimontenegro avatar Feb 10 '21 14:02 thimontenegro

Yes, they do. I am having the same issue. Will update you if I find a solution. Were you able to solve this?

joaquinmenendez avatar Nov 05 '21 15:11 joaquinmenendez

It seems that country does not matter for filtering reviews. The main filter is language parameter and it's not actual language of review, it is language of Google account of user left this review.

streamride avatar Feb 09 '22 11:02 streamride

Hi, I am not very into JavaScript but is it possible to take all reviews from all countries without writing the code for 195 times:)

kaanbaycan avatar Jul 12 '22 18:07 kaanbaycan

Create an Array of all the languages then use the: Array.forEach(item => { // Get reviews code ... }) code to get reviews for each item of the language array.

yussufbiyik avatar Sep 01 '22 07:09 yussufbiyik

I am still seeing this exact same issue... guess no way to filter that? 😞

hernan-uala avatar Mar 18 '24 14:03 hernan-uala