ActionFacebookUpdated June 2026

How do I get Facebook Page analytics?

Short answer: You can get page insights in Facebook by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Facebook Get Page Insights 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.

Get Page Insights in Facebook — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Page ID
page_id
stringRequiredPage ID. Example: 123456789
Metric
metric
optionsRequiredMetric. Options: Page Impressions, Page Engaged Users, Page Post Engagements, Page Views Total, Page Fans (likes)
Period
period
optionsOptionalPeriod. Options: Day, Week, Month (28 days)
Sample request
{
"page_id": "e.g. 123456789",
"metric": "{{trigger.metric}}",
"period": "{{trigger.period}}"
}
Returns
{
"data": [
{
"name": "page_impressions",
"period": "day",
"values": [
{
"value": 1250,
"end_time": "2025-01-15T08:00:00+0000"
}
]
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Page Insights.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Page Insights.

What does the Get Page Insights action do in Facebook?
Returns Page metrics — impressions, engaged users, post engagements, page follows, page views. Daily granularity. Useful for "weekly social performance digest" rollup workflows.
What inputs does Get Page Insights require?
Required: Page ID, Metric. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Facebook returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Page Insights support batch operations?
Yes. Run Get Page Insights inside a Loop node to process arrays. TinyCommand handles Facebook's rate limits automatically so you don't have to throttle manually.
More actions

Other Facebook actions.

Action
Create Page Post
Publishes a post to a connected Page — text, link, or media. For "cross-publish from blog to Facebook Page" or "auto-share product launches" workflows.
Action
Get Page Info
Returns the connected Page's profile — name, follower count, category, contact info. Useful for cross-Page reporting and for inventorying Page configuration.
Action
List Page Posts
Paginated posts on the connected Page with engagement counts (likes, comments, shares). For "best-performing posts this month" reporting or for cross-platform syndication audits.
Get Page Insights in Facebook — start free