LinkedIn Post Comments Scraper (No Cookies)
Pricing
from $1.50 / 1,000 post comment results
LinkedIn Post Comments Scraper (No Cookies)
Extract root comments and available top replies from public LinkedIn post URLs, including commenter names, profile URLs, headlines, timestamps, reply totals, and reaction breakdowns. Batch up to 1,000 posts and export structured JSON, CSV, or Excel—no LinkedIn cookies or login required.
Pricing
from $1.50 / 1,000 post comment results
Rating
0.0
(0)
Developer
Data Slayer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract structured root comments and available top replies from public LinkedIn posts—including commenter profiles, timestamps, reply totals, and reaction breakdowns—without providing LinkedIn cookies or login credentials.
Watch the demo
YouTube video coming soon.
What this LinkedIn comments scraper returns
Turn one or many supported LinkedIn post URLs into analysis-ready comment records. Each dataset item represents one unique root comment and includes:
- Comment text, LinkedIn comment URL, ID, and timestamp
- Commenter name, headline, LinkedIn profile URL, image URL, and stable ID when available
- Total replies and the number of top replies included in the record
- Total reactions plus like, praise, empathy, appreciation, interest, and other-reaction counts
- Pinned and edited status
- The post URL, post ID, and reported root-comment count
- Available top-reply text, authors, timestamps, reactions, and URLs in a nested array
Results are stored in an Apify dataset and can be downloaded as JSON, CSV, Excel, XML, or another supported dataset format. The default Comments view is designed for analysis, while the Commenter leads view provides a compact set of flat fields for spreadsheets and CRM workflows.
Common use cases
- Analyze the discussion and engagement around your own or relevant industry posts
- Find people publicly commenting on topics connected to your market
- Export commenter profiles for research, qualification, or responsible outreach
- Build social-listening, sentiment-analysis, and content-research datasets
- Compare reaction and reply patterns across multiple posts
- Feed structured comments into AI, BI, CRM, spreadsheet, or automation workflows
How to scrape LinkedIn post comments
- Copy one or more supported public LinkedIn post URLs.
- Paste them into LinkedIn Post URLs.
- Set Maximum comments per post, or keep the default of 100.
- Click Start.
- Open the dataset to inspect or export the comment records.
No LinkedIn account, session cookie, browser extension, or proxy configuration is requested in the input form.
Input
The input form has two fields:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
post_urls | array of strings | Yes | — | Add 1–1,000 supported public LinkedIn post URLs. Duplicate URLs are normalized and removed while preserving first-seen order. |
max_comments_per_post | integer | No | 100 | Maximum deduplicated root comments saved per post. Accepted range: 0–1,000. Use 0 to fetch all available roots, subject to a 100-page safety cap per post. Nested top replies do not count toward this limit. |
Supported LinkedIn post URL formats
https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001https://www.linkedin.com/posts/username_topic-activity-7408723748973056001-AbCdhttps://www.linkedin.com/posts/username_topic-ugcPost-7408723748973056001-AbCd
Tracking parameters and fragments are removed. A comment-specific URL is normalized to its parent post; targeted single-comment scraping is not supported.
Input example
{"post_urls": ["https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001"],"max_comments_per_post": 100}
For API migration compatibility, the runtime also accepts hidden aliases: posts, postUrls, or linkedin_post_url for post_urls, and maxItems for max_comments_per_post. The visible form and new integrations should use the canonical snake_case fields above. Conflicting aliases or unknown keys fail validation before any comment requests are made.
Output fields
Each dataset item is one root comment. Every declared key is present. Unavailable strings and timestamps are null; IDs are strings to avoid precision loss; counters are non-negative integers.
| Field | Type | Description |
|---|---|---|
post_url | string | Canonical input post URL. |
post_id | string or null | Numeric LinkedIn activity ID stored as a string. |
post_comment_count | integer or null | Total root-comment count reported for the post when available. |
comment_id | string or null | Numeric LinkedIn comment ID stored as a string. |
comment_url | string or null | Direct LinkedIn comment URL. |
comment_text | string or null | Root-comment text. |
commented_at | string or null | UTC ISO 8601 timestamp derived from the numeric timestamp. |
commented_at_timestamp | integer or null | Unix timestamp in milliseconds. |
is_pinned | boolean | Whether the root comment is pinned. |
is_edited | boolean | Whether the root comment is marked edited. |
reply_count | integer | Total replies reported for the root comment. |
top_reply_count | integer | Number of reply objects included in top_replies. This can be lower than reply_count. |
total_reaction_count | integer | Sum of every non-negative reaction counter returned for the comment. |
like_count | integer | Like reactions. |
praise_count | integer | Praise reactions. |
empathy_count | integer | Empathy reactions. |
appreciation_count | integer | Appreciation reactions. |
interest_count | integer | Interest reactions. |
other_reaction_count | integer | Reaction counters not represented by the five named fields. |
commenter_id | string or null | Stable LinkedIn member or entity ID when available. |
commenter_type | string | profile, company, or unknown, derived from the commenter URL. |
commenter_name | string or null | Commenter display name. |
commenter_headline | string or null | Public commenter headline or subtitle. |
commenter_linkedin_url | string or null | Public LinkedIn profile or entity URL. |
commenter_image_url | string or null | Public image URL returned with the commenter. LinkedIn-hosted image URLs can expire. |
top_replies | array | Available top replies normalized into the reply schema below. |
Top-reply fields
Each object inside top_replies contains:
| Field | Type | Description |
|---|---|---|
reply_id | string or null | Numeric LinkedIn reply ID stored as a string. |
reply_url | string or null | Direct reply URL. |
reply_text | string or null | Reply text. |
replied_at | string or null | UTC ISO 8601 timestamp. |
replied_at_timestamp | integer or null | Unix timestamp in milliseconds. |
is_pinned | boolean | Whether the reply is pinned. |
is_edited | boolean | Whether the reply is marked edited. |
reply_count | integer | Nested reply count reported for this reply. |
total_reaction_count | integer | Total reactions on the reply. |
like_count | integer | Like reactions. |
praise_count | integer | Praise reactions. |
empathy_count | integer | Empathy reactions. |
appreciation_count | integer | Appreciation reactions. |
interest_count | integer | Interest reactions. |
other_reaction_count | integer | Other non-negative reaction counters. |
commenter_id | string or null | Reply author's stable LinkedIn ID when available. |
commenter_type | string | profile, company, or unknown. |
commenter_name | string or null | Reply author's display name. |
commenter_headline | string or null | Reply author's public headline. |
commenter_linkedin_url | string or null | Reply author's LinkedIn URL. |
commenter_image_url | string or null | Reply author's image URL. |
Output example
{"post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001","post_id": "7408723748973056001","post_comment_count": 445,"comment_id": "7408723949095772161","comment_url": "https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001?commentUrn=...","comment_text": "A thoughtful example comment about the post.","commented_at": "2025-12-22T04:23:56.899Z","commented_at_timestamp": 1766377436899,"is_pinned": false,"is_edited": false,"reply_count": 2,"top_reply_count": 1,"total_reaction_count": 55,"like_count": 45,"praise_count": 0,"empathy_count": 7,"appreciation_count": 3,"interest_count": 0,"other_reaction_count": 0,"commenter_id": "ACoAAAExampleCommenterId","commenter_type": "profile","commenter_name": "Example Commenter","commenter_headline": "Marketing leader","commenter_linkedin_url": "https://www.linkedin.com/in/example-commenter","commenter_image_url": "https://media.licdn.com/dms/image/example-profile-photo","top_replies": [{"reply_id": "7408730400212037632","reply_url": "https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001?replyUrn=...","reply_text": "A useful follow-up reply.","replied_at": "2025-12-22T04:49:34.966Z","replied_at_timestamp": 1766378974966,"is_pinned": false,"is_edited": false,"reply_count": 0,"total_reaction_count": 19,"like_count": 17,"praise_count": 0,"empathy_count": 0,"appreciation_count": 0,"interest_count": 2,"other_reaction_count": 0,"commenter_id": "ACoAAAExampleReplyAuthorId","commenter_type": "profile","commenter_name": "Example Reply Author","commenter_headline": "Research analyst","commenter_linkedin_url": "https://www.linkedin.com/in/example-reply-author","commenter_image_url": null}]}
The downloadable example-output.json included with this Actor definition contains the same example with complete URLs.
Pagination, ordering, and duplicate handling
- Pagination continues automatically until the requested root-comment limit, the end of available pages, or the 100-page safety cap.
- Page size is not assumed and may vary.
max_comments_per_postis applied after duplicate removal.- Duplicate root comments keep their first occurrence, using post ID plus comment ID when available.
- Results preserve input-post order and the order returned by the comment source. The Actor does not re-sort comments by timestamp.
- Nested top replies are retained with their root comment and do not become separate dataset items.
Run summary and partial results
The Actor writes RUN_SUMMARY to the default key-value store. It includes overall counts and a per-post status with:
- Input position and canonical post URL
- Status:
succeeded,no_results,partial,failed, orcapped - Reported total comments, comments saved, and pages fetched
- Sanitized error code and message when applicable
If some posts fail, successful and partial comment rows remain available and the summary status is partial. If every post request fails, the summary is written before the Actor run fails. A valid post with no returned comments produces an empty dataset and no_results, not a fabricated error row.
API example
Start the Actor through the Apify API using your Apify token:
curl -X POST \"https://api.apify.com/v2/acts/data-slayer~linkedin-post-comments/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"post_urls": ["https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001"],"max_comments_per_post": 100}'
You can also connect runs to Apify schedules, webhooks, Make, Zapier, Google Sheets, or an MCP-compatible workflow using Apify's standard integrations.
Related Data Slayer LinkedIn Actors
- LinkedIn Post Analytics Scraper — retrieve post content and aggregate engagement analytics.
- LinkedIn Post Reactions Scraper — retrieve the people and entities reacting to public posts.
- LinkedIn Post Engagers Email Finder — build enriched lead records from public post engagement.
Frequently asked questions
Do I need a LinkedIn account, cookie, or login?
No. The input requires supported public LinkedIn post URLs. It does not request your LinkedIn credentials or session cookies.
Does the comment limit include replies?
No. max_comments_per_post counts unique root-comment dataset items. Available top replies are nested inside those records and do not count toward the limit.
Does top_replies contain every reply?
Not necessarily. reply_count is the reported total, while top_reply_count is the number of reply objects actually included. Treat top_replies as the available top-reply sample rather than a complete reply-thread guarantee.
What does a limit of zero mean?
max_comments_per_post: 0 requests all available root comments, with a maximum of 100 pages per post. Large discussions can therefore take longer and consume more usage than a bounded run.
Can I process multiple posts in one run?
Yes. Add up to 1,000 supported post URLs. The runtime processes posts in bounded groups while preserving input-post order in the dataset.
Can I scrape one specific comment URL?
No. Comment-specific URLs are normalized to their parent post. The Actor extracts root comments from the post according to the configured limit.
Why can post_comment_count differ from the number of dataset rows?
The reported count describes available root comments at the source. Your configured limit, duplicate removal, page cap, unavailable pages, or source changes can result in fewer saved rows.
Responsible use
Use the Actor and its output responsibly and in accordance with applicable laws, platform terms, and your organization's data policies. Avoid using personal data for unsolicited, discriminatory, deceptive, or harmful activity.
This independent Actor is not affiliated with, endorsed by, or sponsored by LinkedIn Corporation. LinkedIn is a trademark of its respective owner.
Support
If a supported public post produces an unexpected result, open an issue from the Actor's Issues tab and include the run ID, input URL format, and observed behavior. Do not include credentials or private data.