Social platforms

Facebook profile posts

from $0.0180 per resultfacebook.profile_posts

Posts from a public Facebook profile or page feed, with message text, permalink, timestamp, per-type reaction breakdown, comment and share counts, images and video files.

Also resolves profile details and profile IDs.

What a call costs

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

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

When to use it

Use to pull a public profile's or page's recent feed, or to resolve a profile URL to its numeric ID. Public targets only. Pick an endpoint first, then fill the matching text field: urls_text for the by-URL endpoints, ids_text for the by-ID endpoints, keywords_text for keyword search.

Inputs

Facebook profile posts takes 7 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
endpointstringyesWhat to fetch. profile_posts_by_url and profile_posts return feeds, details_* return profile metadata, profile_id_by_url resolves a URL to an ID.
end_datestringoptionalOptional YYYY-MM-DD upper bound for post and keyword endpoints.
ids_textstringoptionalNewline-separated numeric profile IDs. Used by profile_posts and details_by_id.
max_postsintegeroptionalMaximum posts per target. 0 means no limit. Every returned row is billed, and the by-URL endpoints also emit one extra billed row per target that carries the resolved profile ID.
urls_textstringoptionalNewline-separated profile or page URLs. Used by profile_posts_by_url, details_by_url and profile_id_by_url. Note this is a STRING with one URL per line, not an array.
start_datestringoptionalOptional YYYY-MM-DD lower bound for post and keyword endpoints.
keywords_textstringoptionalNewline-separated search queries. Used by search_posts_by_keyword.

How to call it

Connect once and your agent can reach Facebook profile posts 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.profile_posts",
  "input": {
    "endpoint": "profile_posts_by_url"
  }
}

Run Facebook profile posts from your agent.

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

Get started