PHPackages                             andreekeberg/instagram-scraper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. andreekeberg/instagram-scraper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

andreekeberg/instagram-scraper
==============================

Instagram scraper, with support for users and tags

1.1.0(5y ago)862[2 issues](https://github.com/andreekeberg/instagram-scraper/issues)MITPHPPHP &gt;=5.6.0

Since Sep 1Pushed 5y ago2 watchersCompare

[ Source](https://github.com/andreekeberg/instagram-scraper)[ Packagist](https://packagist.org/packages/andreekeberg/instagram-scraper)[ Docs](https://github.com/andreekeberg/instagram-scraper)[ RSS](/packages/andreekeberg-instagram-scraper/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

📷 Instagram Scraper
===================

[](#-instagram-scraper)

[![Latest Stable Version](https://camo.githubusercontent.com/525ffe6ba5b8fdff02aa522de471894e022b3f45582ad298414f89ebbb14c329/68747470733a2f2f706f7365722e707567782e6f72672f616e647265656b65626572672f696e7374616772616d2d736372617065722f762f737461626c65)](https://packagist.org/packages/andreekeberg/instagram-scraper) [![Total Downloads](https://camo.githubusercontent.com/9c96b15a252b4c3e7b0b51c8e51bb9eaf50784ad74387341c0c6c5d477303cef/68747470733a2f2f706f7365722e707567782e6f72672f616e647265656b65626572672f696e7374616772616d2d736372617065722f646f776e6c6f616473)](https://packagist.org/packages/andreekeberg/instagram-scraper) [![License](https://camo.githubusercontent.com/ce088cbb37570993e865680a1350263795b76062bfaa2ba11837729d09b0e2da/68747470733a2f2f706f7365722e707567782e6f72672f616e647265656b65626572672f696e7374616772616d2d736372617065722f6c6963656e7365)](https://packagist.org/packages/andreekeberg/instagram-scraper)

Instagram scraper, with support for users and tags.

Get a public users media, or search for a specific tag, without having to register an app.

Since this library uses the web version of Instagram to scrape content, it can break at any time should the returned source code for these pages change. Use in production is therefore discouraged.

This library is provided "as is", and without warranty of any kind.

Requirements
------------

[](#requirements)

- PHP 5.6.0 or higher

Installation
------------

[](#installation)

```
composer require andreekeberg/instagram-scraper

```

Basic usage
-----------

[](#basic-usage)

### Getting a public users media

[](#getting-a-public-users-media)

```
$feed = Instagram::getUser('github');
```

### Getting public media with a specified tag

[](#getting-public-media-with-a-specified-tag)

```
$feed = Instagram::getTag('opensource');
```

### Limiting results

[](#limiting-results)

```
$feed = Instagram::getUser('github', 4);
```

```
$feed = Instagram::getTag('opensource', 6);
```

Documentation
-------------

[](#documentation)

- [Instagram](docs/Instagram.md)

Contributing
------------

[](#contributing)

Read the [contribution guidelines](CONTRIBUTING.md).

Changelog
---------

[](#changelog)

Refer to the [changelog](CHANGELOG.md) for a full history of the project.

License
-------

[](#license)

Instagram Scraper is licensed under the [MIT license](LICENSE).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Total

2

Last Release

2063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86bc1ee1c801495796569fefa0c1275d88542a5d74d5ddf04c4851e88351fa20?d=identicon)[andreekeberg](/maintainers/andreekeberg)

---

Top Contributors

[![andreekeberg](https://avatars.githubusercontent.com/u/13151212?v=4)](https://github.com/andreekeberg "andreekeberg (8 commits)")

---

Tags

instagraminstagram-scraperlibraryscraperinstagramscraperinstagram-scraper

### Embed Badge

![Health badge](/badges/andreekeberg-instagram-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/andreekeberg-instagram-scraper/health.svg)](https://phpackages.com/packages/andreekeberg-instagram-scraper)
```

###  Alternatives

[raiym/instagram-php-scraper

Instagram PHP Scraper. Get account information, photos and videos without any authorization

3.3k1.2M6](/packages/raiym-instagram-php-scraper)[vdb/php-spider

A configurable and extensible PHP web spider

1.4k181.0k7](/packages/vdb-php-spider)[nelexa/google-play-scraper

Scrapes app data from Google Play store.

88487.4k](/packages/nelexa-google-play-scraper)[crwlr/crawler

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[raulr/google-play-scraper

A PHP scraper to get app data from Google Play

12892.7k](/packages/raulr-google-play-scraper)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
