TheDocumentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
trends group exposes daily time-series for visibility, sentiment, and citations. All three subcommands accept the same time-range and filter flags.
Shared options
| Flag | Description |
|---|---|
--entity <id> | Entity ID (required) |
--period <period> | 7d, 14d, or 30d |
--start-date <iso> / --end-date <iso> | Custom date range (use both) |
--models <uuids> | Comma-separated model UUIDs |
--tags <ids> | Comma-separated tag IDs |
geogen trends visibility
Daily visibility percentage, mention count, and total responses. Maps to GET /v1/trends/visibility.
--prompt-ids <ids> to scope the trend to specific prompts.
geogen trends sentiment
Daily average sentiment score and mention count. Maps to GET /v1/trends/sentiment.
geogen trends citations
Daily citation count for top cited domains. Maps to GET /v1/trends/citations.
| Flag | Description |
|---|---|
--prompt-ids <ids> | Comma-separated prompt IDs |
--top-n <n> | Number of top cited domains to include in the trend |
Piping into a chart
--json output is ready for any plotting tool:

