PHPackages                             czpechy/instagramprofilecrawler - 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. [API Development](/categories/api)
4. /
5. czpechy/instagramprofilecrawler

ActiveLibrary[API Development](/categories/api)

czpechy/instagramprofilecrawler
===============================

Way to get latest news from instagram profile

v1.0.1(3y ago)7496MITPHPPHP &gt;=5.6.0

Since Aug 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/czPechy/instagramProfileCrawler)[ Packagist](https://packagist.org/packages/czpechy/instagramprofilecrawler)[ Docs](https://github.com/czPechy/instagramProfileCrawler)[ RSS](/packages/czpechy-instagramprofilecrawler/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

[![GitHub version](https://camo.githubusercontent.com/c0521d927262b18da401184f831f8130a9c91bcfe5f51f7bf647c89d2d15b1c7/68747470733a2f2f62616467652e667572792e696f2f67682f637a5065636879253246696e7374616772616d50726f66696c65437261776c65722e737667)](http://badge.fury.io/gh/czPechy%2FinstagramProfileCrawler)[![travis-ci.com](https://camo.githubusercontent.com/9dca615be6e7298555f6aacdb7aa06da49baa67f5bcae2f56939e452cc169d0b/68747470733a2f2f7472617669732d63692e636f6d2f637a50656368792f696e7374616772616d50726f66696c65437261776c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/czPechy/instagramProfileCrawler)[![codecov.io](https://camo.githubusercontent.com/fec3f534c423e8e61fc0539ad038b54207f0ee72d45d292de1700d758c30c878/68747470733a2f2f636f6465636f762e696f2f6769746875622f637a50656368792f696e7374616772616d50726f66696c65437261776c65722f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/czPechy/instagramProfileCrawler?branch=master)

instagramProfileCrawler
=======================

[](#instagramprofilecrawler)

- Get latest media from instagram profile without API
- This is only HTML crawler (get json from instagram page)
- If Instagram made some change, please send Issue
- If you want some more data, send Issue or MR

Install with composer
=====================

[](#install-with-composer)

```
$ composer require czpechy/instagramprofilecrawler
```

How to use
==========

[](#how-to-use)

```
include_once __DIR__ . '/../vendor/autoload.php';

$client = new \czPechy\instagramProfileCrawler\Client('angelinajolie');

/** @var \czPechy\instagramProfileCrawler\Profile $profile */
$profile = $client->getProfile();

var_dump($profile->toArray());
```

```
array(
  'id' => "45276652",
  'username' => "angelinajolie",
  'fullName' => "Angelina Jolie",
  'biography' => "People will always...",
  'followers' => 8848810,
  'isPrivate' => false,
  'isVerified' => false,
  'profilePictureHD' => "https://scontent-frx5-1.cdninstagram.com/vp/031765b0e647064c7aaad4c26067280e/5BF14069/t51.2885-19/11356833_110581152627368_512723102_a.jpg",
  'profilePicture' => "https://scontent-frx5-1.cdninstagram.com/vp/031765b0e647064c7aaad4c26067280e/5BF14069/t51.2885-19/11356833_110581152627368_512723102_a.jpg",
  'facebookPage' => NULL,
);
```

```
/** @var \czPechy\instagramProfileCrawler\Media\IItem $media */
foreach($profile->getMedia() as $media) {

    // interface \czPechy\instagramProfileCrawler\Media\IItem
    //
    // \czPechy\instagramProfileCrawler\Media\Photo
    // OR
    // \czPechy\instagramProfileCrawler\Media\Video

    var_dump($media->toArray());
}
```

```
array(
  'shortCode' => "BloCixPBqoj",
  'link' => "https://www.instagram.com/p/BloCixPBqoj/",
  'photo' => "https://scontent-frx5-1.cdninstagram.com/vp/d60a0d3bdedeb0253db83decfcbd38ab/5BF1A297/t51.2885-15/e35/37002718_285078285574435_8958765677343145984_n.jpg",
  'likes' => 113196,
  'comments' => 788,
  'thumbnail' => "https://scontent-frx5-1.cdninstagram.com/vp/b9bc9f7c30afde1a7b567a504062a6e5/5C0270C2/t51.2885-15/sh0.08/e35/c0.120.961.961/s640x640/37002718_285078285574435_8958765677343145984_n.jpg",
  'text' => "❤❤"
);
```

Buy me a coffee &lt;3
=====================

[](#buy-me-a-coffee-3)

[![Buy me a Coffee](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E8NK53NGKVDHS)

Or send me some crypto ¯\\\_(ツ)\_/¯
===================================

[](#or-send-me-some-crypto-_ツ_)

```
ETH: 0x7D771A56735500f76af15F589155BDC91613D4aB
UBQ: 0xAC08C7B9F06EFb42a603d7222c359e0fF54e0a13

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~1430 days

Total

2

Last Release

1413d ago

### Community

Maintainers

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

---

Top Contributors

[![czPechy](https://avatars.githubusercontent.com/u/8396185?v=4)](https://github.com/czPechy "czPechy (9 commits)")

---

Tags

apicrawlercrawlinginstagramphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/czpechy-instagramprofilecrawler/health.svg)

```
[![Health](https://phpackages.com/badges/czpechy-instagramprofilecrawler/health.svg)](https://phpackages.com/packages/czpechy-instagramprofilecrawler)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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