1.0.0 • Published 5 years ago

insta-search v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

insta-search

Instagram user details

Installation

npm install insta-search

Usage

const insta = require("insta-search");

insta.search("xRokz").then(user => console.log(user))

Response Example

Search

    user:
     { pk: string,
       username: string,
       full_name: string,
       is_private: Boolean,
       profile_pic_url: string,
       profile_pic_id: string,
       is_verified: boolean,
       has_anonymous_profile_picture: boolean,
       follower_count: integer,
       reel_auto_archive: string,
       byline: string,
       mutual_followers_count: integer,
       unseen_count: integer 
     }