Skip to main content
Source valuable information from all individuals who have commented on a LinkedIn post. Provide one or multiple LinkedIn post URLs, and this action will extract all useful information regarding the profiles that have commented on the content. Use Cases:
  • Generate leads by social listening.
  • Use the LinkedIn People Profile to extract information from the sourced LinkedIn profiles and qualify your leads.
  • Use LinkedIn Auto Connect to connect with the sourced leads and initiate a relationship to begin lead nurturing.
1

Navigate to a LinkedIn Post

Copy the URL from your browser.
2

Paste the URL

Paste it into the provided field(s).

Inputs

linkedin_post_url
string
required
A LinkedIn Post URL should start with “https://www.linkedin.com/posts/”.

Parameters

max_results
number
default:100
The maximum number of comments to extract from a single post (up to 1000).

Output Fields

The extracted data includes the following fields:
Below is the JSON schema for the output fields:
{
  "comment_like_count": "integer",
  "comment_reply_count": "integer",
  "comment_text": "string",
  "comment_time": "string",
  "first_name": "string",
  "full_name": "string",
  "last_name": "string",
  "last_reply": "string",
  "linkedin_comment_id": "string",
  "linkedin_comment_url": "string",
  "linkedin_connection_degree": "string",
  "linkedin_post_id": "string",
  "linkedin_post_url": "string",
  "linkedin_profile_handle": "string",
  "linkedin_profile_id": "string",
  "linkedin_profile_picture": "string",
  "linkedin_profile_url": "string",
  "summary": "string"
}
Ensure the LinkedIn post URL is correctly formatted to avoid errors during extraction.