Instagram Scraper

ENDPOINTS
GET/posts/resolve

Resolve Post

Convert a post shortcode to its numeric media ID, or back, with the author and caption.

QUERY PARAMS

Post shortcode, numeric media ID or any instagram.com post, reel or share link.

Examples:

  • Shortcode: DdcI4o0Prsz
  • ID: 3989102446432402227
  • URL: https://www.instagram.com/reel/DdcI4o0Prsz/
{
  "id": "3989102446432402227",
  "code": "DdcI4o0Prsz",
  "link": "https://www.instagram.com/p/DdcI4o0Prsz/",
  "caption": "the smile says it all 🥹\n\n#InTheMoment\n\nVideo by @wurzeltheween \n\nMusic by Louis Prima",
  "thumbnail": "https://scontent-ord5-2.cdninstagram.com/v/t51.82787-15/809209122_18794578255001321_5766570441890894454_n.jpg?stp=dst-jpg_e35_p640x640_sh2.08_tt6&_nc_ht=scontent-ord5-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gFq2XQY39F-4dHFZKeCFGk-uvV0AMUS1XrT07Jo8G6cs5lqJGtkMDSxCQm77koQLf0&_nc_ohc=9hTYRIl13GoQ7kNvwHunw1_&_nc_gid=Mun6scZ3ewde_DD0a_FGDQ&edm=ALY_pVYBAAAA&ccb=7-5&oh=00_AQLDuTI-O3ferOh9sPBKBVMxy_q9rKZ-KUSuxaQs5SlUyw&oe=6AB96D1B&_nc_sid=57e406",
  "author": {
    "id": "25025320",
    "username": "instagram",
    "link": "https://www.instagram.com/instagram/"
  }
}