LinkedIn Post
Timestamp Extractor
Paste one or more LinkedIn post URLs to extract the exact date and time each post was published. No login required.
How to use
* For multiple links, paste one URL per line.
* Download results as a CSV file if needed.

What is a LinkedIn Post Timestamp Extractor?
A LinkedIn Post Timestamp Extractor pulls the precise date and time a LinkedIn post or comment was published — directly from its URL. This is a feature that LinkedIn does not expose through its visible interface or metadata.
The tool works by decoding the unique identifier embedded in every LinkedIn post URL. It is useful for content creators, marketers, researchers, and anyone who wants accurate post timing without relying on LinkedIn's vague "3 days ago" display.
No login, no API access, no browser extension required. Just paste the URL.
How it works — decoding the post ID
Every LinkedIn post URL contains a unique 19-digit integer known as the activity ID. For example, in this URL:
The number 7256595441629249537 is the post ID — a 64-bit integer that encodes the timestamp of the post.
The tool converts this ID into binary format. The first 41 bits of that binary sequence represent the time in milliseconds since the Unix epoch (1 January 1970). Converting those 41 bits back into a decimal gives the original posting time — accurate to the millisecond.
This timestamp is hidden within LinkedIn's URL structure and is not visible through LinkedIn's frontend or API. This tool makes it readable.