I know that this question has beeing asked before… but somehow all the answers are incomplete, not applyable or (mostly) outdated.
So, I'm asking now, in 2018:
Is there a way to access app's details, knowing its ID (e.g. com.companyName.appName), on the Play Store, the largest mobile Marketplace?
Is there an official API? Browsing the GoogleApis, I didn't find any.
Is there a way to obtain theese data in another way (e.g. some nuget package)?
Or do we still need to analyze the app's HTML web page, searching for the correct nodes?
I need to access this data using C#.
Best regards.