Using a language model to estimate a query's monthly search volume — directionally useful for sizing topics, but not precise.
LLM search volume prediction is using a large language model to estimate how much a query is searched each month. The short answer on accuracy: no, it isn't precise — but it does have a general sense of scale.
We tested Google's Gemini against real Search Console impressions. Correlation was weak-to-moderate (Pearson ~0.41, Spearman ~0.57), meaning the model ranks big-vs-small topics better than it predicts exact numbers. Grouped into five volume buckets, only about 35% of predictions landed in the exact right bucket, though roughly 69% were in the right bucket or an adjacent one, with middle buckets more accurate than the extremes.
The practical takeaway is to treat LLM volumes as opportunity tiers for ideation, not precise figures, and always verify against your own analytics. It sits alongside query classification as an LLM-assisted planning signal rather than a replacement for measured data.