Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve an Instagram user profile by username API Playground

Returns public profile details for a specified Instagram username.

GETapiKey8 credits/requestinstagram.profileResponseDocInstagram

Endpoint

Choose one catalog endpoint for this request.

3 shown
GETapiKey8 credits/requestinstagram.profileResponseDocInstagram
GET /instagram/profile/{username}

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

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

Endpoint details

Returns public profile details for a specified Instagram username.

Method
GET
Path
/instagram/profile/{username}
Authentication
apiKey
Credit cost
8 credits/request
Platform
Instagram
Parameters
2 documented fields

Request parameters

username:pathx-api-key:header

Response schema fields

codedatadata.bio_linksdata.biographydata.category_namedata.external_urldata.fbiddata.followers_countdata.following_countdata.full_namedata.iddata.is_private

Sample response summary

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

cURL example

curl "https://api.crawlora.net/api/v1/instagram/profile/<username>" \
  -H "x-api-key: <api-key>"