app-store-developer
Retrieve detailed app listings by a specific developer from the App Store, including IDs, names, URLs, prices, genres, and release dates, to analyze developer portfolios or track app market trends.
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. |