GetApp
search_apps
Search App Store apps by store, category and text query. Cost: 1 credit.
Remote getappniche/aso-research
Remote (network-hosted)
Other tools also called search_apps?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "How many apps to return, 1-50 (default 10)."
},
"store": {
"anyOf": [
{
"enum": [
"apple",
"google"
],
"type": "string"
},
{
"type": "null"
}
],
"title": "Store",
"default": null,
"description": "Limit results to one store: 'apple' (App Store) or 'google' (Google Play). Omit to search both."
},
"offset": {
"type": "integer",
"title": "Offset",
"default": 0,
"minimum": 0,
"description": "How many apps to skip before returning results; use for paging."
},
"search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Search",
"default": null,
"description": "Free-text query matched against app title and developer name, e.g. 'calorie tracker'."
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Category",
"default": null,
"description": "Store category name to filter by, e.g. 'Health & Fitness', 'Productivity', 'Games'."
}
}
}