Coder Social home page Coder Social logo

ig-downloader's Introduction

IG-Downloader

An app which allows you to download instagram profile pictures and videos in HD quality Without login required.

Features

  • Automatically detects a video.
  • IGTV, reels, and slide videos.
  • Download profile picture in full size with high quality.

Some Screenshots from the App

API Usage

This endpoint will return username and userid.
https://instagram-unofficial-api.herokuapp.com/unofficial/api/user?link={profilelink}

JSON result :

{
   "id": "25025320",
   "username": "instagram"
}
This endpoint will return basic info of the profile and full high quality profile pictures.
https://instagram-unofficial-api.herokuapp.com/unofficial/api/profile?userid={userid}

JSON result :

{
"user": {
"user_id": 25025320,
"username": "instagram",
"full_name": "Instagram",
"follower_count": 387949269,
"following_count": 54,
"biography": "Bringing you closer to the people and things you love. ❤️",
"external_url": "https://help.instagram.com/",
"profile_pic_url_small": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/s150x150/119381356_363756831450146_3008355575418576013_n.jpg?tp=1&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=dqNoZVSP4FsAX9v-2yR&oh=e4761670957193e3e0658c3552046475&oe=606D1FF6",
"hd_profile_pic_url_info": {
"width": 1080,
"url": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/119381356_363756831450146_3008355575418576013_n.jpg?_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=dqNoZVSP4FsAX9v-2yR&oh=193c0145b1f5d164d97a8d0eb7ee2f26&oe=606E978E",
"height": 1080
}
},
"hd_profile_pic_versions": [
{
"width": 320,
"url": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/s320x320/119381356_363756831450146_3008355575418576013_n.jpg?tp=1&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=dqNoZVSP4FsAX9v-2yR&oh=a8fef1d95c9430c984707e01dc827692&oe=606DF68E",
"height": 320
},
{
"width": 640,
"url": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/s640x640/119381356_363756831450146_3008355575418576013_n.jpg?tp=1&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=dqNoZVSP4FsAX9v-2yR&oh=4e284e3c818eda58edb807bc5957843d&oe=60701337",
"height": 640
}
],
"status": "ok"
}

This endpoint will return videos.

https://instagram-unofficial-api.herokuapp.com/unofficial/api/video?link={link}

JSON result :

"no_of_videos": 10,
"info": [
{
"shortcode": "CHFJeEFpmyi",
"video_url": "https://scontent-iad3-1.cdninstagram.com/v/t50.2886-16/123601353_723747584893741_745250004650353999_n.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtLmRlZmF1bHQiLCJxZV9ncm91cHMiOiJbXCJpZ193ZWJfZGVsaXZlcnlfdnRzX290ZlwiXSJ9&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=101&_nc_ohc=_brOpQEl-z4AX-sImSh&vs=17884102927802277_4250235783&_nc_vs=HBksFQAYJEdNa0JYZ2N0WTdTZFBwSUNBRS1sQ2tUdXFGY0tia1lMQUFBRhUAAsgBABUAGCRHUEdFWEFkanFCNF9BUjREQURGVE1jX2xzTVFfYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMBUAACbKpqmL5t%2FEPxUCKAJDMywXQBN2yLQ5WBAYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&oe=6047635F&oh=828a6ac6145966da38d85a06c81140fd",
"thumbnail": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-15/e35/123431188_770278860272937_6023676883947642385_n.jpg?tp=1&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=109&_nc_ohc=uxXTADWPIfwAX9y55Hi&oh=d1db8b15c6a6174d172ce17425245e7d&oe=60471F3B"
"..."
}]
}

This endpoint will return search results by Name.

https://instagram-unofficial-api.herokuapp.com/unofficial/api/topsearch?query={username}

JSON result :

"users": [
{
"position": 0,
"user": {
"is_private": false,
"account_badges": [ ],
"full_name": "Instagram",
"profile_pic_id": "2399220043858742892_25025320",
"mutual_followers_count": 4,
"pk": "25025320",
"latest_reel_media": 0,
"has_anonymous_profile_picture": false,
"profile_pic_url": "https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/s150x150/119381356_363756831450146_3008355575418576013_n.jpg?tp=1&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=dqNoZVSP4FsAX9v-2yR&oh=e4761670957193e3e0658c3552046475&oe=606D1FF6",
"is_verified": true,
"username": "instagram",
"friendship_status": {
"is_private": false,
"incoming_request": false,
"is_restricted": false,
"following": false,
"outgoing_request": false,
"is_bestie": false}
}
}]}

Libraries Used

Made by ❤️ Nakul

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.