instascrape

1.0.2 • Public • Published

instascrape

Scrape Instagram user public media without developer account or authentication.

Uses the following endpoint: https://www.instagram.com/username/media/

Install

npm install --save instascrape

yarn add instascrape

Usage

import instascrape from 'instascrape';
 
instascrape('username')
  .then((data) => {
    // Do something with JSON data
  });
 

Package Sidebar

Install

npm i instascrape

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • yknl