appstore_search
Search the App Store by query term to retrieve app listings. Supports filtering by country, language, pagination, and returning only app IDs.
Instructions
Search the App Store. Returns App Store search results for a term. Set ids_only=true to return only app IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | Number of apps per page | |
| lang | No | Result language tag | |
| page | No | Search page number (1-based) | |
| term | Yes | Search term | |
| country | No | Two-letter storefront country code | |
| ids_only | No | Return only app IDs |