Google play developer API - List all apps from my account
Asked Answered
F

1

11

Following this guide https://developers.google.com/android-publisher/api-ref/ i am trying to find out if there is a way to list all games from my google play console but i can't find any. Is there a method to list all apps and package names from my account?

Thanks

Fye answered 30/12, 2016 at 11:32 Comment(1)
hi @keepwalking, any update? Did you find solution for it?Leigha
S
1

Maybe this can help. https://stackoverflow.com/a/51984202

As a summary, there are no methods exist in official api. Instead you can use Google Play search functionality.

Alternatively you can also use https://github.com/facundoolano/google-play-scraper project.

For a cloud based solution there is a commercial api https://serpapi.com/google-play-api which has 100 query/month.

Spotless answered 19/1, 2023 at 15:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.