LinkedIn

Search Posts

Finds public LinkedIn posts, feed updates, and Pulse articles by keyword using Google Search, then returns post details such as description, author, media, images, like count, comment count, and published date when LinkedIn exposes them publicly. Results depend on what Google has indexed, so this is best-effort and not a complete LinkedIn-native search. Use date_posted for recent posts and pass the returned cursor to fetch the next page. Cursors are limited to pages 1 through 11; cursor 12 or greater returns a 400 response.

get/v1/linkedin/search/posts

Query parameters

querystring required

Keyword or phrase to search for in public LinkedIn posts

date_posted'last-hour' | 'last-day' | 'last-week' | 'last-month' | 'last-year'

Date posted filter based on Google-indexed results

cursorstring

The cursor returned from the previous response. The maximum cursor is 11; cursor 12 or greater returns a 400 response.

Response

Successful response

Changes