PHPackages                             berkay-cubuk/ig\_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. berkay-cubuk/ig\_scraper

AbandonedArchivedLibrary

berkay-cubuk/ig\_scraper
========================

Description

211PHP

Since Jun 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/berkaycubuk/ig_scraper)[ Packagist](https://packagist.org/packages/berkay-cubuk/ig_scraper)[ RSS](/packages/berkay-cubuk-ig-scraper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

ig\_scraper v1.0.1
==================

[](#ig_scraper-v101)

PHP based instagram scraper without login or API!

DISCLAIMER!
-----------

[](#disclaimer)

We do not take responsibility for anything that can happen, you take responsibility for all kinds of things you do. For business projects please contact with Instagram.

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

[](#installation)

### 1) Direct Download

[](#1-direct-download)

Just download ig\_scraper.php and include the file.

### 2) Composer

[](#2-composer)

Packagist Link [https://packagist.org/packages/berkay-cubuk/ig\_scraper](https://packagist.org/packages/berkay-cubuk/ig_scraper)

Usage
-----

[](#usage)

1. Include ig\_scraper.php
2. Create $ig variable
3. Type $ig = new IG\_Scraper('type-your-username');
4. Start using ig scraper :D

Commands
--------

[](#commands)

- json()
- biography()
- username()
- external\_url()
- external\_url\_linkshimmed()
- followed\_count()
- follow\_count()
- full\_name()
- has\_channel()
- has\_blocked\_viewer()
- id()
- is\_business\_account()
- is\_joined\_recently()
- business\_category\_name()
- category\_id()
- overall\_category\_name()
- is\_private()
- is\_verified()
- picture()
- picture\_hd()
- connected\_fb\_page()

Examples
--------

[](#examples)

1. Get json output

```
  $ig = new IG_Scraper('your-username');
  echo $ig->json();

```

2. Get full name

```
  $ig = new IG_Scraper('your-username');
  echo $ig->full_name();

```

3. Get biography

```
  $ig = new IG_Scraper('your-username');
  echo $ig->bioghraphy();

```

Future plans
------------

[](#future-plans)

- Find user with id
- Get posts

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/183583209?v=4)[Berkay Çubuk](/maintainers/Berkay-Cubuk)[@berkay-cubuk](https://github.com/berkay-cubuk)

---

Top Contributors

[![berkaycubuk](https://avatars.githubusercontent.com/u/29932133?v=4)](https://github.com/berkaycubuk "berkaycubuk (22 commits)")

---

Tags

ig-scraperinstagraminstagram-scraperjsonphpscraper

### Embed Badge

![Health badge](/badges/berkay-cubuk-ig-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/berkay-cubuk-ig-scraper/health.svg)](https://phpackages.com/packages/berkay-cubuk-ig-scraper)
```

PHPackages © 2026

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