Social Analytics Accounts
Follower counts, growth and daily follower history per connected account
Published
Overview#
Returns audience stats for every connected social account: current follower count, following and media counts where the platform reports them, growth over the window, and a per-date follower history series.
This is the data behind the follower growth chart and the account rows in your dashboard.
https://api.orshot.com/v1/social/analytics/accountsRequest#
await fetch(
"https://api.orshot.com/v1/social/analytics/accounts?from=2026-07-14",
{
method: "GET",
headers: {
Authorization: "Bearer <ORSHOT_API_KEY>",
},
},
);avatar is a fresh URL from the platform. Prefer it over any stored copy, since platform CDN links expire. Fields a platform does not report (for example, following_count on LinkedIn pages) come back as null.
Query Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
from | String | No | Start of the history window, YYYY-MM-DD |
to | String | No | End of the history window, 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