1.0.2 • Published 6 years ago

instascrape v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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
  });