{"id":23201090,"url":"https://github.com/codedotjs/instagram-profile-picture","last_synced_at":"2025-08-18T23:33:03.601Z","repository":{"id":57274811,"uuid":"72946118","full_name":"CodeDotJS/instagram-profile-picture","owner":"CodeDotJS","description":":gem: Get url to the profile picture (and more) of any Instagram user in different resolutions!","archived":false,"fork":false,"pushed_at":"2018-05-01T23:51:37.000Z","size":42,"stargazers_count":41,"open_issues_count":4,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-06T11:05:45.804Z","etag":null,"topics":["api","image","instagram","instagram-user","npm","profile-picture","resolution","video"],"latest_commit_sha":null,"homepage":"","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/CodeDotJS.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":"2016-11-05T18:40:48.000Z","updated_at":"2024-11-30T05:17:13.000Z","dependencies_parsed_at":"2022-09-18T13:23:36.783Z","dependency_job_id":null,"html_url":"https://github.com/CodeDotJS/instagram-profile-picture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstagram-profile-picture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstagram-profile-picture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstagram-profile-picture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstagram-profile-picture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/instagram-profile-picture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230292739,"owners_count":18203650,"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","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":["api","image","instagram","instagram-user","npm","profile-picture","resolution","video"],"created_at":"2024-12-18T15:13:50.841Z","updated_at":"2024-12-18T15:13:51.455Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"media/ipp.png\" width=\"340\"\u003e\n\u003cbr\u003e\n  \u003ca href=\"https://travis-ci.org/CodeDotJS/instagram-profile-picture\"\u003e\n  \u003cimg src=\"https://travis-ci.org/CodeDotJS/instagram-profile-picture.svg?branch=master\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Get url to the profile picture of any instagram user in different resolutions\n\n\n## Install\n\n```\nnpm install --save instagram-profile-picture\n```\n\n## Usage\n\n- __`Full size`__ `:` __`1080x1080 px`__\n```js\nconst ipp = require('instagram-profile-picture');\n\nipp('9gag').then(user =\u003e {\n  console.log(user);\n  // =\u003e https://scontent-sit4-1.cdninstagram.com/7...jpg\n});\n```\n\n- __`Regular size`__ `:` __`640x640 px`__\n```js\nipp.regular('instagram').then(user =\u003e {\n  console.log(user);\n  // =\u003e https://scontent-sit4-1.cdninstagram.com/7...jpg\n});\n```\n\n- __`Medium size`__ `:` __`320x320 px`__\n```js\nipp.medium('9gag').then(user =\u003e {\n  console.log(user);\n  // =\u003e https://scontent-sit4-1.cdninstagram.com/7...jpg\n});\n```\n\n- __`Small size`__ `:` __`150x150 px`__\n```js\nipp.small('9gag').then(user =\u003e {\n  console.log(user);\n  // =\u003e https://scontent-sit4-1.cdninstagram.com/7...jpg\n});\n```\n\n### Extra\n\nAdditionally, you can get downloadable link to the publically shared media __`(images/videos)`__\n\n- __`Images`__\n```js\nipp.image('https://www.instagram.com/p/BRfTRCQBeHw/').then(img =\u003e {\n  console.log(img);\n// =\u003e \"https://instagram.fpat1-1.fna....9017349928908750848_n.jpg\"\n});\n```\n\n- __`Videos`__\n```js\nipp.video('https://www.instagram.com/p/BTTuhDsgtCs/').then(vid =\u003e {\n  console.log(vid);\n  // =\u003e \"https://instagram.fpat1-1.fn....9178079197241802752_n.mp4\"\n})\n```\n\n## Related\n\n- [`Instavim`](https://github.com/CodeDotJS/instavim) : Download instagram media directly from command line.\n\n## License\n\nMIT \u0026copy; [Rishi Giri](http://rishigiri.ml);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Finstagram-profile-picture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Finstagram-profile-picture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Finstagram-profile-picture/lists"}