"ai chat"), returns the per-day record of every prefix that surfaced it in Apple’s autocomplete, plus the best rank Apple placed it in. Use this to confirm whether a suggestion is sticky or a one-day flicker, and to understand which prefix paths users follow to discover it.
Query Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| suggestion | string | Yes | — | Exact autocomplete suggestion |
| country | string | No | us | ISO 3166-1 alpha-2 storefront |
| days | number | No | 30 | Lookback window in days, 3–180 |
Response
isCurrentlyVisible is true when the suggestion appeared in today’s snapshot — a quick way to confirm whether the trend is still live before acting on it.
Credit Cost
2 credits per request.Use Cases
- Decide whether to invest in ranking for a suggestion based on its history (sticky vs one-off).
- Detect when a previously-strong suggestion stops being surfaced (signal of changing search behaviour).
- Build a “discovery path” view: which prefixes users type to reach the suggestion.

