Scrape new post url ?

brokeboi69

Newbie
Joined
Jun 4, 2020
Messages
7
Reaction score
0
Hello everyone, my question is :
Is there a way to get the url address of an instagram post the instant it is posted?

For example : user @zuck posts an image on his profile -> tool instantly gives me the url of this post (instagram . com /p/ CAQ6NpFA-au/)


Anyone knows if this is possible ?
 
Yes, it is.

Actually is quite easy to code too. You just need to get the Xpath of last few posts and then check periodically if the url changed. If it changed, it means that new post added, in which case you copy the URL.
 
Yes, it is.

Actually is quite easy to code too. You just need to get the Xpath of last few posts and then check periodically if the url changed. If it changed, it means that new post added, in which case you copy the URL.
Do you know anyone who could code that for me ? ;)
 
Back
Top