2017 © Pedro Peláez
 

library insta-scraper

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

image

robert-grubb/insta-scraper

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

  • Wednesday, May 2, 2018
  • by RobertGrubb
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1,442 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 26 % Grown

The README.md

information

Credits to postaddictme/instagram-php-scraper for base, (*1)

Installation

composer.phar require robert-grubb/insta-scraper, (*2)

or, (*3)

composer require robert-grubb/insta-scraper, (*4)

Instantiation

use InstaScraper\Insta;

$Instagram = new Insta();

Documentation

For main package documentation: https://github.com/postaddictme/instagram-php-scraper, (*5)

Fork Information

This fork includes the following:, (*6)

  • getMediaWithTag(), (*7)

    • This method will find the first media with a specific tag.
  • Fixes getMedias issue (Because instagram removed the /media page), (*8)

    • Now pulls from their timeline data via a graphql request, then grabs the data for each array item. (Increases load times, but not by much)
  • Better exceptions, (*9)

    • For better understand of what is actually happening when an error occurs, InstagramEncodedException is thrown. You can catch this exception and use InstagramEncodedException->getDecodedMessage() that will return the following:
[
    [error] => true,
    [error_code] => 404,
    [error_reason] => 'User does not exist'
]

Getting a media item with specific hashtag:

use InstaScraper\Insta;
$Instagram = new Insta();
$post = $Instagram->getMediaWithTag('test', '#awesome');
var_dump($post); // Returns InstaScraper\Model\Media Object

The Versions

02/05 2018

dev-master

9999999-dev https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

02/05 2018

v1.18

1.18.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

02/05 2018

v1.17

1.17.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

02/05 2018

v1.16

1.16.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/04 2018

v1.15

1.15.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/04 2018

v1.14

1.14.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/04 2018

v1.13

1.13.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/04 2018

v1.12

1.12.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.11

1.11.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.10

1.10.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.9

1.9.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.8

1.8.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.7

1.7.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

12/04 2018

v1.6

1.6.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

11/04 2018

v1.5

1.5.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

27/03 2018

v1.4

1.4.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/03 2018

v1.3

1.3.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/03 2018

v1.2

1.2.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

13/03 2018

v1.1

1.1.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar raiym
by Avatar RobertGrubb

instagram scraper

09/11 2017

v1.0

1.0.0.0 https://github.com/RobertGrubb/insta-scraper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar RobertGrubb

instagram scraper