Open foRsxs opened 3 years ago
it will probably work fine from you home network or with high quality residential proxy (but these might be expensive). As another option, take a look at https://github.com/restyler/instagram-php-scraper fork which uses cloud proxy under the hood
@foRsxs i also got the 302 error, did you manage to solve it ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@restyler i used 4g hq proxy hosted on my house and it didn't solve it as well
I got error when try to use code without auth
$instagram = new \InstagramScraper\Instagram(new \GuzzleHttp\Client()); $nonPrivateAccountMedias = $instagram->getMedias('Kevin'); echo $nonPrivateAccountMedias[0]->getLink();
So it's doesn't work?