List of LinkedIn post URLs to scrape comments from. Supports both /posts/ and /feed/update/ formats.
Max Comments Per Post
maxCommentsPerPostintegerOptional
Maximum number of comments to scrape per post (includes both comments and replies)
Default value of this property is 10
Comments Per API Request
commentsPerRequestintegerOptional
Number of comments to fetch per API request (1-10). Higher values reduce API calls but may increase rate limiting risk.
Default value of this property is 10
Sort Order
sortOrderEnumOptional
Order to sort comments.
Value options:
"Most Relevant": string"Most Recent": string
Default value of this property is "Most Relevant"
Exclude Author Comments
excludeAuthorCommentsbooleanOptional
Whether to exclude comments made by the post author
Default value of this property is false
LinkedIn Cookies
cookiesstringRequired
LinkedIn session cookies (required for authentication). Use Cookie Editor extension: 1) Login to LinkedIn 2) Open Cookie Editor 3) Click 'JSON' button 4) Copy and paste the JSON here
Proxy Configuration
proxyConfigurationobjectOptional
Proxy configuration to avoid IP blocking
Default value of this property is {"useApifyProxy":false,"apifyProxyGroups":[]}
Max Retries
maxRetriesintegerOptional
Maximum number of retries for failed requests
Default value of this property is 3
Min Request Delay (seconds)
requestDelayMinintegerOptional
Minimum delay between requests to avoid rate limiting
Default value of this property is 2
Max Request Delay (seconds)
requestDelayMaxintegerOptional
Maximum delay between requests to avoid rate limiting
Default value of this property is 5
Max Dataset Items
maxDatasetItemsintegerOptional
Maximum number of comments to save (cost control measure)