app-store-search
Search and retrieve app details from the App Store using specific terms, filters, and country/language settings. Access IDs, descriptions, prices, developers, and categories for market research and analysis.
Instructions
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)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | Two letter country code (default: us) | us |
idsOnly | No | Skip extra lookup request. Returns array of application IDs only (default: false) | |
lang | No | Language code for result text (default: en-us) | en-us |
num | No | Number of results to retrieve (default: 50) | |
page | No | Page of results to retrieve (default: 1) | |
term | Yes | Search term (required) |