How to find post ID

cammypotts

Regular Member
Joined
Nov 20, 2015
Messages
215
Reaction score
43
Hey,

Looking on how I find can find the post ID of a post etc something that looks similar to 000000000000_00000

Cheers
 
Got to websta, open the image of the post on new tab and look at the url, the bit you're looking for will be there. Or just hit inspect element on the post on Instagram and scroll down to the 148th line, which starts with: <meta property="og:image"....
If you're on mobile, go to the post via Chrome, insert view-source: before the url and go the 148th line like above.
 
Open the post in your browser.

https://www.instagram.com/p/BrznNYuBFFi/

Press Ctrl+Shift+U

bqY77Ad


The "al:ios:url" meta property shows the post ID.

dOEmn6n
 
Just add to link ?__a=1 like this instagram.com/p/BrznNYuBFFi/?__a=1
you will get JSON, where you can find post id and user id
 
Back
Top