This action allows you to extract messages from a LinkedIn conversation, providing valuable insights into your communication history with connections.

Inputs

linkedin_thread_url
string
required

A message thread URL should look like: https://www.linkedin.com/messaging/thread/2-OTFhNjRhZDUtY2M4ZS00OGMADFEFZEFEFEFE==/ or be a valid thread ID such as 2-OTFhNjRhZDUtY2M4ZS00OGASAFZGERGRG==/.

Parameters

max_days
number
default:
0

Specifies the maximum number of days from which data will be extracted. If the value is 0, this setting will be disabled. Maximum value is 1000.

max_minutes
number
default:
0

Specifies the maximum number of minutes from which data will be extracted. If the value is 0, this setting will be disabled. Maximum value is 10,000,000.

Output Fields

The extracted data includes the following fields:

Below is the JSON schema for the output:

Specificities

1

Locate LinkedIn Thread URL

Go to your LinkedIn Inbox https://www.linkedin.com/messaging. For each conversation you select, a thread URL will appear in your browser’s navigation bar. It should look like: https://www.linkedin.com/messaging/thread/662348847845156432/.

2

Use Max Minutes

You can limit the number of messages based on the time of extraction. For example, if you had 3 new messages in the last hour and 10 in the last two hours, setting max_minutes = 60 will collect only the 3 new messages.