LinkedIn Post Date Extractor

Uploaded on:
(UTC)
(Local Time)

Instructions

  1. Navigate to the LinkedIn post whose date you want to check.
  2. Click the '...' or at the top right of the post, then select "Copy link to post".
  3. Paste the URL into the text box above and click "Get the Post Date".

Want to Get Post Times in Bulk?

If you're working with multiple LinkedIn posts and want to retrieve their metadata all at once, we've got you covered! Use my prebuilt Google Sheet template that automatically pulls the following information for any LinkedIn post URL:

  • Post Timestamp
  • Post Title
  • Post Content
  • Has Image
  • Has Video
  • Post Author
  • Post Author URL

Get the Spreadsheet Template!

Save hours of busy work for just $5 USD. Get your own copy of the Google Sheet template and start retrieving metadata in bulk!

How Does It Work?

This tool decodes the LinkedIn post URL to extract the upload timestamp, which is not visible in the standard metadata visible on the platform. For instance, consider the URL https://www.linkedin.com/posts/christian-wanser_data-analytics-dataanalytics-ugcPost-7187448476148846592-xBpC. The number "7187448476148846592" within this URL is the post ID.

The post ID is a 64-bit integer that encodes the timestamp when the post was created. We use a regular expression to extract this number and then convert it into binary. The first 41 bits of this binary representation are the actual timestamp, expressed in milliseconds since the Unix epoch (January 1, 1970). By converting these bits back to a decimal, we retrieve the original timestamp.

Once we have the timestamp, it is converted into two date formats: UTC and the browser's local time, providing both a universal and localized perspective on when the post was originally made.

What can you do with the LinkedIn Post Date Extractor?

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

So, whether you're a marketer, a researcher, or just a curious cat, knowing the precise date a LinkedIn post was made can be surprisingly pivotal. Don't just scroll past—dig deeper, because every post's story starts with "when".