Fortytwo App Search
fortytwo_app_searchSearch the app store by keyword and return matching apps with pagination. Example: fortytwo_app_search({ platform: "ios", query: "racing games", limit: 20, page: 1, _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default 1). | |
| limit | No | Results per page (1-50). Default 10. | |
| query | Yes | Search term, e.g. "racing games", "meditation". | |
| _apiKey | Yes | 42matters API access token (get one at https://42matters.com/pricing). | |
| platform | No | App store to query: "android" (Google Play) or "ios" (Apple App Store). Defaults to "android". |