pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
882 stars 138 forks source link

Get tagged media #239

Closed dejvidecz closed 3 years ago

dejvidecz commented 3 years ago

Is there any way to get all Tagged photos?

for example https://www.instagram.com/robertdowneyjr/tagged/

Thanks for help :)

pgrimaud commented 3 years ago

Hello,

I just release a new version (6.11.0), you can fetch all tagged photos. Example here : https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/tagged-medias.php

Feedback appreciated 😄