Instagram's API isn't just meant for Laravel*, they make an API to be consumed with whatever framework a developer is using.
You can go through the docs and use the Laravel HTTP client and manually fetch what you need:
Or use a Laravel package which wraps this API endpoints and provide you an easy abstraction in the form for helpers/facades: