Social platforms

LinkedIn post search

from $0.0060 per postlinkedin.post_search

Searches LinkedIn posts by keyword with filters for recency, content type, author, author employer, and mentions.

Returns post text, media, engagement counts, and the author's profile summary.

What a call costs

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

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

When to use it

Use to monitor what is being said about a topic, product, or company on LinkedIn, to find people posting about a problem you solve, or to track a competitor's reach. For one specific person's or company's feed, use linkedin.profile_posts instead.

Inputs

LinkedIn post search takes 24 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
searchQueriesarray of stringyesKeyword queries, exactly as you would type them into the LinkedIn search bar. maxPosts applies to EACH query, so two queries can cost twice the quote.
sortBystringoptionalResult ordering.
maxPostsintegeroptionalMaximum posts per search query. This is the field the price quote is sized from.
startPageintegeroptionalSearch page to start from.
authorUrlsarray of stringoptionalRestrict to posts by these LinkedIn profile or company URLs.
contentTypestringoptionalRestrict to one media type.
maxCommentsintegeroptionalComments per post when scrapeComments is on. Defaults to 10, and each one is billed.
postedLimitstringoptionalOnly posts newer than this.
scrapePagesintegeroptionalNumber of search pages, 100 posts each. Raising this above maxPosts/100 raises the real cost without raising the quote, so prefer maxPosts.
maxReactionsintegeroptionalReactions per post when scrapeReactions is on. Defaults to 10, and each one is billed.
authorKeywordsstringoptionalOnly authors whose headline or job title contains one of these keywords.
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, so a 20-post run with 10 reactions each bills 200 extra events.
authorsCompaniesarray of stringoptionalRestrict to posts by people who work at these companies, by LinkedIn company name.
mentioningMemberarray of stringoptionalOnly posts mentioning these LinkedIn profile URLs.
authorsIndustryIdarray of stringoptionalRestrict to authors in these LinkedIn industry IDs.
mentioningCompanyarray of stringoptionalOnly posts mentioning these LinkedIn companies.
postNestedCommentsbooleanoptionalLegacy. Nests comments inside the post item instead of emitting them separately. Not recommended.
profileScraperModestringoptionalDetail level for the post author. main pulls the full author profile and bills an extra $0.002 per post.
commentsPostedLimitstringoptionalOnly comments newer than this.
postNestedReactionsbooleanoptionalLegacy. Nests reactions inside the post item instead of emitting them separately. Not recommended, large posts can exceed the item size limit.
commentsProfileScraperModestringoptionalDetail level for commenter profiles. main costs more.
reactionsProfileScraperModestringoptionalDetail level for reactor profiles. main costs more.

How to call it

Connect once and your agent can reach LinkedIn post search 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.post_search",
  "input": {
    "maxPosts": 20,
    "startPage": 1,
    "searchQueries": [
      "<searchQueries>"
    ],
    "scrapeComments": false,
    "scrapeReactions": false,
    "postNestedComments": false,
    "profileScraperMode": "short",
    "postNestedReactions": false
  }
}

Run LinkedIn post search from your agent.

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

Get started