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

If I try do read a single account I get: InstagramScraper\Exception\InstagramException: Response code is 200: OK.Something went wrong. Please report issue. in instagram-php-scraper/src/InstagramScraper/Instagram.php on line 795 The resultant content has:...

How to even use it !

Working fine on localhost but on Production level it return an error Response code is 401: Unauthorized.Something went wrong. Please report issue. Code Snippet: $instagram->getAccountInfo('username');

Hi, It seems that the scrapper doesn't work anymore. I use several accounts, proxies, etc. I always get: Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: $twoStepVerificator must be an instance of TwoStepVerificationInterface. I...

``` "require": { "php": "^8.1", "benjaminhirsch/nova-slug-field": "^1.3", "ebess/advanced-nova-media-library": "^3.7", "guzzlehttp/guzzle": "^7.2", "html2text/html2text": "^4.3", "laravel/framework": "^9.2", "laravel/nova": "*", "laravel/sanctum": "^2.14.1", "laravel/tinker": "^2.7", "league/flysystem-aws-s3-v3": "^3.5.0", "marvinlabs/laravel-discord-logger": "^1.3", "numaxlab/nova-ckeditor5-classic": "dev-master#e8c99a8330b231bf307e4e7c1a10383731a57d0a", "raiym/instagram-php-scraper": "dev-master#c0a696f9d5bb7f19e0291c1172b2b6347a74abf3", "opcodesio/log-viewer":...

"Undefined property: stdClass::$authenticated" whenever i try to login it is showing this error kindly help me with this Thanks,

I try to make a request with proxy: $instagram = new \InstagramScraper\Instagram(new \GuzzleHttp\Client()); $instagram::setProxy($proxySettings); $account = $instagram->getAccount('kevin'); and I get this error: Fatal error: Uncaught Unirest\Exception: Empty reply from server...

I don't know if that is even possible with this lib.

HI, I know that I can filter the search of any hashtags by looking at the media-type properties. But I am looking for a way to return only videos so...