cursorstring · optionalValue supplied for cursor.
Loading tools…
Search Google-indexed public LinkedIn posts with compact normalized fields.
Return a bounded compact page of best-effort Google-indexed public LinkedIn posts with stable string IDs, canonical URLs, text, author, publication time, engagement, limited media URLs and a numeric next cursor.
Agents select this operation with tool ID linkedin.search-posts, then check its current inputs and price before a run.
cursorstring · optionalValue supplied for cursor.
date_postedstring · optionalValue supplied for date posted.
enum: last-hour, last-day, last-week, last-month, last-year
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 10
querystring · requiredSearch terms used to find relevant records.
minLength: 1 · maxLength: 200
captured_atstringReturned captured at value.
duplicate_itemsnumberReturned duplicate items value.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
itemsReturned items value.
next_cursorstringReturned next cursor value.
omitted_itemsnumberReturned omitted items value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "linkedin.search-posts",
"input": {
"limit": 5,
"query": "AI agents",
"date_posted": "last-month"
}
}{
"items": [
{
"id": "7354600338621906944",
"url": "https://www.linkedin.com/posts/aagupta_example-activity-7354600338621906944-RvXR",
"text": "A public LinkedIn post",
"media": {
"urls": []
},
"author": {
"url": "https://www.linkedin.com/in/public-author",
"name": "Public author"
},
"engagement": {
"likes": 217,
"comments": 25
}
}
],
"captured_at": "2026-08-20T00:00:00.000Z",
"next_cursor": "2",
"omitted_items": 0,
"duplicate_items": 0
}invalid_input: The route input was invalid or outside its public-read bounds.example: {"query":"AI agents","date_posted":"last-month","limit":5}