{"id":23817870,"url":"https://github.com/lsongdev/node-instagram","last_synced_at":"2025-09-07T00:32:46.810Z","repository":{"id":57274803,"uuid":"219957189","full_name":"lsongdev/node-instagram","owner":"lsongdev","description":"📷 Parse and Download Instagram Resources","archived":false,"fork":false,"pushed_at":"2019-11-06T09:55:26.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T07:52:32.306Z","etag":null,"topics":["instagram","instagram-downloader","instagram-scraper"],"latest_commit_sha":null,"homepage":"https://npmjs.org/instagram-downloader","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-06T09:17:50.000Z","updated_at":"2023-08-29T09:12:42.000Z","dependencies_parsed_at":"2022-09-17T12:40:38.213Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/node-instagram","commit_stats":null,"previous_names":["song940/instagram","lsongdev/node-instagram"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/node-instagram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-instagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-instagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-instagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-instagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/node-instagram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-instagram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273983013,"owners_count":25202092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["instagram","instagram-downloader","instagram-scraper"],"created_at":"2025-01-02T05:48:57.814Z","updated_at":"2025-09-07T00:32:46.532Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## instagram-downloader\n\n\u003e Parse Instagram Share Data in JavaScript\n\n[![instagram-downloader](https://img.shields.io/npm/v/instagram-downloader.svg)](https://npmjs.org/instagram-downloader)\n\n### Installation\n\n```bash\n$ npm i [-g] instagram-downloader\n```\n\n### Example\n\n```js\nconst Instagram = require('instagram-downloader');\n\nInstagram('--- INSTAGRAM SHARE CODE FROM SHARE LINK ---')\n  .then(data =\u003e {\n    const { entry_data: { PostPage } } = data;\n    return PostPage.map(post =\u003e post.graphql.shortcode_media)\n  })\n  .then(images =\u003e images.map(img =\u003e img.display_url))\n  .then(console.log)\n\n```\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-instagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fnode-instagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-instagram/lists"}