PHPackages                             bolandish/instagram-grabber - 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. bolandish/instagram-grabber

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

bolandish/instagram-grabber
===========================

A workaround for the new Instagram policy to get images by hashtag and user id. No need for accesstoken

1.0.13(9y ago)1484.3k39[18 issues](https://github.com/Bolandish/Instagram-Grabber/issues)PHP

Since Jun 8Pushed 9y ago20 watchersCompare

[ Source](https://github.com/Bolandish/Instagram-Grabber)[ Packagist](https://packagist.org/packages/bolandish/instagram-grabber)[ RSS](/packages/bolandish-instagram-grabber/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)DependenciesVersions (9)Used By (0)

Get instagram images by hashtag and user id!
============================================

[](#get-instagram-images-by-hashtag-and-user-id)

A workaround for the new Instagram policy to get images by hashtag and user id. No need for accesstoken :) Use at your own risk.

By [Vassardish](https://github.com/Vassard) and [Bolandish](https://github.com/Bolandish)\##Install

### Via Composer

[](#via-composer)

```
composer require bolandish/instagram-grabber
```

### Via Include

[](#via-include)

```
require_once '/vendor/autoload.php';
```

\##Usage

### Get by hashtag

[](#get-by-hashtag)

```
Bolandish\Instagram::getMediaByHashtag("nofilter", 10);
```

### Get by user id

[](#get-by-user-id)

```
Bolandish\Instagram::getMediaByUserID(460563723, 10);
```

### Get after a specific post by user id

[](#get-after-a-specific-post-by-user-id)

```
Bolandish\Instagram::getMediaAfterByUserID(460563723, 1060728019300790746, 10);
```

If something missing in the response, please open an issue to report :)

Plugins
-------

[](#plugins)

- [Image hashtag feed](https://github.com/digitoimistodude/image-hashtag-feed) plugin for WordPress, *by Digitoimisto Dude*

Help me build this better! Thanks! :)

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% 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 ~30 days

Recently: every ~53 days

Total

8

Last Release

3457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45582537cf4cc2259eb16436b8eff6c711e765fd86472b61706a3a2b0700a193?d=identicon)[ThomasBolander](/maintainers/ThomasBolander)

---

Top Contributors

[![Bolandish](https://avatars.githubusercontent.com/u/7235443?v=4)](https://github.com/Bolandish "Bolandish (58 commits)")[![scottyzen](https://avatars.githubusercontent.com/u/5116925?v=4)](https://github.com/scottyzen "scottyzen (4 commits)")[![aurmil](https://avatars.githubusercontent.com/u/1309545?v=4)](https://github.com/aurmil "aurmil (4 commits)")[![timiwahalahti](https://avatars.githubusercontent.com/u/415544?v=4)](https://github.com/timiwahalahti "timiwahalahti (1 commits)")[![lookforward-github](https://avatars.githubusercontent.com/u/8827546?v=4)](https://github.com/lookforward-github "lookforward-github (1 commits)")[![jstrellner](https://avatars.githubusercontent.com/u/5665666?v=4)](https://github.com/jstrellner "jstrellner (1 commits)")[![t1maccapp](https://avatars.githubusercontent.com/u/8779881?v=4)](https://github.com/t1maccapp "t1maccapp (1 commits)")

### Embed Badge

![Health badge](/badges/bolandish-instagram-grabber/health.svg)

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

###  Alternatives

[apinstein/expiring-hash

A utililty to easily create crypographically signed URLs for temporary ad-hoc URL access.

1334.4k1](/packages/apinstein-expiring-hash)

PHPackages © 2026

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