# Collect Facebook comment reactions for review

**Use case:** 

Extract public comment text, reaction counts, reaction types, and available pinned or post-author indicators. Use the data to select comments for closer review in your own workflow, keeping the original comment links instead of automatically ranking or moderating them.

## Input

```json
{
  "inputList": [
    "https://www.facebook.com/photo.php?fbid=1100421822647027&set=a.228838066472078&type=3"
  ],
  "pagesPerPost": 2
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "integer"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "reactions_count": {
    "label": "Reactions Count",
    "format": "integer"
  },
  "replies_count": {
    "label": "Replies Count",
    "format": "integer"
  },
  "is_author": {
    "label": "Is Author",
    "format": "boolean"
  },
  "is_hidden": {
    "label": "Is Hidden",
    "format": "boolean"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "is_spam": {
    "label": "Is Spam",
    "format": "boolean"
  },
  "author.id": {
    "label": "Author / ID",
    "format": "text"
  },
  "author.page_id": {
    "label": "Author / Page ID",
    "format": "text"
  },
  "author.username": {
    "label": "Author / Username",
    "format": "text"
  },
  "author.name": {
    "label": "Author / Name",
    "format": "text"
  },
  "author.url": {
    "label": "Author / URL",
    "format": "link"
  },
  "author.profile_picture_url": {
    "label": "Author / Profile Picture URL",
    "format": "image"
  },
  "author.is_verified": {
    "label": "Author / Is Verified",
    "format": "boolean"
  },
  "reactions.id": {
    "label": "Reactions / ID",
    "format": "array"
  },
  "reactions.type": {
    "label": "Reactions / Type",
    "format": "array"
  },
  "reactions.count": {
    "label": "Reactions / Count",
    "format": "array"
  },
  "media.id": {
    "label": "Media / ID",
    "format": "array"
  },
  "media.type": {
    "label": "Media / Type",
    "format": "array"
  },
  "media.url": {
    "label": "Media / URL",
    "format": "array"
  },
  "media.image_url": {
    "label": "Media / Image URL",
    "format": "array"
  },
  "media.thumbnail_url": {
    "label": "Media / Thumbnail URL",
    "format": "array"
  },
  "media.video_url_hd": {
    "label": "Media / Video URL HD",
    "format": "array"
  },
  "media.video_url_sd": {
    "label": "Media / Video URL SD",
    "format": "array"
  },
  "media.dash_manifest_url": {
    "label": "Media / Dash Manifest URL",
    "format": "array"
  },
  "media.dash_manifest": {
    "label": "Media / Dash Manifest",
    "format": "array"
  },
  "media.duration_ms": {
    "label": "Media / Duration Ms",
    "format": "array"
  },
  "media.width": {
    "label": "Media / Width",
    "format": "array"
  },
  "media.height": {
    "label": "Media / Height",
    "format": "array"
  },
  "media.alt_text": {
    "label": "Media / Alt Text",
    "format": "array"
  },
  "media.captions_url": {
    "label": "Media / Captions URL",
    "format": "array"
  },
  "replies.id": {
    "label": "Replies / ID",
    "format": "array"
  },
  "replies.url": {
    "label": "Replies / URL",
    "format": "array"
  },
  "replies.text": {
    "label": "Replies / Text",
    "format": "array"
  },
  "replies.timestamp": {
    "label": "Replies / Timestamp",
    "format": "array"
  },
  "replies.published_at": {
    "label": "Replies / Published At",
    "format": "array"
  },
  "replies.reactions_count": {
    "label": "Replies / Reactions Count",
    "format": "array"
  },
  "replies.replies_count": {
    "label": "Replies / Replies Count",
    "format": "array"
  },
  "replies.is_author": {
    "label": "Replies / Is Author",
    "format": "array"
  },
  "replies.is_hidden": {
    "label": "Replies / Is Hidden",
    "format": "array"
  },
  "replies.is_pinned": {
    "label": "Replies / Is Pinned",
    "format": "array"
  },
  "replies.is_spam": {
    "label": "Replies / Is Spam",
    "format": "array"
  },
  "replies.author.id": {
    "label": "Replies / Author / ID",
    "format": "array"
  },
  "replies.author.page_id": {
    "label": "Replies / Author / Page ID",
    "format": "array"
  },
  "replies.author.username": {
    "label": "Replies / Author / Username",
    "format": "array"
  },
  "replies.author.name": {
    "label": "Replies / Author / Name",
    "format": "array"
  },
  "replies.author.url": {
    "label": "Replies / Author / URL",
    "format": "array"
  },
  "replies.author.profile_picture_url": {
    "label": "Replies / Author / Profile Picture URL",
    "format": "array"
  },
  "replies.author.is_verified": {
    "label": "Replies / Author / Is Verified",
    "format": "array"
  },
  "replies.reactions.id": {
    "label": "Replies / Reactions / ID",
    "format": "array"
  },
  "replies.reactions.type": {
    "label": "Replies / Reactions / Type",
    "format": "array"
  },
  "replies.reactions.count": {
    "label": "Replies / Reactions / Count",
    "format": "array"
  },
  "replies.media.id": {
    "label": "Replies / Media / ID",
    "format": "array"
  },
  "replies.media.type": {
    "label": "Replies / Media / Type",
    "format": "array"
  },
  "replies.media.url": {
    "label": "Replies / Media / URL",
    "format": "array"
  },
  "replies.media.image_url": {
    "label": "Replies / Media / Image URL",
    "format": "array"
  },
  "replies.media.thumbnail_url": {
    "label": "Replies / Media / Thumbnail URL",
    "format": "array"
  },
  "replies.media.video_url_hd": {
    "label": "Replies / Media / Video URL HD",
    "format": "array"
  },
  "replies.media.video_url_sd": {
    "label": "Replies / Media / Video URL SD",
    "format": "array"
  },
  "replies.media.dash_manifest_url": {
    "label": "Replies / Media / Dash Manifest URL",
    "format": "array"
  },
  "replies.media.dash_manifest": {
    "label": "Replies / Media / Dash Manifest",
    "format": "array"
  },
  "replies.media.duration_ms": {
    "label": "Replies / Media / Duration Ms",
    "format": "array"
  },
  "replies.media.width": {
    "label": "Replies / Media / Width",
    "format": "array"
  },
  "replies.media.height": {
    "label": "Replies / Media / Height",
    "format": "array"
  },
  "replies.media.alt_text": {
    "label": "Replies / Media / Alt Text",
    "format": "array"
  },
  "replies.media.captions_url": {
    "label": "Replies / Media / Captions URL",
    "format": "array"
  },
  "replies.replies": {
    "label": "Replies / Replies",
    "format": "array"
  },
  "post.id": {
    "label": "Post / ID",
    "format": "text"
  },
  "post.story_id": {
    "label": "Post / Story ID",
    "format": "text"
  },
  "post.url": {
    "label": "Post / URL",
    "format": "link"
  },
  "post.type": {
    "label": "Post / Type",
    "format": "text"
  },
  "post.message": {
    "label": "Post / Message",
    "format": "text"
  },
  "post.timestamp": {
    "label": "Post / Timestamp",
    "format": "number"
  },
  "post.published_at": {
    "label": "Post / Published At",
    "format": "date"
  },
  "post.reactions_count": {
    "label": "Post / Reactions Count",
    "format": "number"
  },
  "post.comments_count": {
    "label": "Post / Comments Count",
    "format": "number"
  },
  "post.shares_count": {
    "label": "Post / Shares Count",
    "format": "number"
  },
  "post.views_count": {
    "label": "Post / Views Count",
    "format": "number"
  },
  "post.image_url": {
    "label": "Post / Image URL",
    "format": "image"
  },
  "post.thumbnail_url": {
    "label": "Post / Thumbnail URL",
    "format": "image"
  },
  "post.video_url": {
    "label": "Post / Video URL",
    "format": "link"
  },
  "post.feedback_id": {
    "label": "Post / Feedback ID",
    "format": "text"
  },
  "post.is_sponsored": {
    "label": "Post / Is Sponsored",
    "format": "boolean"
  },
  "post.is_pinned": {
    "label": "Post / Is Pinned",
    "format": "boolean"
  },
  "post.author.id": {
    "label": "Post / Author / ID",
    "format": "text"
  },
  "post.author.page_id": {
    "label": "Post / Author / Page ID",
    "format": "text"
  },
  "post.author.username": {
    "label": "Post / Author / Username",
    "format": "text"
  },
  "post.author.name": {
    "label": "Post / Author / Name",
    "format": "text"
  },
  "post.author.url": {
    "label": "Post / Author / URL",
    "format": "link"
  },
  "post.author.profile_picture_url": {
    "label": "Post / Author / Profile Picture URL",
    "format": "image"
  },
  "post.author.is_verified": {
    "label": "Post / Author / Is Verified",
    "format": "boolean"
  },
  "post.reactions.id": {
    "label": "Post / Reactions / ID",
    "format": "array"
  },
  "post.reactions.type": {
    "label": "Post / Reactions / Type",
    "format": "array"
  },
  "post.reactions.count": {
    "label": "Post / Reactions / Count",
    "format": "array"
  },
  "post.media.id": {
    "label": "Post / Media / ID",
    "format": "array"
  },
  "post.media.type": {
    "label": "Post / Media / Type",
    "format": "array"
  },
  "post.media.url": {
    "label": "Post / Media / URL",
    "format": "array"
  },
  "post.media.image_url": {
    "label": "Post / Media / Image URL",
    "format": "array"
  },
  "post.media.thumbnail_url": {
    "label": "Post / Media / Thumbnail URL",
    "format": "array"
  },
  "post.media.video_url_hd": {
    "label": "Post / Media / Video URL HD",
    "format": "array"
  },
  "post.media.video_url_sd": {
    "label": "Post / Media / Video URL SD",
    "format": "array"
  },
  "post.media.dash_manifest_url": {
    "label": "Post / Media / Dash Manifest URL",
    "format": "array"
  },
  "post.media.dash_manifest": {
    "label": "Post / Media / Dash Manifest",
    "format": "array"
  },
  "post.media.duration_ms": {
    "label": "Post / Media / Duration Ms",
    "format": "array"
  },
  "post.media.width": {
    "label": "Post / Media / Width",
    "format": "array"
  },
  "post.media.height": {
    "label": "Post / Media / Height",
    "format": "array"
  },
  "post.media.alt_text": {
    "label": "Post / Media / Alt Text",
    "format": "array"
  },
  "post.media.captions_url": {
    "label": "Post / Media / Captions URL",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Post Comments Scraper – Posts & Reels](https://apify.com/scrapingmonkey/facebook-post-comments-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/facebook-post-comments-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/facebook-post-comments-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
