-1

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.

Luca Lindholm
  • 813
  • 1
  • 9
  • 23

1 Answers1

0

There is no official API for getting app info from playstore, the only way is to scrape the website which is not legal but a lot of websites are doing it so i guess google is cool about it

Suhaib Roomy
  • 2,501
  • 1
  • 16
  • 22