JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
726 stars 197 forks source link

[FEAT-REQ] Privacy Data Safety labels #130

Open suidpit opened 2 years ago

suidpit commented 2 years ago

Hello and thanks for your great work! Do you think it could be possible to add information on the privacy details that google play is rolling out in these days?

example: https://play.google.com/store/apps/datasafety?id=com.github.android

JoMingyu commented 2 years ago

I'm a little skeptical because I have to send another http request. I think I need to create a separate function instead of putting it in the app function that currently being provided. Is that ok?

suidpit commented 2 years ago

I think it's perfect, and it is aligned to what the npm app-store-scraper does: https://www.npmjs.com/package/app-store-scraper#privacy

kluhan commented 2 years ago

I am also interested in this feature and will probably start working on a solution next week. If someone has already started solving the problem by then, I am also willing to support them.