Short answer: You can simple analytics get stats in Simple Analytics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Simple Analytics Simple Analytics Get Stats action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Website hostname | string | Required | Website. e.g. "example.com" |
Start Date start | date | Required | Start Date. (date/time) |
End Date end | date | Required | End Date. (date/time) |
{"hostname": "example.com","start": "{{trigger.start}}","end": "{{trigger.end}}"}
{"visitors": 2000,"histogram": [{"date": "2026-04-11","visitors": 100,"pageviews": 200}],"pageviews": 5000}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.