This website requires JavaScript.

Facebook 私密貼文匯出工具

下載您已加入的任何私密 Facebook 貼文或不公開/秘密社團的留言、按讚、心情與分享 — 至 Excel、CSV 或 JSON。Token 永不離開您的瀏覽器。

What "private" means here

The exporter only captures what you can already see while logged in. That includes:

  • Friends-only posts on your own timeline.
  • Posts from friends whose audience you\'re part of.
  • Closed groups you\'re a member of (the most common use case — community moderation).
  • Secret groups you\'re a member of.
  • Your own page or co-managed pages\' private posts.

It does NOT bypass Facebook\'s privacy model, see deleted comments, or read posts in groups you have not been admitted to.

Why a browser extension

Facebook\'s Graph API stopped serving private-group and friends-only post data to third parties years ago — the 2018 Cambridge Analytica fallout closed those endpoints. The exporter runs as a browser extension that uses your already-logged-in Facebook session to fetch what\'s rendered on your screen, then formats it as Excel/CSV/JSON. Your auth cookies never leave your browser.

Common workflows

  • Closed-group community moderation — pull weekly comment exports for triage, sentiment classification, and rule-violation review without scrolling through Facebook\'s slow native UI.
  • Group-membership audit — over time, build a roster of who\'s actually engaging vs lurking; useful before pruning a 10k-member group down to active participants.
  • Reaction-type analysis — Facebook\'s 6 reaction types (Like, Love, Care, Haha, Wow, Sad, Angry) carry sentiment information the API doesn\'t expose. Export to count them per post.
  • Brand-page private campaigns — for co-managed Pages running invite-only events, export attendee comments and reactions to share data with partners without sharing the login.
  • Personal-history archive — back up your own friends-only posts before deleting an account or migrating away from Facebook.
  • Closed-group giveaway picker — run a private giveaway in a closed group; export comments and pick a winner with the same fairness standard as a public draw.

Plan limits

Per-private post size scales with your plan. Free (no signup): up to 100 comments per private post. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.

FAQ

Facebook Private Posts Exporter — FAQ

Is the Facebook private exporter free?
The free tier (no signup) returns up to 100 comments per private post. Larger comments and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Does this bypass Facebook privacy?
No. It captures only what you can already see in your authenticated session. It cannot join groups for you, accept friend requests, or view content you do not have access to.
Does ExportComments see my Facebook session?
No — the extension runs entirely in your browser. Your auth cookies and post content never leave your machine.
Are reaction types preserved?
Yes — separate columns for each of Facebook's 6 reaction types (Like, Love, Care, Haha, Wow, Sad, Angry) plus the per-user reaction breakdown.
Does it work on closed/secret groups?
Yes — any group you're already a member of, regardless of privacy setting.
Will Facebook ban me?
The extension respects Facebook's rate limits. Used responsibly on posts you have legitimate access to, it has been fine for tens of thousands of users — but as with any tooling, use sensibly.
Can I export public posts too?
Yes — public Facebook posts use the regular /export-facebook-comments exporter (no extension needed).
Is there an API?
The browser extension is the only path for private posts because Facebook requires session context. Public posts are available via our REST API.