Skip to content

Given a Linkedin post URL we can decode the UTC timestamp which isn't otherwise available in frontend/API metadata.

License

Notifications You must be signed in to change notification settings

ryancwalsh/Linkedin-post-timestamp-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin-post-timestamp-extractor

  • Given a Linkedin post URL we can decode the UTC timestamp which isn't otherwise available in frontend metadata. This could be useful when scraping or for general OSINT investigating.
  • Use a modern Chromium based browser.
  • Click here then select Copy link to post. image

Use it here https://ollie-boyd.github.io/Linkedin-post-timestamp-extractor/ . Commandline script coming soon.

Following on from updating the TikTok timestamp extractor https://github.com/bellingcat/tiktok-timestamp , I wanted to see if there were any other timecodes that we can mine. I saw someone looking for a way to get a Linkedin post's timestamp, which doesn't seem to be available other than the '1 week ago' given on the frontend.

Based on Ryan Benson's work on the TikTok timestamp (https://dfir.blog/tinkering-with-tiktok-timestamps/) I began to have a play around with the 19 digit Linkedin post ID. After some trial and error I found we can convert the post ID to binary, then convert the first 41 binary bits to a decimal to give the UNIX timestamp in milliseconds. Nice!

About

Given a Linkedin post URL we can decode the UTC timestamp which isn't otherwise available in frontend/API metadata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • HTML 44.6%