Facebook Post Analytics - Video Views, Reactions & Shares PPR avatar

Facebook Post Analytics - Video Views, Reactions & Shares PPR

Pricing

from $5.00 / 1,000 facebook post analytics & metrics

Go to Apify Store
Facebook Post Analytics - Video Views, Reactions & Shares PPR

Facebook Post Analytics - Video Views, Reactions & Shares PPR

Get detailed analytics for any public Facebook post, video or reel - no login. Paste URLs and get views, plays, reactions with a per-emoji breakdown, comments and shares. Export to CSV, JSON or Excel, run via API or on a schedule.

Pricing

from $5.00 / 1,000 facebook post analytics & metrics

Rating

0.0

(0)

Developer

Zaver

Zaver

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Facebook Post Analytics πŸ“˜πŸ“Š

Facebook Post Analytics gets detailed metrics for any public Facebook post, video or reel β€” no login, no password. Paste one or more Facebook URLs and get views, plays, total reactions with a per-emoji breakdown, comments and shares, plus the page name and post title. Export to CSV, Excel or JSON, or pull it via the API.

Built for social media analytics, competitor benchmarking, campaign reporting and video-performance tracking.

  • βœ… No login, no password β€” public content read anonymously
  • βœ… Video views & plays for watch pages
  • βœ… Reactions breakdown β€” Like, Love, Haha, Wow, Sad, Angry counts, not just a total
  • βœ… Comments & shares
  • βœ… Bulk β€” analyze many posts in one run
  • βœ… CSV, Excel, JSON, XML export + full API, scheduler and integrations

What data does it extract?

One row per post/video:

FieldDescriptionExample
channelPage / owner nameNASA
titlePost or video titleLaunch highlights
view_countVideo views250000
likesTotal reactions4200
reactions_breakdownPer-reaction counts{"Like":3000,"Love":900,"Wow":300}
commentsComment count310
sharesShare count25
post_urlCanonical post URLhttps://www.facebook.com/watch/?v=…

Why choose this Facebook analytics scraper?

  • Reactions breakdown, not just a total. See exactly how an audience reacted β€” Love vs Haha vs Angry β€” which raw "like" totals hide. Useful for sentiment and creative testing.
  • Video views + plays. For watch pages you get both the view count and play count, the numbers that matter for video performance.
  • No login, bulk, schedulable. Feed a list of URLs and run on a schedule to track how posts perform over time. Your Facebook account is never used.

How to analyze Facebook posts (step by step)

  1. Paste one or more post, video or reel URLs (a /watch/?v=… link, a /reel/<id> link, or an fb.watch share link).
  2. Click Start.
  3. Download from the Storage β†’ Dataset tab as CSV, Excel, JSON or XML, or read via the API.

Example input

{
"postUrls": [
"https://www.facebook.com/watch/?v=1234567890",
"https://www.facebook.com/reel/9876543210"
]
}

Example output

{
"channel": "NASA",
"title": "Launch highlights",
"view_count": 250000,
"likes": 4200,
"reactions_breakdown": {"Like": 3000, "Love": 900, "Wow": 300},
"comments": 310,
"shares": 25,
"post_url": "https://www.facebook.com/watch/?v=1234567890"
}

Run it via the Apify API

curl "https://api.apify.com/v2/acts/YOUR~ACTOR/runs?token=YOUR_TOKEN" \
-X POST -H "Content-Type: application/json" \
-d '{"postUrls": ["https://www.facebook.com/watch/?v=1234567890"]}'

Works with the Apify SDK, scheduled runs, webhooks, and integrations for Make, Zapier, n8n, Google Sheets and LangChain.

Pricing β€” pay only for results

You are billed per post successfully analyzed. Removed or login-gated posts return an error row and cost nothing.

Result typePrice
Analyzed post / video$0.005 per post ($5 / 1,000)

Frequently asked questions

Do I need to log in to Facebook?

No. The Actor reads public post pages anonymously β€” no login, no password.

Do I get the reaction breakdown or just a total?

Both. likes is the total reactions, and reactions_breakdown splits it into Like, Love, Haha, Wow, Sad and Angry where Facebook exposes them.

Which URL types work?

Public /watch/?v=… videos, /reel/<id> reels, and fb.watch share links. Reels use a reduced logged-out schema, so they return reactions/comments/shares but not always view counts.

Why did a post come back as "unavailable"?

The post may be removed, private, or require login to view. Those rows are not billed.

The Actor collects only publicly available data. You are responsible for using it in compliance with the laws that apply to you and Facebook's terms.

Support & roadmap

Open an issue on the Actor's Issues tab. On the roadmap: page-level post discovery (analyze a page's recent posts by URL) and comment export.