Instagram Scraper

ENDPOINTS
GET/users/resolve

Resolve User

Convert a username to its numeric user ID, or back, with basic account facts.

QUERY PARAMS

Instagram username, numeric user ID or any instagram.com profile link.

Examples:

  • Username: taylorswift
  • ID: 11830955
  • URL: https://www.instagram.com/taylorswift/
{
  "id": "11830955",
  "username": "taylorswift",
  "full_name": "Taylor Swift",
  "link": "https://www.instagram.com/taylorswift/",
  "profile_picture": "https://scontent-ord5-2.cdninstagram.com/v/t51.82787-19/818902239_18699523633054956_5239385355012066680_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=1&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=LjiOo-1I3FoQ7kNvwHOpCHi&_nc_oc=AdrnbJfSFx8P3P03LFZSQ1bfTVY7oxj_jJH-vaWHSKWRJXtKWJRsxYlxKzpvxYdA9Lk&_nc_zt=24&_nc_ht=scontent-ord5-2.cdninstagram.com&_nc_gid=HWBDcYGk3DPpiHe_ymh2WQ&_nc_ss=7b689&oh=00_AQIPmNtRzquqQazu-OlneBxKfJU3F6xwkVev8k3oa0MR9w&oe=6AB978C4",
  "is_verified": true,
  "is_private": false,
  "facebook_id": "17841401648650184",
  "follower_count": 272830564,
  "following_count": 0
}