LinkedIn get messages from unread Threads avatar
LinkedIn get messages from unread Threads
Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
LinkedIn get messages from unread Threads

LinkedIn get messages from unread Threads

Under maintenance

LinkedIn Unread Messages Scraper – Get All Messages from Unread Threads. This actor automatically collects all messages from unread conversation threads on LinkedIn, using your li_at session cookie for authentication.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

Dominique

Dominique

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

LinkedIn Unread Messages Scraper

Get all messages from unread LinkedIn threads automatically

This actor automatically collects all messages from unread LinkedIn conversation threads, using your li_at session cookie for secure authentication.

It’s ideal for:

  • Sales & outreach automation
  • Lead generation
  • CRM syncing
  • Inbox monitoring
  • Multi-account LinkedIn workflows

No manual clicking or scrolling — the actor opens your inbox, identifies unread conversations, loads each thread, and extracts all messages.


🚀 What This Actor Does

  • Logs into LinkedIn using your li_at cookie
  • Opens the Messaging page
  • Detects:
    • the first (auto-opened) thread
    • all additional unread threads
  • Opens each conversation one by one
  • Listens to LinkedIn’s internal messaging API
  • Extracts all message objects, including:
    • id
    • text
    • timestampMs
    • timestampISO
    • senderFirstName
    • senderLastName
  • Stores each message as an individual JSON record in the dataset
  • Prevents duplicates with internal ID tracking

🧪 Example Output

{
"id": "urn:li:messagingMessage:2-...",
"text": "Thanks, no interest. Best regards 🙋🏻‍♂️",
"timestampMs": 1761687240644,
"timestampISO": "2025-10-28T21:34:00.644Z",
"senderFirstName": "Erich P.",
"senderLastName": "Bart"
}