Module: ScraperGooglePlay

Defined in:
lib/scraper_google_play.rb,
lib/scraper_google_play/version.rb

Defined Under Namespace

Classes: App, Base, Category, Reviews, Search

Constant Summary collapse

APPURL =
"https://play.google.com/store/apps/details"
CATEGORYURL =
"https://play.google.com/store/apps/category/"
SEARCHURL =
"https://play.google.com/store/search"
REVIEWSURL =
"https://play.google.com/store/getreviews"
VERSION =
"0.1.9"