LinkedIn Content Performance Analyzer & Strategy Report avatar

LinkedIn Content Performance Analyzer & Strategy Report

Under maintenance

Pricing

Pay per usage

Go to Apify Store
LinkedIn Content Performance Analyzer & Strategy Report

LinkedIn Content Performance Analyzer & Strategy Report

Under maintenance

Analyze any LinkedIn profile's content strategy. Get engagement rates, best posting times, top topics, sentiment analysis, format effectiveness, and growth recommendations. Built for social media managers, content strategists, and personal branding.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Turn raw LinkedIn post data into actionable content intelligence. Get engagement rates, best posting times, topic analysis, format effectiveness, sentiment insights, and personalized growth recommendations.

Why This Exists

Every LinkedIn scraper gives you raw data. This actor gives you intelligence. Feed it posts from any LinkedIn scraper (HarvestAPI, Apify, your own), and get a complete content strategy report that would cost $500+ from a social media consultant.

Built for social media managers, content strategists, growth marketers, and anyone building a personal brand on LinkedIn.

What You Get

AnalysisDetails
Engagement MetricsPer post engagement rate, total reactions, comments, shares, trend direction (up/down/stable), top 5 and bottom 5 posts
Posting TimingBest day of week, best hour of day, posts per week average, consistency score, full day and hour distributions
Content FormatsBreakdown by text, image, video, article, poll, carousel. Average engagement per format. Best performing format. Diversity score
Topic AnalysisTop 20 keywords, topic clusters with engagement scores, trending topics (gaining traction recently)
Hashtag EffectivenessMost used hashtags with engagement data, optimal hashtag count, count vs engagement correlation
Sentiment AnalysisPositive/neutral/negative distribution, sentiment vs engagement correlation (do positive posts get more likes?)
Growth Recommendations8 to 12 specific, data backed recommendations personalized to the profile

Input

Provide a JSON array of LinkedIn posts. Compatible with HarvestAPI, Apify LinkedIn scrapers, and most common formats.

{
"profileName": "Satya Nadella",
"posts": [
{
"text": "Excited to announce our latest AI breakthrough...",
"postedAt": "2026-03-15T10:00:00Z",
"numLikes": 1500,
"numComments": 200,
"numShares": 50,
"type": "text",
"hashtags": ["#AI", "#leadership"],
"images": [],
"videoUrl": null
}
]
}

Post Fields

FieldTypeDescription
textstringThe post content
postedAtstringISO 8601 timestamp
numLikesnumberReaction count
numCommentsnumberComment count
numSharesnumberShare/repost count
typestringOne of: text, image, video, article, poll, carousel
hashtagsarrayList of hashtags used (optional, extracted from text if missing)
imagesarrayImage URLs (optional)
videoUrlstringVideo URL if video post (optional)

Output

The actor pushes a structured report to the default dataset. Here is an example:

{
"profileName": "Satya Nadella",
"postsAnalyzed": 50,
"dateRange": { "from": "2026-01-01", "to": "2026-04-01" },
"engagement": {
"averageRate": 0.042,
"totalReactions": 75000,
"totalComments": 5000,
"totalShares": 1200,
"trend": "increasing",
"top5Posts": [],
"bottom5Posts": []
},
"timing": {
"bestDay": "Tuesday",
"bestHour": 9,
"postsPerWeek": 3.2,
"consistencyScore": 0.78,
"dayDistribution": { "Monday": 8, "Tuesday": 12 },
"hourDistribution": { "9": 15, "10": 8 }
},
"formats": {
"distribution": { "text": 20, "image": 15, "video": 10, "article": 5 },
"bestFormat": "video",
"engagementByFormat": { "text": 300, "image": 450, "video": 800 },
"diversityScore": 0.67
},
"topics": {
"topWords": ["leadership", "innovation", "technology"],
"topicClusters": [
{ "topic": "leadership", "count": 15, "avgEngagement": 1200, "trending": true }
]
},
"hashtags": {
"mostUsed": [{ "tag": "#AI", "count": 20, "avgEngagement": 1500 }],
"optimalCount": 3,
"countVsEngagement": [{ "hashtagCount": 3, "posts": 15, "avgEngagement": 1200 }]
},
"sentiment": {
"distribution": { "positive": 0.6, "neutral": 0.3, "negative": 0.1 },
"engagementCorrelation": "positive posts get 2.3x more engagement than negative ones"
},
"recommendations": [
"Post on Tuesdays at 9 AM UTC for maximum reach based on your historical engagement data.",
"Your video posts get 2.7x more engagement than text. Consider creating more video content."
],
"analyzedAt": "2026-04-12T15:30:00Z"
}

Use Cases

Social Media Managers: Analyze client LinkedIn profiles to build data driven content calendars. Show clients exactly what works and what does not.

Content Strategists: Identify winning topics, formats, and posting times. Stop guessing and start optimizing.

Personal Branding: Understand what resonates with your audience. Get specific recommendations to grow your reach.

Competitive Analysis: Analyze competitor profiles to reverse engineer their content strategy.

Agency Reporting: Generate professional analysis reports for clients in seconds instead of hours.

How to Get Post Data

This actor analyzes posts. To get LinkedIn post data, use any of these sources:

  1. HarvestAPI LinkedIn Profile Posts (free on Apify Store)
  2. Any LinkedIn scraper that outputs posts with engagement metrics
  3. LinkedIn API if you have access
  4. Manual export from LinkedIn analytics

Pricing

Pay per use with Apify's pay per event model.

EventPrice
Profile Analyzed$0.02 per report

One report covers all posts you provide (up to hundreds). That is less than a penny per post analyzed.

Looking for more LinkedIn intelligence?

ActorWhat It Does
LinkedIn Employee ScraperExtract employee data from any company on LinkedIn
Entity OSINT AnalyzerDeep open source intelligence on any person or company
Website Intelligence APIFull technology, SEO, and security analysis of any website

Support

Built and maintained by George The Developer. Open an issue on the actor page or reach out on X @ai_in_it.