Playground

Retrieve an Instagram user profile by username API playground

Returns public profile details for a specified Instagram username.

GETapiKey8 credits/requestinstagram.profileResponseDoc

Selected endpoint

GET /instagram/profile/{username}

Returns public profile details for a specified Instagram username.

Group
Instagram
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey8 credits/requestprofileResponseDoc

Retrieve an Instagram user profile by username

Returns public profile details for a specified Instagram username.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "1067259270",
    "fbid": "17841401778116675",
    "username": "google",
    "full_name": "Google",
    "biography": "Here to help.",
    "external_url": "https://linkin.bio/google"
  }
}