google-play-list
Retrieve detailed app listings from Google Play collections, including metadata like ratings, pricing, and developer info. Filter by category, language, and country for targeted market research and competitor analysis.
Instructions
Get apps from Google Play collections. Returns a list of apps with:
- url: Play Store URL
- appId: Package name (e.g., 'com.company.app')
- title: App name
- summary: Short description
- developer: Developer name
- developerId: Developer ID
- icon: Icon URL
- score: Rating (0-5)
- scoreText: Rating display text
- priceText: Price display text
- free: Boolean indicating if app is free
When fullDetail is true, includes all fields from app details endpoint.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
age | No | Age range filter (only for FAMILY category). Options: FIVE_UNDER, SIX_EIGHT, NINE_UP | |
category | No | Category to filter by. Available categories: Main Categories: - APPLICATION: All applications - ANDROID_WEAR: Wear OS apps - ART_AND_DESIGN: Art & Design - AUTO_AND_VEHICLES: Auto & Vehicles - BEAUTY: Beauty - BOOKS_AND_REFERENCE: Books & Reference - BUSINESS: Business - COMICS: Comics - COMMUNICATION: Communication - DATING: Dating - EDUCATION: Education - ENTERTAINMENT: Entertainment - EVENTS: Events - FINANCE: Finance - FOOD_AND_DRINK: Food & Drink - HEALTH_AND_FITNESS: Health & Fitness - HOUSE_AND_HOME: House & Home - LIFESTYLE: Lifestyle - MAPS_AND_NAVIGATION: Maps & Navigation - MEDICAL: Medical - MUSIC_AND_AUDIO: Music & Audio - NEWS_AND_MAGAZINES: News & Magazines - PARENTING: Parenting - PERSONALIZATION: Personalization - PHOTOGRAPHY: Photography - PRODUCTIVITY: Productivity - SHOPPING: Shopping - SOCIAL: Social - SPORTS: Sports - TOOLS: Tools - TRAVEL_AND_LOCAL: Travel & Local - VIDEO_PLAYERS: Video Players - WATCH_FACE: Watch Faces - WEATHER: Weather Game Categories: - GAME: All Games - GAME_ACTION: Action Games - GAME_ADVENTURE: Adventure Games - GAME_ARCADE: Arcade Games - GAME_BOARD: Board Games - GAME_CARD: Card Games - GAME_CASINO: Casino Games - GAME_CASUAL: Casual Games - GAME_EDUCATIONAL: Educational Games - GAME_MUSIC: Music Games - GAME_PUZZLE: Puzzle Games - GAME_RACING: Racing Games - GAME_ROLE_PLAYING: Role Playing Games - GAME_SIMULATION: Simulation Games - GAME_SPORTS: Sports Games - GAME_STRATEGY: Strategy Games - GAME_TRIVIA: Trivia Games - GAME_WORD: Word Games - FAMILY: Family Games | |
collection | No | Collection to fetch apps from (default: TOP_FREE). Available collections: - TOP_FREE: Top free applications - TOP_PAID: Top paid applications - GROSSING: Top grossing applications | TOP_FREE |
country | No | Country code to get results from (default: us) | us |
fullDetail | No | Include full app details in results (default: false) | |
lang | No | Language code for result text (default: en) | en |
num | No | Number of apps to retrieve (default: 500) |