Back to Professional post research

Post Search

LinkedIn

Search Google-indexed public LinkedIn posts with compact normalized fields.

Current price
$0.0027/call
Availability
Ready to run
Last accepted verification

What this API does

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 inspect its current executable contract before a run.

Public input and output shape

Input

cursorstring · optional

Value supplied for cursor.

date_postedstring · optional

Value supplied for date posted.

enum: last-hour, last-day, last-week, last-month, last-year

limitinteger · optional

Value supplied for limit.

minimum: 1 · maximum: 10

querystring · required

Search terms used to find relevant records.

minLength: 1 · maxLength: 200

Output

captured_atstring

Returned captured at value.

duplicate_itemsnumber

Returned duplicate items value.

itemsarray

Returned items value.

next_cursorstring

Returned next cursor value.

omitted_itemsnumber

Returned omitted items value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "linkedin.search-posts",
  "input": {
    "limit": 5,
    "query": "AI agents",
    "date_posted": "last-month"
  }
}

Output

{
  "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
}
Teaching errors and limitations
  • invalid_input: The route input was invalid or outside its public-read bounds.example: {"query":"AI agents","date_posted":"last-month","limit":5}
Updated
21 August 2026

Use Post Search with Scrollport

Scrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.