Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

CommandDescriptionMethod
naive aeo llm-responses <llm>Get AI model responses to queriesLive + Standard
naive aeo llm-scraper <endpoint>Scrape ChatGPT Search resultsLive + Standard
naive aeo llm-mentions <endpoint>Track brand mentions in LLMsLive
naive aeo ai-keywords <endpoint>AI search volume dataLive

LLM Responses

Query major AI models and capture their responses.
naive aeo llm-responses chatgpt --keyword "best project management software 2026"
naive aeo llm-responses claude --keyword "top CRM platforms"
naive aeo llm-responses gemini --keyword "ai tools for marketing"
naive aeo llm-responses perplexity --keyword "best web hosting 2026"

Supported LLMs

LLMEndpointMethod
chatgpt/v1/aeo/llm-responses/chatgptLive + Standard
claude/v1/aeo/llm-responses/claudeLive + Standard
gemini/v1/aeo/llm-responses/geminiLive + Standard
perplexity/v1/aeo/llm-responses/perplexityLive only

Options

FlagRequiredDescription
--keyword <text>YesQuery to send to the LLM (sent as user_prompt)
--model <name>NoModel name (default: gpt-4o-mini)
--location-code <code>NoLocation code
--language-code <code>NoLanguage code
--keyword is sent as user_prompt to the API. Perplexity only supports Live mode.

LLM Scraper

Scrape ChatGPT Search results including citations and source links.
naive aeo llm-scraper --keyword "best developer tools 2026"

Options

FlagRequiredDescription
--keyword <text>YesSearch query

LLM Mentions

Track how frequently brands and domains appear in AI responses.
naive aeo llm-mentions search --keyword "CRM software" --target salesforce.com
naive aeo llm-mentions aggregated-metrics --keyword "project management"
naive aeo llm-mentions top-domains --keyword "ai tools"
naive aeo llm-mentions top-pages --keyword "web hosting"

Endpoints

EndpointDescription
searchDetailed mentions with counts and quoted links
aggregated-metricsConsolidated metrics across dimensions
cross-aggregated-metricsCompare metrics across multiple targets
top-domainsMost frequently mentioned domains
top-pagesTop mentioned pages for a keyword

Options

FlagRequiredDescription
--keyword <text>YesTopic keyword
--target <domain>NoDomain or URL to track (also used for cross-aggregated-metrics)
--location-code <code>NoLocation code
--date-from <date>NoStart date (YYYY-MM-DD)
--date-to <date>NoEnd date (YYYY-MM-DD)

AI Keywords

Get search volume estimates for keywords in AI search engines.
naive aeo ai-keywords --keywords "best ai tools,chatbot for business"

Options

FlagRequiredDescription
--keywords <list>YesComma-separated keywords (up to 1000)
--location-code <code>NoLocation code