David719
Junior Member
- Nov 1, 2019
- 161
- 24
Hi everyone,
I’ve been digging into the topic of LLM-based search and came across this article from SurferSEO:
https://surferseo.com/blog/llm-scraped-ai-answers-vs-api-results/
It got me thinking about something we’re currently trying to figure out internally — specifically around query fan-out strategies and how different approaches to collecting LLM outputs might impact results.
From what I understand, there seem to be two main approaches:
I’m trying to better understand:
Would really appreciate any insights, experiences, or even terminology clarification.
Thanks a lot in advance — happy to discuss further.
I’ve been digging into the topic of LLM-based search and came across this article from SurferSEO:
https://surferseo.com/blog/llm-scraped-ai-answers-vs-api-results/
It got me thinking about something we’re currently trying to figure out internally — specifically around query fan-out strategies and how different approaches to collecting LLM outputs might impact results.
From what I understand, there seem to be two main approaches:
- API-based querying (structured access)
- Using official APIs (e.g. OpenAI, Gemini, etc.)
- Often includes features like grounding, system prompts, temperature control, etc.
- “AI answers” / scraped or simulated querying
- Tools that simulate real user queries directly in LLM interfaces (like ChatGPT, Perplexity, etc.)
- Not going through APIs, but rather mimicking how a user would input queries
- Possibly leveraging UI-layer responses (including retrieval, UI-specific ranking, etc.)
I’m trying to better understand:
- How different are the outputs between these two approaches in practice?
Are API responses significantly different from what you’d get via “AI answers” interfaces? - Does query fan-out behave differently depending on the method?
(e.g. multiple reformulations, breadth of coverage, consistency) - Is API grounding enough to approximate real-world AI answer outputs?
Or are we missing something important that only shows up in UI-based / non-API responses? - What’s the right way to approach this from a data collection / SEO perspective?
Especially if the goal is to understand how brands/content appear in AI-generated answers.
Would really appreciate any insights, experiences, or even terminology clarification.
Thanks a lot in advance — happy to discuss further.