Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access short description from app listing #687

Closed
PierfrancescoSoffritti opened this issue Aug 9, 2024 · 6 comments
Closed

Access short description from app listing #687

PierfrancescoSoffritti opened this issue Aug 9, 2024 · 6 comments

Comments

@PierfrancescoSoffritti
Copy link

The library provides an API to fetch data about an app. The app detail object returned by this API contains the full description of the app, but not the short description.

Is there a reason why the short description is not included? I can see it if I inspect the source code of the Play Store page.

@jonathansampson
Copy link
Contributor

Can you share an example of an app with a short description, please?

@PierfrancescoSoffritti
Copy link
Author

PierfrancescoSoffritti commented Aug 9, 2024

Sure, every app has one see screenshot from Google Play Console.

It looks like they are only visible from Google Play's mobile UI, not from the desktop UI. See screenshot from mobile UI.

Somewhat annoyingly the source code of the web page only marks it as "description". You can search for "AI video editor with music!" in the source of this page.

jonathansampson added a commit to jonathansampson/google-play-scraper that referenced this issue Aug 9, 2024
@jonathansampson
Copy link
Contributor

Looks like the short description is just adjacent to the long description, so trivial to include. I've issued a PR to add the property and data, @PierfrancescoSoffritti. Nice suggestion :)

@PierfrancescoSoffritti
Copy link
Author

Nice, thanks for the very fast PR!

jonathansampson added a commit to jonathansampson/google-play-scraper that referenced this issue Aug 9, 2024
@jonathansampson
Copy link
Contributor

It looks like summary has the value you're seeking.

@facundoolano
Copy link
Owner

@PierfrancescoSoffritti you are looking for the summary property. Closing this as it's already implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants