UNPKG

playstore-app-info

Version:

Retrieve App Information from Google Play Store

13 lines (10 loc) 356 B
let app_name = document.getElementsByClassName( "product-header__title app-header__title" )[0].textContent; let developer_link = document.getElementsByClassName( "product-header__identity app-header__identity" )[0].children[0].href; let app_logo = document .getElementsByClassName("we-artwork__source")[0] .srcset.split(",")[0] .split(" ")[0];