Social platforms

Facebook post comments

from $0.0060 per commentfacebook.comments

Comments and threaded replies on public Facebook posts, reels and videos, with comment text, author name and profile, timestamp, like count and threading depth.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $10.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use to read the conversation under a specific Facebook post: sentiment, objections, questions, or who is engaging. Needs post URLs, not page URLs. Every reply counts as its own billed comment when includeNestedComments is on.

Inputs

Facebook post comments takes 5 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
startUrlsarray of objectyesFacebook post, reel or video URLs, one object per post.
viewOptionstringoptionalComment sort order: most relevant, newest, or all.
resultsLimitintegeroptionalMaximum comments to return per post. Leave unset to return as many as possible, which can be thousands and is billed per comment.
includeNestedCommentsbooleanoptionalReturn up to 3 levels of replies. Each reply is a separate result and is billed as its own comment.
onlyCommentsNewerThanstringoptionalCOSTS EXTRA. YYYY-MM-DD, full ISO, or relative like "3 days". Apify bills an additional filter-applied event of $0.001 per post scraped with a date filter.

How to call it

Connect once and your agent can reach Facebook post comments the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "facebook.comments",
  "input": {
    "startUrls": [
      "<startUrls>"
    ],
    "viewOption": "RANKED_UNFILTERED",
    "includeNestedComments": false
  }
}

Run Facebook post comments from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started