Search Posts
Extract and search LinkedIn posts with various filters
Search and extract LinkedIn posts with advanced filtering options including post type, sorting, keywords, and date filters.
Credit Usage: 1 credit per 10 results (or fraction thereof). For example:
- 1-10 results = 1 credit
- 11-20 results = 2 credits
- 300 results = 30 credits
Header Parameters
Your API key
Body Parameters
Type of posts to search for: “photos” or “jobs” or “videos”
How to sort the results: “date_posted” or “relevance”
Country code for proxy selection. Available: (US,UK,FR)
Search keyword for posts
Filter posts by date: “past-24h” or “past-week” or “past-month”
LinkedIn profile URL to extract posts from
Number of posts to retrieve (used when not in pagination mode)
First page to fetch when using pagination mode (default: 1)
Last page to fetch when using pagination mode (default: same as start_page)
LinkedIn authentication cookie obtained from the login/verify process
Response
Request status (success/error)
Notes
- Images URLs are direct links to LinkedIn’s media servers
- Text content has special characters normalized
- Social metrics (likes, comments, shares) are included when available
- Post visibility information is included
- Results are paginated with a maximum of 50 posts per page
- Pagination Mode vs. Total Results Mode:
- Total Results Mode: Use the
total_results
parameter to specify how many posts you want (default) - Pagination Mode: Use
start_page
andend_page
parameters to fetch specific pages of results - Credit usage in pagination mode is based on the number of pages fetched (1 credit per page)
- When using pagination mode,
total_results
parameter is ignored
- Total Results Mode: Use the
- The API supports:
- Multiple filtering options
- Custom sort orders
- Keyword search
- Date-based filtering
- Profile-specific post extraction
- Post content may be limited based on:
- Privacy settings
- Network connection level
- Content visibility settings