eternalsocial.dev
Instagram

Get Instagram profile information

POST
/api/instagram/profile

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from /auth/login or API key from /keys

In: header

Request Body

application/json

username*string
Length1 <= length
webhookUrl?string

Webhook URL to receive results. If provided, request returns immediately.

Formaturi

Response Body

application/json

application/json

application/json

curl -X POST "http://localhost:3222/api/instagram/profile" \  -H "Content-Type: application/json" \  -d '{    "username": "instagram"  }'
{
  "success": true,
  "requestId": "string",
  "data": {
    "pk": "string",
    "id": "string",
    "fbid_v2": "string",
    "username": "string",
    "full_name": "string",
    "biography": "string",
    "biography_with_entities": null,
    "bio_links": [
      null
    ],
    "external_url": "string",
    "external_lynx_url": "string",
    "pronouns": [
      "string"
    ],
    "profile_pic_url": "string",
    "hd_profile_pic_url_info": {
      "url": "string"
    },
    "has_profile_pic": true,
    "profile_pic_genai_tool_info": null,
    "follower_count": 0,
    "following_count": 0,
    "media_count": 0,
    "total_clips_count": 0,
    "mutual_followers_count": 0,
    "is_verified": true,
    "is_private": true,
    "is_business": true,
    "is_professional_account": true,
    "is_memorialized": true,
    "is_unpublished": true,
    "is_embeds_disabled": true,
    "is_cannes": true,
    "account_type": 0,
    "category": "string",
    "should_show_category": true,
    "account_badges": [
      null
    ],
    "address_street": "string",
    "city_name": "string",
    "zip": "string",
    "has_story_archive": true,
    "latest_reel_media": 0,
    "latest_besties_reel_media": 0,
    "reel_media_seen_timestamp": 0,
    "live_broadcast_id": "string",
    "live_broadcast_visibility": 0,
    "is_ring_creator": true,
    "show_ring_award": true,
    "ring_creator_metadata": null,
    "ai_agent_type": "string",
    "text_post_app_badge_label": "string",
    "show_text_post_app_badge": true,
    "linked_fb_info": null,
    "transparency_label": null,
    "transparency_product": null,
    "show_account_transparency_details": true,
    "is_coppa_enforced": true,
    "is_regulated_c18": true,
    "regulated_news_in_locations": [
      null
    ],
    "supervision_info": null,
    "gating": null,
    "profile_context_links_with_user_ids": [
      null
    ],
    "profile_context_facepile_users": [
      null
    ],
    "friendship_status": null,
    "has_chaining": true,
    "remove_message_entrypoint": true,
    "hide_creator_marketplace_badge": true
  },
  "itemCount": 0,
  "creditsCharged": 0
}
{
  "success": true,
  "requestId": "string",
  "status": "processing",
  "message": "string"
}
{
  "success": false,
  "error": "string",
  "requestId": "string"
}