LinkedIn Post Reposts Scraper (No Cookies) avatar

LinkedIn Post Reposts Scraper (No Cookies)

Pricing

from $1.50 / 1,000 post repost results

Go to Apify Store
LinkedIn Post Reposts Scraper (No Cookies)

LinkedIn Post Reposts Scraper (No Cookies)

Extract reposts and reshares from public LinkedIn post URLs, including reposter names, profile URLs when available, headlines, repost text, timestamps, and content-author details. 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 repost results

Rating

0.0

(0)

Developer

Data Slayer

Data Slayer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract structured repost and reshare records from public LinkedIn posts—including reposter identities, repost text, content authors, timestamps, and source-post context—without providing LinkedIn cookies or login credentials.

Watch the demo

YouTube video coming soon.

What this LinkedIn repost scraper returns

Turn one or many supported LinkedIn post URLs into analysis-ready repost records. Each dataset item represents one unique repost and can include:

  • Reposter name, headline, stable ID, public LinkedIn URL, and image URL when available
  • Repost activity ID, URL, exact timestamp, and relative time when available
  • Text carried by the repost record
  • The content author's name, headline, stable ID, LinkedIn URL, and image URL when available
  • Original post URL, post ID, and reported repost count
  • Explicit direct or reshare classification
  • Input and repost indexes for stable multi-post ordering

Results are stored in an Apify dataset and can be downloaded as JSON, CSV, Excel, XML, or another supported dataset format. Every output field is scalar, so both the Reposts and Reposter leads views are ready for spreadsheet and CRM workflows.

Direct reposts and reshare-chain rows

The source can expose two useful row shapes:

  • A direct row identifies the reposter directly. The reposter and content author are the same entity in this row.
  • A reshare row contains a reshare-chain header. The header identifies the reposter, while the content-author fields identify the actor attached to the available text.

On a reshare row, repost_text can be shared-post text rather than commentary written by the header reposter. Direct rows can omit the repost activity URL, so repost_id, repost_url, and exact timestamps are null when they cannot be established safely.

Common use cases

  • Identify people and organizations publicly reposting relevant content
  • Research advocates, community members, partners, and potential leads
  • Analyze how posts travel through professional networks
  • Export reposter identities and repost context into spreadsheets or CRMs
  • Build social-listening, content-research, and audience-analysis datasets
  • Feed structured repost data into AI, BI, or automation workflows

How to scrape LinkedIn post reposts

  1. Copy one or more supported public LinkedIn post URLs.
  2. Paste them into LinkedIn Post URLs.
  3. Set Maximum reposts per post, or keep the default of 100.
  4. Click Start.
  5. Open the dataset to inspect or export the repost records.

No LinkedIn account, session cookie, browser extension, or proxy configuration is requested in the input form.

Input

The input form has two fields:

FieldTypeRequiredDefaultDescription
post_urlsarray of stringsYesAdd 1–1,000 supported public LinkedIn post URLs. Duplicate URLs are normalized and removed while preserving first-seen order.
max_reposts_per_postintegerNo100Maximum deduplicated repost records saved per post. Accepted range: 01,000. Use 0 to fetch all available reposts, subject to a 100-page safety cap per post.

Supported LinkedIn post URL formats

https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001
https://www.linkedin.com/posts/username_topic-activity-7408723748973056001-AbCd
https://www.linkedin.com/posts/username_topic-ugcPost-7408723748973056001-AbCd

Tracking parameters, fragments, and trailing slashes are removed. Bare numeric IDs, profile URLs, company URLs, and search URLs are rejected before any repost request is made.

Input example

{
"post_urls": [
"https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001"
],
"max_reposts_per_post": 100
}

For API migration compatibility, the runtime also accepts hidden aliases: posts, postUrls, or linkedin_post_url for post_urls, and limit or maxItems for max_reposts_per_post. A legacy page_number is accepted only when it equals 1 because pagination is automatic. New integrations should use the canonical snake_case fields. Conflicting aliases or unknown keys fail validation before any repost requests are made.

Output fields

Each dataset item is one unique repost. Every declared key is present. Unavailable strings, URLs, IDs, and timestamps are null; IDs are strings to avoid precision loss; counts and indexes are non-negative integers.

FieldTypeDescription
post_urlstringCanonical input post URL.
post_idstringNumeric LinkedIn activity ID stored as a string.
post_repost_countinteger or nullTotal repost count reported for the source post when available.
repost_idstring or nullRepost activity ID when an activity URL is available.
repost_urlstring or nullCanonical LinkedIn repost activity URL when available.
repost_typestringdirect or reshare.
repost_action_textstring or nullAvailable action label such as Name reposted this.
repost_textstring or nullText carried by the repost record; on reshare rows this can be shared-post text.
reposted_atstring or nullUTC ISO 8601 timestamp derived from the repost activity ID when available.
reposted_at_timestampinteger or nullUnix timestamp in milliseconds derived from the repost activity ID when available.
reposted_at_relativestring or nullRelative source label such as 3mo; useful for display, not exact chronological sorting.
reposter_idstring or nullStable LinkedIn profile or company identifier when available.
reposter_typestringprofile, company, or unknown.
reposter_namestring or nullReposter display name.
reposter_headlinestring or nullPublic reposter headline or company description when available.
reposter_linkedin_urlstring or nullPublic LinkedIn profile or company URL when supplied by the source.
reposter_image_urlstring or nullReposter image URL when available. LinkedIn-hosted image URLs can expire.
content_author_idstring or nullStable ID for the actor attached to repost_text when available.
content_author_typestringprofile, company, or unknown.
content_author_namestring or nullContent-author display name.
content_author_headlinestring or nullPublic content-author headline or company description when available.
content_author_linkedin_urlstring or nullContent-author LinkedIn URL when supplied by the source.
content_author_image_urlstring or nullContent-author image URL when available.
input_indexintegerZero-based position of the normalized input post URL.
repost_indexintegerZero-based repost order for this post after duplicate removal.
fetched_atstringUTC timestamp for the post fetch operation.

Output example

{
"post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001",
"post_id": "7408723748973056001",
"post_repost_count": 133,
"repost_id": "7422118868883513344",
"repost_url": "https://www.linkedin.com/feed/update/urn:li:activity:7422118868883513344",
"repost_type": "reshare",
"repost_action_text": "Example Republisher reposted this",
"repost_text": "An example of the text available with this repost record.",
"reposted_at": "2026-01-28T03:30:34.642Z",
"reposted_at_timestamp": 1769571034642,
"reposted_at_relative": "6mo",
"reposter_id": "ACoAAAExampleRepublisherId",
"reposter_type": "profile",
"reposter_name": "Example Republisher",
"reposter_headline": null,
"reposter_linkedin_url": "https://www.linkedin.com/in/example-republisher",
"reposter_image_url": null,
"content_author_id": "ACoAAAExampleContentAuthorId",
"content_author_type": "profile",
"content_author_name": "Example Content Author",
"content_author_headline": "Climate researcher",
"content_author_linkedin_url": null,
"content_author_image_url": null,
"input_index": 0,
"repost_index": 0,
"fetched_at": "2026-07-27T13:00:00Z"
}

The downloadable example-output.json included with this Actor definition contains the same complete example.

Pagination, ordering, and duplicate handling

  • Pagination continues automatically until the requested repost limit, the end of available pages, or the 100-page safety cap.
  • Page size is not assumed and may vary.
  • max_reposts_per_post is applied after duplicate removal.
  • When a repost ID exists, duplicates keep the first occurrence by post ID plus repost ID.
  • Without a repost ID, duplicates use post ID plus reposter type and reposter ID when available, then a deterministic content fingerprint as a fallback.
  • Results preserve input-post order and source page/item order. The Actor does not re-sort reposts by timestamp.

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, or capped
  • Reported total reposts, reposts saved, and pages fetched
  • Sanitized error code and message when applicable

If some posts fail, successful and partial repost 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 reposts 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-reposts/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"post_urls": [
"https://www.linkedin.com/feed/update/urn:li:activity:7408723748973056001"
],
"max_reposts_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.

Frequently asked questions

No. The input requires supported public LinkedIn post URLs. It does not request your LinkedIn credentials or session cookies.

Are reposts and reshares the same here?

The listing uses both terms because LinkedIn and data tools commonly use them for sharing another post. The repost_type field distinguishes direct rows from later reshare chain rows in the returned source shape.

Why are some repost IDs, URLs, or exact timestamps null?

Direct rows can omit the repost activity URL. Without that URL, the Actor does not invent an activity ID or exact timestamp. Relative time can still be available in reposted_at_relative.

Why is a reposter profile URL sometimes null even when reposter_id exists?

Some rows provide an opaque stable profile identifier but no public navigation URL. The Actor keeps that identifier in reposter_id and does not treat it as a vanity profile slug.

Is repost_text always written by reposter_name?

Not on every reshare-chain row. On a direct row, the reposter and content author are the same entity. On a reshare row, the text can belong to content_author_name, while the header reposter is recorded separately.

What does a limit of zero mean?

max_reposts_per_post: 0 requests all available unique reposts, with a maximum of 100 pages per post. Large posts 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.

Why can post_repost_count differ from the number of dataset rows?

The reported count describes available reposts 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.