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
| Command | Description | Method |
|---|
naive aeo llm-responses <llm> | Get AI model responses to queries | Live + Standard |
naive aeo llm-scraper <endpoint> | Scrape ChatGPT Search results | Live + Standard |
naive aeo llm-mentions <endpoint> | Track brand mentions in LLMs | Live |
naive aeo ai-keywords <endpoint> | AI search volume data | Live |
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
| LLM | Endpoint | Method |
|---|
| chatgpt | /v1/aeo/llm-responses/chatgpt | Live + Standard |
| claude | /v1/aeo/llm-responses/claude | Live + Standard |
| gemini | /v1/aeo/llm-responses/gemini | Live + Standard |
| perplexity | /v1/aeo/llm-responses/perplexity | Live only |
Options
| Flag | Required | Description |
|---|
--keyword <text> | Yes | Query to send to the LLM (sent as user_prompt) |
--model <name> | No | Model name (default: gpt-4o-mini) |
--location-code <code> | No | Location code |
--language-code <code> | No | Language 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
| Flag | Required | Description |
|---|
--keyword <text> | Yes | Search 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
| Endpoint | Description |
|---|
| search | Detailed mentions with counts and quoted links |
| aggregated-metrics | Consolidated metrics across dimensions |
| cross-aggregated-metrics | Compare metrics across multiple targets |
| top-domains | Most frequently mentioned domains |
| top-pages | Top mentioned pages for a keyword |
Options
| Flag | Required | Description |
|---|
--keyword <text> | Yes | Topic keyword |
--target <domain> | No | Domain or URL to track (also used for cross-aggregated-metrics) |
--location-code <code> | No | Location code |
--date-from <date> | No | Start date (YYYY-MM-DD) |
--date-to <date> | No | End 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
| Flag | Required | Description |
|---|
--keywords <list> | Yes | Comma-separated keywords (up to 1000) |
--location-code <code> | No | Location code |