get_developer_info
Retrieve developer information and app listings from iOS App Store or Google Play Store by providing developer identifiers, platform, and optional localization parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| developerId | Yes | The developer identifier. For Android: the name (e.g., 'Google LLC') or ID ('570031...'). For iOS: the numeric artist ID (e.g., '284882218') or the developer name ('Facebook'). If a name is provided for iOS, the tool will attempt to find the numeric ID. | |
| platform | Yes | The platform associated with the developer ('ios' or 'android'). | |
| country | No | Two-letter country code for store localization. Default 'us'. | us |
| lang | No | Language code for results. Default 'en'. | en |
| includeApps | No | Whether to fetch and include details of the developer's apps in the response (up to 100 for Android, potentially more for iOS). Setting to false returns only developer metadata. |