Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/google_play_scraper/lib/constants.js>constants

Node.js scraper to get data from Google Play
Latest
variable constants
import { constants } from "https://deno.land/x/google_play_scraper@v10.0.0/lib/constants.js";

type

{ clusters: { new: string; top: string; }; category: { APPLICATION: string; ANDROID_WEAR: string; ART_AND_DESIGN: string; AUTO_AND_VEHICLES: string; BEAUTY: string; BOOKS_AND_REFERENCE: string; BUSINESS: string; COMICS: string; COMMUNICATION: string; DATING: string; EDUCATION: string; ENTERTAINMENT: string; EVENTS: string; FINANCE: string; FOOD_AND_DRINK: string; HEALTH_AND_FITNESS: string; HOUSE_AND_HOME: string; LIBRARIES_AND_DEMO: string; LIFESTYLE: string; MAPS_AND_NAVIGATION: string; MEDICAL: string; MUSIC_AND_AUDIO: string; NEWS_AND_MAGAZINES: string; PARENTING: string; PERSONALIZATION: string; PHOTOGRAPHY: string; PRODUCTIVITY: string; SHOPPING: string; SOCIAL: string; SPORTS: string; TOOLS: string; TRAVEL_AND_LOCAL: string; VIDEO_PLAYERS: string; WATCH_FACE: string; WEATHER: string; GAME: string; GAME_ACTION: string; GAME_ADVENTURE: string; GAME_ARCADE: string; GAME_BOARD: string; GAME_CARD: string; GAME_CASINO: string; GAME_CASUAL: string; GAME_EDUCATIONAL: string; GAME_MUSIC: string; GAME_PUZZLE: string; GAME_RACING: string; GAME_ROLE_PLAYING: string; GAME_SIMULATION: string; GAME_SPORTS: string; GAME_STRATEGY: string; GAME_TRIVIA: string; GAME_WORD: string; FAMILY: string; }; collection: { TOP_FREE: string; TOP_PAID: string; GROSSING: string; }; sort: { NEWEST: number; RATING: number; HELPFULNESS: number; }; age: { FIVE_UNDER: string; SIX_EIGHT: string; NINE_UP: string; }; permission: { COMMON: number; OTHER: number; }; }