Get many counts in one call
Get the latest count for every supported account in one Mallary profile. You do not need to check each social app by hand.
See the latest audience count for every supported social account in one Mallary profile. Build reports, charts, and alerts without checking each app by hand.
Use one small API response to track growth, build reports, and see when an account reaches its next goal.
Get the latest count for every supported account in one Mallary profile. You do not need to check each social app by hand.
Save each new count in your app. Then turn the data into a clear chart, report, or weekly update.
Build an alert when an account grows, slows down, or reaches a goal that matters to your team.
Mallary keeps each account and metric clear, so you always know what the number means.
Get the latest subscriber count for each connected YouTube channel.
Get the audience count that Facebook gives for each connected Page.
Get the latest follower count for each connected Instagram account.
Get the latest follower count for each connected Threads account.
Get the latest follower count for each connected X account.
Get the latest follower count for each connected Pinterest account.
Mallary returns one item for each connected account in the profile. Each item has the platform, account, metric, count, status, and update time.
Keep each brand or project in its own Mallary profile.
Use your default profile or add profile_id for another profile.
Add it to your report, chart, alert, app, or agent.
curl --request GET \
--url 'https://mallary.ai/api/v1/audience' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"status": "ok",
"data": {
"profile_id": "AbC123xYz90",
"audience": [
{
"platform": "youtube",
"metric": "subscribers",
"count": 12450
}
]
}
}
The Audience API gives you a small, clear response that is easy to use in many tools.
Show each brand its latest audience count in one clean view.
Add follower and subscriber gains to the reports you already send.
Track progress toward a follower or subscriber goal for each account.
Give your agent or workflow the latest count before it makes a report.
Here is what to know before you build with the endpoint.
It returns the latest follower, subscriber, or Page like count for each supported account in one Mallary profile. It also tells you the platform, account, metric, status, and time of the last count.
You can get audience counts for YouTube, Facebook Pages, Instagram, Threads, X, and Pinterest.
Mallary checks supported audience counts once every 24 hours. The API gives you the latest saved count.
Yes. Add profile_id when you want a profile that is not your default profile. Leave it out to use your default profile.
No. Each account stays on its own line. One person may follow you on more than one platform, so adding every count could be wrong.
The Audience API is part of the analytics tools on Starter, Pro, and Business plans.
Connect your social accounts, call one endpoint, and build a clear view of your audience.