Look up apps by bundle id or batch of ids
get_apps_batchResolve a single Apple app by bundleId (e.g. com.burbn.instagram), or fetch many apps at once with a comma-separated ids batch (Apple up to ~200 ids in one round-trip; Google fans out and coalesces). A batch request returns an "apps" array; a bundleId request returns a single "app". Supports store="both" for batch lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated app ids for a batch lookup (up to ~200). | |
| lang | No | Language. Derived from country when omitted. | |
| store | Yes | Target store. "both" is supported for batch (ids) lookups. | |
| country | No | ISO-3166 alpha-2 storefront/region, lowercase. Defaults to us. | |
| bundleId | No | Apple bundle id to resolve, e.g. com.burbn.instagram. Mutually informative with ids. |