LinkedIn Post Date Extractor

Enter the post's shareable URL to get the post's exact creation date and time — decoded straight from the post's own ID, no LinkedIn login required.

Instructions

  1. Choose a LinkedIn post.
  2. Copy its link. Click the ... menu at the top right of the post and select "Copy link to post".
  3. Paste the URL above and click "Get Post Date".

The decoded timestamp comes back as a JSON result, including the post's exact creation time in both UTC and your browser's local timezone. No LinkedIn login is required, and you don't need access to the post's analytics — the date is derived from the post's own ID.

How Does It Work?

This tool decodes the LinkedIn post URL to extract the upload timestamp, which is not visible in the standard metadata shown on the platform. Consider a LinkedIn post URL containing the number 7138259296076619777. That number is the post ID.

The post ID is a Snowflake-style 64-bit integer that encodes the timestamp when the post was created. A regular expression pulls this 19-digit number out of the URL, and it is then converted into binary. The first 41 bits of that binary representation are the actual timestamp, expressed in milliseconds since the Unix epoch (January 1, 1970). Converting those bits back to a decimal retrieves the original timestamp.

One detail matters here: the binary representation is minimal, never zero-padded to a fixed 64 bits, so "the first 41 bits" means the top 41 bits of a string whose length varies with the ID's magnitude. LinkedIn IDs run roughly 62 to 64 bits wide, so the shift is derived from the ID's actual bit length rather than assumed. That's why the decode stays correct across posts of different vintages.

Once the timestamp is recovered, it is rendered in two date formats: UTC, computed on the server, and your browser's local time, formatted in your own timezone. That gives you both a universal and a localized perspective on when the post was originally made.

What Comes Back

Alongside the timestamp, the tool reads the post's public JSON-LD structured data and returns the fields below.

FieldDescription
timestampUnix timestamp in milliseconds, decoded from the post ID
dateUTCThe creation date and time in UTC
dateLocalThe same moment formatted in your browser's timezone
authorThe post author's name and profile URL
articleBodyThe post's text content
imageWhether the post carries an image
hasDocumentWhether the post carries an attached document
likesReaction count, when LinkedIn exposes it
commentsComment count, when LinkedIn exposes it

The timestamp is decoded from the ID itself and is always available. The rest is scraped from the public page, so any field LinkedIn withholds from logged-out visitors comes back as N/A.

What Can You Do With the LinkedIn Post Date Extractor?

Whether you're digging into market trends, ensuring content accuracy, or conducting some serious digital investigation, each LinkedIn post URL contains more than just the location of the post.

  • Sales and prospect research: Brief a prospect before outreach — see when they last posted, what they post about, and how active they are. Critical signal for personalized cold messaging.
  • Market and competitor research: Track when competitor content lands and how their posting cadence shifts over time. Inform your own content strategy with real timestamps.
  • Find your best posting time: Analyze when your most successful posts were published to optimize your own schedule and maximize engagement.
  • Content verification: In a world of fake news, verifying when something was posted helps confirm its relevance and accuracy.
  • Legal evidence: Sometimes the stakes are high, and knowing the exact date of a post can serve as crucial evidence in legal cases.
  • Journalistic integrity: For journalists, the credibility of reporting on LinkedIn content hinges on precise dates.
  • Academic studies: Researchers analyzing social media patterns benefit immensely from accurate date stamps.
  • Personal record-keeping: For the overachievers who meticulously track their professional milestones — yes, dates matter.

Notes and Limits

The URL must point to a real post. Three forms all work: the linkedin.com/posts/… permalink, a linkedin.com/feed/update/urn:li:activity:… share URL, and the lnkd.in/… shortlink that the "Copy link to post" menu produces — shortlinks are resolved to the underlying post automatically. A profile URL or a company-page URL will be rejected before anything is fetched.

The page fetch is anonymous. It has no access to your cookies or session, so anything LinkedIn hides from logged-out visitors is not recoverable here. The timestamp is the exception: because it is encoded in the ID rather than served as metadata, it decodes offline from the URL alone and doesn't depend on what the page returns.

The decoded time is when the post was created, not when it was last edited. LinkedIn issues the ID at creation and does not reissue it when a post is edited, so an edited post still reports its original publication moment.

FAQ

Can you see the exact time a LinkedIn post was published?

Yes. LinkedIn's interface only shows a rounded relative age — "2w ago", "3mo ago" — but the precise creation time is encoded in the post's ID and travels in every URL. This tool decodes it to the millisecond.

Why doesn't the date match what LinkedIn shows me?

LinkedIn rounds. A post it labels "1mo ago" could be anywhere in a multi-week window, and the label shifts as time passes. The decoded timestamp is fixed and exact, because it reflects the moment LinkedIn minted the post ID rather than a display approximation.

Do I need to be logged in to LinkedIn?

No. The timestamp is derived from the post ID in the URL, not from anything LinkedIn serves you as a signed-in member, so it decodes without an account or an API key.

Does the post's author know I looked?

No. The post page is fetched from a server, not from your browser session, so nothing is attributed to your LinkedIn account. This is not a profile view and does not appear in anyone's "who viewed" list.

Does this work on old posts?

Yes. The encoding is a property of the ID itself, so age doesn't matter — a post from years ago decodes exactly as reliably as one from this morning, as long as you have its URL.

Can I get the date of a private or deleted post?

The timestamp will still decode, since it only needs the ID from the URL. The surrounding metadata won't: author, text, and engagement counts come from the public page, so a post that a logged-out visitor can't see returns N/A for those fields even though the date comes through.

Analyze a whole profile, not one post

These extractors decode one URL at a time. If what you actually want is to understand a whole profile — your own, a peer's, or a competitor's — I built Flux for exactly that: paste any public LinkedIn profile URL and get its full post history analyzed (engagement trends, top posts, formats, posting times), with no login and no Chrome extension, from $3/month. It's the automated version of the spreadsheet workflow these free tools were built to feed.

Turning content signal into pipeline is what Elegant Atomics does for B2B SaaS. Work with us →