AppInsight (App Store / Play Store)

AppInsight (App Store / Play Store)

jiantaofu

Retrieves comprehensive data from Apple App Store and Google Play Store including app details, reviews, ratings, and market intelligence. Provides tools to search, analyze, and compare mobile apps across both major app marketplaces.

21325 views14Local (stdio)

What it does

  • Search apps across App Store and Google Play
  • Fetch detailed app information and metadata
  • Retrieve user reviews and ratings data
  • Get app version history and release notes
  • Find similar apps and competitor analysis
  • Access developer portfolios and privacy details

Best for

Mobile app market research and competitive analysisApp developers tracking competitors and market trendsProduct managers analyzing app performance metricsMarketing teams researching app store optimization
Covers both major app stores20+ analysis toolsNo API key required

Tools (20)

app-store-search

Search for apps on the App Store. Returns a list of apps with the following fields: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

app-store-details

Get detailed information about an App Store app. Returns an object with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - url: App Store URL - description: Full app description - icon: Icon URL - genres: Array of category names - genreIds: Array of category IDs - primaryGenre: Main category name - primaryGenreId: Main category ID - contentRating: Content rating (e.g. '4+') - languages: Array of language codes - size: App size in bytes - requiredOsVersion: Minimum iOS version required - released: Initial release date (ISO string) - updated: Last update date (ISO string) - releaseNotes: Latest version changes - version: Current version string - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - developerId: Developer's ID - developer: Developer name - developerUrl: Developer's App Store URL - developerWebsite: Developer's website URL if available - score: Current rating (0-5) - reviews: Total number of ratings - currentVersionScore: Current version rating (0-5) - currentVersionReviews: Current version review count - screenshots: Array of screenshot URLs - ipadScreenshots: Array of iPad screenshot URLs - appletvScreenshots: Array of Apple TV screenshot URLs - supportedDevices: Array of supported device IDs - ratings: Total number of ratings (when ratings option enabled) - histogram: Rating distribution by star level (when ratings option enabled)

app-store-reviews

Get reviews for an App Store app. Returns an array of reviews with: - id: Review ID - userName: Reviewer's name - userUrl: Reviewer's profile URL - version: App version reviewed - score: Rating (1-5) - title: Review title - text: Review content - url: Review URL - updated: Review date (ISO string)

app-store-similar

Get similar apps ('customers also bought') from the App Store. Returns a list of apps with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

app-store-developer

Get apps by a developer on the App Store. Returns a list of apps with: - id: App Store ID number - appId: Bundle ID (e.g. 'com.company.app') - title: App name - icon: Icon image URL - url: App Store URL - price: Price in USD - currency: Price currency code - free: Boolean indicating if app is free - description: App description - developer: Developer name - developerUrl: Developer's App Store URL - developerId: Developer's ID - genre: App category name - genreId: Category ID - released: Release date (ISO string)

Alternatives