Facebook 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.
| Field | Type | Required | What it does |
|---|---|---|---|
| endpoint | string | yes | What 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_date | string | optional | Optional YYYY-MM-DD upper bound for post and keyword endpoints. |
| ids_text | string | optional | Newline-separated numeric profile IDs. Used by profile_posts and details_by_id. |
| max_posts | integer | optional | Maximum 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_text | string | optional | Newline-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_date | string | optional | Optional YYYY-MM-DD lower bound for post and keyword endpoints. |
| keywords_text | string | optional | Newline-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.mdOr plain HTTP
POST /v1/run
{
"endpoint": "facebook.profile_posts",
"input": {
"endpoint": "profile_posts_by_url"
}
}Related tools
More from social platforms, or browse the full tool catalog.
Facebook Ads Library
Ads from the public Facebook Ads Library for a page or a keyword search, with creative body, headline, call to action, landing URL, run dates,...
from $0.002250 per resultFacebook events
Structured Facebook event records: name, description, start time and duration, going, interested and responded counts, venue with address,...
from $0.03 per eventFacebook group posts
Posts from public Facebook groups with post text, author, permalink, timestamp, attachments and reaction, comment and share counts.
from $0.0120 per postFacebook page profile
Public profile data for Facebook pages: title, category, likes and follower counts, intro text, contact email, website, creation date, ad status and...
from $0.0246 per resultFurther reading: Social listening with AI agents: track mentions, trends and competitors
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