platform=google) search bar — making them a powerful source for discovering real search queries.
Query Parameters
Code Examples
Basic Suggestions
With Expand (Long-Tail Discovery)
With Metrics (Volume & Difficulty)
Response
Basic (default)
With metrics=1
When
metrics=1 is set, only the top 10 suggestions are enriched with volumeScore and difficulty. Suggestions beyond position 10 will not include these fields. This keeps response times reasonable since metric calculation requires additional API calls.Response Fields
Suggestion Object
How suggestRank Works
ThesuggestRank value represents the position of this suggestion in Apple’s autocomplete dropdown. A rank of 1 means this is the most popular completion that Apple shows first when a user types the given prefix.
Lower suggestRank values generally correlate with higher search volume, making this a useful proxy for keyword popularity even without the metrics flag.
Expand Mode
Whenexpand=1 is set, the API queries prefix variants by appending each letter of the alphabet to your term:
puzzle a→ puzzle adventure, puzzle action, …puzzle b→ puzzle bobble, puzzle blocks, …puzzle c→ puzzle craft, puzzle cats, …- … and so on through
puzzle z

