Social platforms

LinkedIn profile posts

from $0.0060 per postlinkedin.profile_posts

Recent posts from specific LinkedIn profiles or company pages, with text, media, engagement counts, and reposts.

Reactions and comments can be pulled per post as a paid extra.

What a call costs

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

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

When to use it

Use to read one person's or company's LinkedIn feed: to research a prospect before outreach, track a competitor's announcements, or measure how a creator's posts perform over time.

Inputs

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

FieldTypeRequiredWhat it does
targetUrlsarray of stringyesLinkedIn profile URLs, company URLs, or single post URLs. maxPosts applies to EACH entry, so three profiles can cost three times the quote.
maxPostsintegeroptionalMaximum posts per profile or company. This is the field the price quote is sized from. Do not send 0, which means every post ever.
maxCommentsintegeroptionalComments per post when scrapeComments is on. Defaults to 5, and each one is billed.
postedLimitstringoptionalOnly posts newer than this.
maxReactionsintegeroptionalReactions per post when scrapeReactions is on. Defaults to 5, and each one is billed.
contextCountrystringoptionalCountry context LinkedIn serves the feed from. Affects which posts are visible.
includeRepostsbooleanoptionalInclude plain reposts.
scrapeCommentsbooleanoptionalAlso pull each post's comments. Billed EXTRA at $0.002 per comment, and comments arrive as their own dataset items.
postedLimitDatestringoptionalOnly posts newer than this date, for example "2026-01-10" or an ISO datetime.
scrapeReactionsbooleanoptionalAlso pull each post's reactions. Billed EXTRA at $0.002 per reaction, and reactions arrive as their own dataset items.
includeQuotePostsbooleanoptionalInclude shared posts that carry a comment.
postNestedCommentsbooleanoptionalLegacy. Nests comments inside the post item instead of emitting them separately. Not recommended.
commentsPostedLimitstringoptionalOnly comments newer than this.
postNestedReactionsbooleanoptionalLegacy. Nests reactions inside the post item instead of emitting them separately. Not recommended.

How to call it

Connect once and your agent can reach LinkedIn 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": "linkedin.profile_posts",
  "input": {
    "maxPosts": 10,
    "targetUrls": [
      "<targetUrls>"
    ],
    "includeReposts": true,
    "scrapeComments": false,
    "scrapeReactions": false,
    "includeQuotePosts": true,
    "postNestedComments": false,
    "postNestedReactions": false
  }
}

Run LinkedIn 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