search_keywords_by_app
Retrieve top search keywords for a specific Atlassian Marketplace app, including time-series count data. Filter by date range and aggregation (week or month) to analyze keyword performance.
Instructions
Top search keywords for one app. Returns {summary:{addonName, addonKey, leadingSearchKeyword, …}, details:[{searchKeyword, keywordCount, elements:[{date,count}]}]}. productId is a PATH segment. Filters: aggregation/startDate/endDate (pagination/hosting ignored).
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/products/{productId}/search-keywords): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-products-productid-search-keywords-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | ISO date YYYY-MM-DD. | |
| productId | Yes | Product UUID (path segment; from apps_list / apps_known). | |
| startDate | No | ISO date YYYY-MM-DD. | |
| aggregation | No | Time-series bucket cadence for the `elements[]` arrays. Default week. |