fetch_appstore_icon
Fetch an existing app icon from the App Store by app ID or bundle identifier.
Description
This tool fetches the current app icon from the App Store. Useful for using as a reference when generating variations or for downloading your own app's icon.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | The project ID |
appStoreId | string | Conditional | App Store ID (numeric) |
bundleId | string | Conditional | Bundle identifier (e.g., com.example.app) |
Required Fields
You must provide either appStoreId or bundleId.
Example Usage
Natural Language Promptstext
"Fetch the Spotify app icon""Get the icon for app ID 284882215""Download the icon for com.instagram.ios"
Response
{"success": true,"icon": {"url": "https://cdn.appstorecopilot.com/icons/fetched-123.png","size": 1024,"appName": "Spotify","appStoreId": "324684580"}}