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

Code `$medias = $instagram->getMediasByLocationId('105938891315826', 10);` Response `null` I found 'InstagramScraper/Instagram.php' LINE 174 $arr['graphql'] is empty Printout https://imgur.com/a/7QSQtCh

I need to be notified immediately when a new post is posted on a page. To do this, I used an unlimited loop and checked the page posts every few...

wontfix

**methode used:** `$instagram->getAccountInfo($user);` **Exception Caught:** `PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 302. Body: Something went wrong. Please report issue. in /home1/zoominst/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:595` **Notes:** The scrapper Seems to work fine...

wontfix

`Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 200. Body: data => {"shortcode_media":null}; status => ok; Something went wrong. Please report issue. in D:\xampp\htdocs\api\core\app\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php:1022` What to do?

wontfix

Laravel 9 issue.. installing together doesnt allow me. Always returns error. Installing rayim/instagram-php-scraper alone works fine. But then cannot install phpfastcache/phpfastcache. Can install first phpfastcache/phpfastcache, but then cannot install rayum/instagram?!?!?

`composer require raiym/instagram-php-scraper phpfastcache/phpfastcache Using version ^0.12.0 for raiym/instagram-php-scraper Using version ^9.0 for phpfastcache/phpfastcache ./composer.json has been created Running composer update raiym/instagram-php-scraper phpfastcache/phpfastcache Loading composer repositories with package information Updating...

**Thanks for the library, it is very easy to use and adaptive to integration code.** I have on problem: Looking for a function to click "Like" on a comment? If...

How can i receive 100 last posts ? getMedia returns only 7-11 posts!

Hi when im tring to get media by id/url get error on if (!isset($mediaArray['graphql']['shortcode_media'])) {throw new InstagramException('Media with this code does not exist'); } looks like instagram is change his...

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?