This action allows you to extract recent comment activities from a LinkedIn profile. It is useful for tracking engagement and interactions on LinkedIn posts.

Inputs

linkedin_profile_url
string
required

The URL of the LinkedIn profile from which to extract comment activities.

Parameters

max_results
number
default:
100

The maximum number of comments to extract. The value can range from 1 to 30,000.

max_days
number
default:
0

Specifies the maximum number of days from which data will be extracted. A value of 0 disables this setting.

max_minutes
number
default:
0

Specifies the maximum number of minutes from which data will be extracted. A value of 0 disables this setting.

Output Fields

The extracted data includes the following fields:

Below is the JSON schema for the output fields:

Specificities

1

How to get the LinkedIn profile URL

  1. Retrieve it from a previous action such as Search LinkedIn People . 2. Manually find it on LinkedIn by visiting the person’s profile and copying the URL from your browser.

To limit the number of comments based on the time they were posted, use the ‘max_minutes’ parameter. For example, setting ‘max_minutes’ to 60 will collect comments made in the last hour.