Socket
Book a DemoInstallSign in
Socket

insta-real-search

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

insta-real-search

Search and download posts, reels,.. on Insta without API or Cookie key

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

insta-real-search: Node.js

Search & Download reels, posts,... on Instagram without API key or Cookie

Table of contents:

Quickstart

Installing the library

npm install insta-real-search --save

Using the library

import * as insta from 'insta-real-search';

/**
 * Given a search query, searching on insta
 * @param {string} search value (instaId).
 */
const videos = await insta.search('instaId');
const videos = await insta.search('https://www.instagram.com/p/instaId');
console.log(videos);

{
  "resultsCount": 7,
   "urls": [
    "https://scontent-muc2-1.cdninstagram.com/v...",
    ....
  ],
  "username": "appit-online",
  "name": "AppIT",
  "isVerified": false,
  "isPrivate": false,
  "commentsDisabled": false,
  "likeCounterDisabled": false,
  "location": "Mountains Spot",
  "followers": 15962,
  "likes": 4120,
  "isAd": false,
  "caption": "#sudtirol #dolomiti....",
  "createdAt": "1738502812",
  "media": [
    {
      "type": "image",
      "dimensions": {
        "height": 1350,
        "width": 1080
      },
      "url": "https://scontent-muc2-1.cdninstagram.com/v..."
    },...
  ]
}

License

Apache Version 2.0

See LICENSE

Keywords

instagram

FAQs

Package last updated on 26 Aug 2025

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.