Socket
Socket
Sign inDemoInstall

@juliendu11/instagramuserfinder

Package Overview
Dependencies
90
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @juliendu11/instagramuserfinder

Find users by keyword, extract their username or snapchat if available


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Build Status

InstagramUserFinder

Find users by keyword, extract their username

Do a google search by targeting the instagram site with a keyword and then extract the username by looking at the title, description and link, only public accounts will be found.

Using google-it to scrap the results and put them in JSON format

Install

npm i @juliendu11/instagramuserfinder

How to use ?

const instagram_user_finder = require ('@juliendu11/instagramuserfinder');

(async () =>{
console.log(await instagram_user_finder.getUsersWithKeyword('travel', 100)) //('keyword', limit (default is 100))
})()

Result example:
[
  'exploretagstravel',
  'travelmehappy',
  'travelawesome',
  'taylor_fuller',
  'melinoush.travel',
....
]

Dependencies

  • google-it

FAQs

Last updated on 25 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc