DEV Community

Bhojraj Pilaniya
Bhojraj Pilaniya

Posted on

How to Use LinkedIn Profile Posts for Better Sales Personalization

Generic outreach often fails because it gives the recipient no reason to care. Public posts can provide relevant context about a prospect's current interests, projects, events, and professional priorities.

The goal is not to collect everything a person has posted. It is to identify a small number of recent, relevant signals that help a researcher understand the prospect before making contact.

Define the research question

Start with a list of target LinkedIn profile URLs and a clear purpose. You may want to track executives in a target account, follow industry experts, identify speakers discussing a topic, or prepare for an upcoming meeting.

Choose a recent time window and a reasonable maximum number of posts. This produces a manageable dataset and reduces irrelevant historical content.

The LinkedIn Profile Posts Scraper for Lead Research extracts public profile posts in bulk with text, dates, authors, post URLs, and engagement counts.

Example input:

{
  "profileUrls": [
    "https://www.linkedin.com/in/satyanadella/"
  ],
  "maxPostsPerUrl": 20,
  "postedLimit": "3months",
  "includeQuotePosts": true,
  "includeReposts": false
}
Enter fullscreen mode Exit fullscreen mode

The output is deduplicated and stored in a consistent Apify dataset that can be exported or accessed through the API.

Turn posts into research signals

Classify each post into categories such as hiring, product, event, customer, partnership, leadership, or opinion. Retain the post URL so every signal can be verified in its original context.

For personalization, select one relevant post and explain why it connects to the intended conversation. Avoid pretending to know the person or using unrelated personal details. Useful personalization is specific, truthful, and professionally relevant.

Create a lightweight monitoring system

For a recurring target list, schedule the Actor and compare results by post URL. Send only new posts into a review queue or weekly digest. Engagement counts can help prioritize attention, but relevance should remain the main filter.

This workflow also supports thought-leader monitoring, executive activity tracking, content research, and meeting preparation. Used responsibly, it replaces repetitive browsing with a structured research feed while preserving human judgment.

Try it on Apify: LinkedIn Profile Posts Scraper for Lead Research.

Top comments (0)