The community member is trying to crawl App Store reviews for an app based on the South Korea location, but the reviews they are getting are from the US App Store. They have tried using a JSON object with the country code "kr" and other parameters, but it is not working as expected. The other community members responding are unable to provide a definitive answer, but suggest using Korean proxies and the country code in the JSON object as potential solutions.
Hello, I am now trying to crawl App store reviews of an app based on South Korea location. I tryed the json as { "appId": "ai.replika.app", "country": "kr", "id": "1158555867", "limit": 500 } but it only shows the reviews based on the US app store. Is there anything I'm missing?
Hi, could you provide more information? For example, which website are you scraping? Usually, websites have different domain names for different countries, or you might be able to control the language displayed on the website using the hl parameter.