Skip to content

Tag: instagram

Instagram Story Scraper PHP

i built a little Instagram Story Scraper but i cant get it to work…i’m probably just too tired. I’ve already tried everything but can’t solve the problem myself Every time I run it with Wamp I get …

Error when trying to get Instagram Embed page HTML code

I’m trying to get the HTML Code of the Instagram’s Embed pages for my API, but it returns me a strange error and I do not know what to do now, because I’m new to PHP. The code works on other websites. I tried it already on other websites like apple.com and the strange thing is that when I ca…

How to get video from Instagram public access API?

I know that this api is working to get images but how about videos? https://www.instagram.com/username/?__a=1 I was able to get the thumbnail of the video but not the source or the url itself. Answer When you make above API call it would return code in it. looks something like this: BWhyIhRDBCw Whenever your …

Get Instagram tagged user photos

How to get all Instagram tagged user photos? For example, I have user “user123”, and someone tagged me. How to get all images with @user123? https://api.instagram.com/v1/tags/@user123/media/recent?access_token=%%%&count=9 not working. Answer Currently there is no API to get all photos which ha…