ethereali
Results
1
comments of
ethereali
seems like old method working again without authorization u can get json data from https://www.instagram.com/username/?__a=1 or https://www.instagram.com/explore/tag/?__a=1 and paginate via end_cursor ```php $baseUrl = 'https://www.instagram.com/explore/tags/tag/?__a=1'; $url = $baseUrl; while(1) {...