Discovered Keywords
sonar_discovered_keywordsKeywords Sonar's discovery engine surfaced for one of your tracked apps but that aren't tracked yet — ranked finds (the app already ranks, unnoticed), competitor gaps, and AI/autocomplete-sourced ideas — each with popularity, difficulty, AI relevance, and an opportunity score (0-100, best first). This is Sonar's "what should I track next" answer: read it, pick the winners, then track them with sonar_track_keywords. Requires an Indie plan (trial counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (1-500). Default 200. | |
| app_id | Yes | Sonar app UUID of one of your tracked apps — the `id` returned by sonar_list_apps or sonar_create_product. NOT a store id. | |
| bucket | No | Filter by classification: "ranked" = the app already ranks for it, "gap" = a competitor ranks but the app does not, "idea" = verified research suggestion with no rank evidence yet. Omit for all. | |
| source | No | Filter by how the keyword was discovered. Omit for all sources. | |
| status | No | Filter by row status. Default "new" — the still-actionable suggestions; "all" includes rows already tracked or hidden. | |
| country | No | Filter to one market (ISO country code). Omit for all markets. | |
| min_relevance | No | Only rows with AI relevance at or above this value (0-100). | |
| min_opportunity | No | Only rows with an opportunity score at or above this value (0-100). |