app-store-developer
Retrieve detailed data on apps by a specific developer from the App Store, including IDs, titles, descriptions, prices, and release dates to support market analysis and competitor research.
Instructions
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)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | Country code to get app details from (default: us). Also affects data language. | us |
devId | Yes | iTunes artist ID of the developer (e.g., 284882218 for Facebook) | |
lang | No | Language code for result text. If not provided, uses country-specific language. |