PHPackages                             konnco/laravel-instagram-crawler - 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. [Database &amp; ORM](/categories/database)
4. /
5. konnco/laravel-instagram-crawler

ActiveLibrary[Database &amp; ORM](/categories/database)

konnco/laravel-instagram-crawler
================================

Get your medias from instagram as easy as you can imagine.

v0.1.1-alpha(5y ago)9460[1 PRs](https://github.com/Konnco/laravel-instagram-crawler/pulls)MITPHPPHP &gt;=7.2.0

Since Feb 9Pushed 5y ago3 watchersCompare

[ Source](https://github.com/Konnco/laravel-instagram-crawler)[ Packagist](https://packagist.org/packages/konnco/laravel-instagram-crawler)[ RSS](/packages/konnco-laravel-instagram-crawler/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

Laravel Instagram Crawler
=========================

[](#laravel-instagram-crawler)

This package is designed to do simple Instagram Crawler in Laravel framework.

This package based on this repository [Smochin/instagram-php-crawler](https://github.com/smochin/instagram-php-crawler).

Because this package has not been updated for more than 2 years, we make a copy and do some changes about updated instagram's data.

***This package is still in alpha version, so the update may broke your application.***

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

[](#installation)

Package is available on [Packagist](https://packagist.org/packages/konnco/laravel-instagram-crawler), you can install it using [Composer](http://getcomposer.org).

```
composer require konnco/laravel-instagram-crawler
```

### Dependencies

[](#dependencies)

- PHP 7
- json extension
- cURL extension

Get started
-----------

[](#get-started)

### Initialize the Crawler

[](#initialize-the-crawler)

```
$crawler = new Konnco\InstagramCrawler\InstagramCrawler();
```

### Return the simple result from instagram (url, image url, comment count, and like count)

[](#return-the-simple-result-from-instagram-url-image-url-comment-count-and-like-count)

```
$media = $crawler->getMediaByUser('instagram')->returnSimpleResult();
```

### Return the full result from instagram

[](#return-the-full-result-from-instagram)

```
$media = $crawler->getMediaByUser('instagram')->returnFullResult();
```

### Get a list of recently tagged media

[](#get-a-list-of-recently-tagged-media)

```
$media = $crawler->getMediaByTag('php')->returnSimpleResult();
```

### Get a list of recent media from a given location

[](#get-a-list-of-recent-media-from-a-given-location)

```
$media = $crawler->getMediaByLocation(225963881)->returnSimpleResult();
```

### Get the most recent media published by a user

[](#get-the-most-recent-media-published-by-a-user)

```
$media = $crawler->getMediaByUser('instagram')->returnSimpleResult();
```

### Get information about a media

[](#get-information-about-a-media)

```
$media = $crawler->getMedia('0sR6OhmwCQ');
```

### Get information about a user

[](#get-information-about-a-user)

```
$user = $crawler->getUser('jamersonweb');
```

### Get information about a location

[](#get-information-about-a-location)

```
$location = $crawler->getLocation(225963881);
```

### Get information about a tag

[](#get-information-about-a-tag)

```
$tag = $crawler->getTag('php');
```

### Search for hashtags, locations and users

[](#search-for-hashtags-locations-and-users)

```
$result = $crawler->search('recife');
```

Authors
-------

[](#authors)

[![](https://avatars.githubusercontent.com/u/17308059?v=3 "ijalnasution")](https://github.com/ijalnasution)[![](https://avatars.githubusercontent.com/u/5705520?v=3 "frankyso")](https://github.com/frankyso)

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

[](#contributing)

we appreciate all contributions, feel free to write some code or request package.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.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 ~18 days

Total

7

Last Release

2177d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7b07b029d69157969d6701d1742f1526a062e51674720a928f29db0623fb05b?d=identicon)[ijalnasution](/maintainers/ijalnasution)

---

Top Contributors

[![ijalnasution](https://avatars.githubusercontent.com/u/17308059?v=4)](https://github.com/ijalnasution "ijalnasution (10 commits)")[![frankyso](https://avatars.githubusercontent.com/u/5705520?v=4)](https://github.com/frankyso "frankyso (1 commits)")

---

Tags

phplaravelinstagramlibraryeloquentcrawl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/konnco-laravel-instagram-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/konnco-laravel-instagram-crawler/health.svg)](https://phpackages.com/packages/konnco-laravel-instagram-crawler)
```

###  Alternatives

[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

591444.8k2](/packages/spiritix-lada-cache)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[io238/laravel-iso-countries

Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.

5462.3k](/packages/io238-laravel-iso-countries)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)

PHPackages © 2026

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