JoMingyu / google-play-scraper

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

Add developerInternalID #173

Open realchandan opened 1 year ago

realchandan commented 1 year ago
from google_play_scraper import app
from google_play_scraper.constants.element import ElementSpec, ElementSpecs

ElementSpecs.Detail["developerInternalID"] = ElementSpec(5, [1, 2, 68, 2])

The developerInternalID is at [1, 2, 68, 2]