VOOZH about

URL: https://apify.com/expected_knight/facebook-comments-structured-output

⇱ Facebook Comments (Structured Output) Β· Apify


πŸ‘ Facebook Comments (Structured Output) avatar

Facebook Comments (Structured Output)

Pricing

from $0.001 / actor start

Go to Apify Store

Facebook Comments (Structured Output)

Pull the comments from any Facebook post in a structured format.

Pricing

from $0.001 / actor start

Rating

5.0

(1)

Developer

πŸ‘ Ritozpal

Ritozpal

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

8

Monthly active users

7 days ago

Last modified

Share

Agent A β€” Structured Facebook Comments

Provides structured Facebook comments. Give it one or more Facebook post URLs and it returns a clean, consistent dataset of comments β€” author, text, date, and engagement counts.

Input

FieldTypeRequiredDescription
postUrlsarray of stringYesFacebook post, reel, or video URLs to fetch comments from.
maxCommentsintegerNoMaximum number of comments to retrieve per post (default 50).
includeNestedCommentsbooleanNoWhether to include replies to comments (default false).
viewOptionstringNoSort order: RANKED_UNFILTERED (most relevant) or RECENT_ACTIVITY (newest). Default RANKED_UNFILTERED.

Example input

{
"postUrls":[
"https://www.facebook.com/reel/837427248653538"
],
"maxComments":50,
"includeNestedComments":false,
"viewOption":"RANKED_UNFILTERED"
}

Output

Each item in the dataset represents one comment:

FieldTypeDescription
commentIdstringUnique identifier of the comment.
postUrlstringURL of the post the comment belongs to.
commentUrlstringDirect URL to the comment.
textstringThe comment text. Any sticker or GIF is appended in brackets, e.g. [Sticker: heart].
datestringWhen the comment was posted (ISO 8601, UTC).
authorNamestringDisplay name of the comment author.
authorProfileUrlstringURL of the author's profile.
authorAvatarUrlstringURL of the author's profile picture.
likesCountintegerNumber of likes on the comment.
repliesCountintegerNumber of replies to the comment.
attachmentUrlsarray of stringDirect URLs to any stickers, GIFs, or media attached to the comment.

Example output

{
"commentId":"1704873500946875",
"postUrl":"https://www.facebook.com/reel/837427248653538",
"commentUrl":"https://www.facebook.com/reel/837427248653538/?comment_id=1704873500946875",
"text":"Happy Mother's Day [GIF: GIPHY]",
"date":"2026-04-13T14:00:29.000Z",
"authorName":"Mohd Fiqrie",
"authorProfileUrl":"https://www.facebook.com/mohd.fiqrie.549",
"authorAvatarUrl":"https://scontent.fglw1-1.fna.fbcdn.net/v/t1.6435-1/119881097_367618394606861_203...",
"likesCount":0,
"repliesCount":1,
"attachmentUrls":[
"https://external-ord5-2.xx.fbcdn.net/emg1/v/t13/12752037886576399210?url=https%3A%2F%2Fmedia3.giphy.com%2F..."
]
}

Usage

  1. Provide one or more Facebook post URLs in postUrls.
  2. Optionally set maxComments to cap how many comments are returned per post.
  3. Optionally enable includeNestedComments to also fetch replies to comments.
  4. Optionally choose viewOption to control sort order (most relevant or newest).
  5. Run the Actor.
  6. Collect the structured comments from the Actor's dataset.

You might also like

Facebook Comments Scraper

datavoyantlab/facebook-comments-scraper

Extract Facebook comments from any post, page, or group. Download hundreds of comments with user data and engagement metrics in JSON, CSV, or Excel format.

660

5.0

Facebook Posts/Comments Scraper

alien_force/facebook-posts-comments-scraper

Facebook Post Scraper with Comments extracts Facebook post details, including text, author info, likes, shares, and media. It also scrapes comments with user details, engagement metrics, and timestamps. Ideal for social media monitoring, sentiment analysis, and audience insights.

774

5.0

Facebook Comments Scraper (All-in-One) Fast & cheap πŸ’¬β­

scrapestorm/facebook-comments-scraper-all-in-one-fast-cheap

Collect comments from public Facebook posts effortlessly with this powerful tool! Automate the extraction of author info, comments, and timestamps ⏰. Scrape not only post comments but also comments from images and videos πŸŽ₯πŸ“Έ. Ideal for social media analysis and data insights πŸ“Š!

204

4.8

Facebook Comments Scraper⚑

premiumscraper/facebook-comments-scraper

Scrape Facebook post comments and nested replies. Output includes: comment text, author name & profile URL, timestamp, like count, reply count, attachments, and full reply threads. One clean row per comment. Ideal for NLP and sentiment research ✨Facebook Comments Scraper⚑

πŸ‘ User avatar

Premium Scraper

25

Facebook Comments Scraper

apify/facebook-comments-scraper

Extract data from hundreds of Facebook comments from one or multiple Facebook posts. Get comment text, timestamp, likes count and basic commenter info. Download the data in JSON, CSV, Excel and use it in apps, spreadsheets, and reports.

Facebook comment scraper

curious_coder/facebook-comment-scraper

Scrape comments from facebook posts from a user, page, group member etc.

984

4.2

Facebook Comments Scraper

parseforge/facebook-comments-scraper

Collect public Facebook post comments at scale. Export author name, profile link, comment text, timestamp, reaction counts, reply threads, verified badges, attached media, mentions and language. Pass any post URL and pull thousands of comments into clean JSON, CSV or Excel files.

Facebook Comments with Structured Output

expected_knight/facebook-comments-with-structured-output

Pull the comments from any Facebook post in a structured format.

Facebook Comment Extractor πŸ—¨οΈβš‘: Data, Details & Analytics

thedoor/facebook-comment-scraper

✨ Get all Videos, Reels, Posts, Groups β€” and all their comments β€” in one click. Fast, clean, and effortless. Works with multiple URLs and supports every Facebook link format. Download data in JSON, CSV, Excel for use in apps, spreadsheets, and reports.

Facebook Post Comments Scraper

easyapi/facebook-post-comments-scraper

Effortlessly extract comments from public Facebook posts. This actor automates comment collection, providing detailed information such as author details, comment text, and timestamps. Ideal for social media analysis, sentiment analysis, and market research.

1.1K

2.3

Related articles

How to scrape 50 Facebook comments in 3 minutes ⏱
Read more
How to download Facebook data from Facebook posts
Read more
How to scrape Facebook Pages (without the Facebook API)
Read more