This website requires JavaScript.

Exportador de Comentarios de Facebook

Descarga todos los comentarios, respuestas, reacciones y compartidos de cualquier publicación pública de Facebook, Página o Grupo — a Excel, CSV o JSON.

What gets exported from Facebook

Each comment is one row in your Excel/CSV file (or one object in JSON), with the following fields:

  • author — the commenter's display name
  • author_url — link to the commenter's Facebook profile or Page
  • comment — the comment text, with @mentions and emojis preserved
  • likes — like / reaction count on the comment
  • reactions — breakdown by reaction type (like, love, haha, wow, sad, angry) when available
  • created_at — ISO 8601 UTC timestamp
  • reply_to — the parent comment's author for replies (empty for top-level comments)
  • permalink — direct URL to that comment on Facebook
  • has_attachment, attachment_url — flag and URL when the comment includes an image, GIF, or sticker

What kinds of Facebook URLs work

  • Public Page posts — text posts, photo posts, video posts
  • Public Page videos — including Watch and Live replays
  • Public Group posts — only when the Group itself is public
  • Public profile posts — when the post visibility is set to "Public"
  • Reels — public Facebook Reels

Private posts, posts in private Groups, and posts visible only to the author's friends are not accessible via public URLs and are not supported by the public exporter.

Common workflows

  • Brand engagement reporting — pull all comments under your monthly brand posts to count engaged followers and identify top contributors.
  • Giveaway entry list — export, then run our random comment picker against the export to draw a verifiable winner.
  • Customer feedback mining — grab the comments under a product launch or pricing change post and bucket them by sentiment with ChatGPT or Anthropic Claude.
  • Crisis monitoring — bulk-export comments under any crisis-period post to catch the loudest threads early.
  • FTC compliance archive — store the export alongside the post screenshot for the 2-year FTC retention requirement on sponsored posts.
  • Lead generation — when a public Page post asks "comment YES for the link", export and pipe the names into your CRM.

Replies, reactions, and shares

By default the exporter pulls comments AND replies, with replies linked to their parent via the reply_to column. Reactions are reported as a total like-count plus a breakdown of reaction types when Facebook exposes them. Shares of the original post (different from comments) live in a separate field.

Plan limits

Per-export size scales with your plan. Free (no signup): up to 100 results per 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 Comments Exporter — FAQ

Is the Facebook comments exporter free?
The free tier (no signup) returns up to 100 results per post as XLSX. Larger exports and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Does it work on Facebook Reels and Page videos?
Yes — public Reels and public Page videos (including Watch and Live replays) work the same way as text posts. Just paste the URL.
Can I export comments from a private Facebook Group?
Only if the Group is public. Private Groups aren't accessible via public URLs and the public exporter cannot read them.
Are reactions included (love / haha / wow / sad / angry)?
Yes — when Facebook exposes the breakdown, the export includes per-reaction counts in addition to the total like count.
Does the export include replies?
Yes. Replies have a reply_to column linking back to the parent comment's author for thread reconstruction in Excel.
How long does a Facebook export take?
Most posts finish in a few minutes. Very large posts (tens of thousands of comments) take longer. You can close the tab — we email the file when it's ready.
Will Facebook notice that I exported?
No. We read the public comment list the same way an unauthenticated browser would — nothing is logged on the post owner's side.
Can I export comments from many posts at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per posts).
What if a comment was deleted or hidden?
Deleted comments are gone from Facebook's side and we cannot retrieve them. Hidden comments (hidden by the Page admin) aren't shown to logged-out users and aren't in the export.
Is there an API?
Yes — the same export pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans. See API tiers for limits.