navari/instagram-scraper

Instagram Scrapper without login

v0.1.2 2021-04-07 08:14 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:20 UTC


README

Packagist Version License

PHP library to scrape instagram account data.

Installation

composer require navari/instagram-scraper

Example

// Retrieving subcription data

$instagram = new \Navari\InstagramScrapper\Instagram();
$instagram = $instagram->getAccount('neymarjr');

Result:

\Navari\InstagramScrapper\Models\Account::class

Changelog

Changes are documented in the releases page.

License

The library is open-sourced software licensed under the MIT License.