Social Analytics Daily
Day-by-day metrics across your accounts, with a per-platform breakdown
Published
Overview#
Returns your social metrics summed per day. This is the series behind the trend chart on the Analytics page. Each day carries post counts and metrics, and the response includes a per-platform breakdown for the whole window.
https://api.orshot.com/v1/social/analytics/dailyRequest#
await fetch(
"https://api.orshot.com/v1/social/analytics/daily?from=2026-08-01&to=2026-08-13",
{
method: "GET",
headers: {
Authorization: "Bearer <ORSHOT_API_KEY>",
},
},
);Query Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
platform | String | No | Only this platform, e.g. linkedin |
account_id | Integer | No | Only this connected account |
source | String | No | all (default), orshot (published through Orshot) or external (synced from platform) |
from | String | No | Start date, YYYY-MM-DD |
to | String | No | End date, YYYY-MM-DD |
refresh | String | No | Pass 1 to bypass the cache and pull fresh numbers from the platforms |
Error Responses#
Same as the analytics overview endpoint: 403 with code analytics_not_enabled, and 429 with a Retry-After header when the 10 requests per minute analytics budget is exhausted.
Ready to automate?
Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.
Get your API key- Image, PDF and video generation via API
- Visual editor with AI and smart layouts
- Zapier, Make, MCP and 50+ integrations
- White-label embed for your own app
- 30 free credits — no credit card required