Scraping 'copy link to post' link

Hello!

I am scraping data from LinkedIn and trying to get the "copy link to post" link that is copied to the clipboard when clicked.

The picture above is viewed when signed in as admin, but you can view a similar example here https://www.linkedin.com/company/nike/

As far as I know this data is created dynamically so I can not see this data in the HTML before hand. Is there a way to pull the data from the clipboard?

The only other option is that there is a confirmation pop up that has the HTML link that could be copied, but this is outside of the parent item I am looping, so I am unable to select it.

Thanks
David

Did you ever find a solution to this? Trying to do the same, now, and no luck.