instagram-php-scraper icon indicating copy to clipboard operation
instagram-php-scraper copied to clipboard

Get account information, photos, videos, stories and comments.

Results 63 instagram-php-scraper issues
Sort by recently updated
recently updated
newest added

I am getting the error ( Response code is 200: OK.Something went wrong. ) while login by loginWithSessionId. **MY CODE** ``` public function loginWithSessionId($sessionId) { // $session = ['sessionid' =>...

hi, i trying to install instagram-php-scraper with composer but when run this command: `composer require raiym/instagram-php-scraper phpfastcache/phpfastcache ` throw bellow error: > Info from https://repo.packagist.org: #StandWithUkraine Using version ^0.12.5 for...

Problem 1 - Root composer.json requires raiym/instagram-php-scraper ^0.12 -> satisfiable by raiym/instagram-php-scraper[v0.12.0, ..., v0.12.4]. - tightenco/nova-google-analytics v2.0.0 requires spatie/laravel-analytics ^4.1 -> satisfiable by spatie/laravel-analytics[4.1.0]. - Root composer.json requires tightenco/nova-google-analytics ^2.0.0...

when i try to getMedias say me InstagramScraper\Exception\InstagramException Response code is 200: OK.Something went wrong. Please report issue. stack trace throw error here Instagram.php:742 if (!isset($userArray['entry_data']['ProfilePage'][0]['graphql']['user'])) { throw new InstagramException('Response...

Hello, I'm experiencing the following error currently in production: Client error: `POST https://www.instagram.com/accounts/login/ajax/` resulted in a `400 Bad Request` response: {"message":"checkpoint_required","checkpoint_url":"/challenge/action/[...] (truncated...) It also throws the "User credentials are wrong."...

Hi, When I make a call on a `getAccount`, eveything seems to be OK. **Code :** ```php $instagram = Instagram::withCredentials(new \GuzzleHttp\Client(), 'USERNAME', 'PASSWORD', new Psr16Adapter('Files')); $instagram->login(); $instagram->saveSession(); $return = $instagram->getAccount('cristiano');...

Hello, Is there please any solution to make getAccount() works again ? Thank you

getAccount() and getPaginateMedias() doesn't work anymore. Need fix.