navari/instagram-scraper

Instagram Scrapper without login

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/navari/instagram-scraper

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

This package is auto-updated.

Last update: 2025-09-29 02:50:45 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.