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
URL of the LinkedIn company page to extract posts from
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
Number of posts to retrieve (used when not in pagination mode)
Type of posts to filter. Available: (ALL, ARTICLE, VIDEO, PHOTO, DOCUMENT)
Sort order for posts. Available: (RELEVANCE, DATE_POSTED)
Keyword to filter posts by content
Date filter for posts. Available: (PAST_24_HOURS, PAST_WEEK, PAST_MONTH)
Use pagination mode instead of total results mode
Starting page number for pagination mode (required if use_pagination is true)
Ending page number for pagination mode (optional if use_pagination is true)
Response
Request status (success/error)
Error Responses
Notes
- The API supports LinkedIn company URLs in the format 
linkedin.com/company/company-name - Results can be filtered by post type, sorted by relevance or date, and filtered by keywords
 - Date filters allow you to focus on recent posts
 - The 
created_timefield is provided as a Unix timestamp - Each post includes detailed information about the author including name, description, profile picture, and profile URL
 - The 
shareAudiencefield indicates the visibility setting of the post - The 
backend_urnfield contains LinkedIn URN identifiers for unique post identification - Company posts can be authored by both individual employees and company accounts
 - Pagination Mode vs. Total Results Mode:
- Total Results Mode: Use the 
total_resultsparameter to specify how many posts you want (default) - Pagination Mode: Set 
use_paginationto true and usestart_pageandend_pageparameters 
 - Total Results Mode: Use the