{"info":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","description":"<html><head></head><body><p>Public Instagram data (profiles, posts, reels, stories, hashtags, locations) through one clean, fast, well-documented API. Pay per request, no approvals.</p>\n<p>Contact Support:\n Email: <a href=\"mailto:support@mail.instagramapi.dev\">support@mail.instagramapi.dev</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"57538861","collectionId":"290e1553-4757-4733-8dd2-9a88a326b6fa","publishedId":"2sBYArSrzD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-19T01:18:58.000Z"},"item":[{"name":"v1","item":[{"name":"profile","item":[{"name":"about","item":[{"name":"Account creation date, country of registration, and past usernames.","id":"da376df0-dd56-412f-b77a-a1e2681c54fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/about?handle=nike","description":"<p>Exposes Instagram's \"About this account\" transparency panel together with the full public profile in one call: the month and year the account was created (plus its age in years), the country the account was registered in (which can differ from where the person currently lives), whether it has ever changed its username — with the former usernames listed — and its verified badge. Instagram only reveals creation dates at month granularity, so no exact day is available. Works on private accounts too. Built for fraud &amp; trust checks, influencer vetting, and account-marketplace due diligence. Cost: 2 credits, flat, regardless of account size.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","about"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"}],"variable":[]}},"response":[{"id":"5ee733e2-d65c-4d50-9704-410f402b9586","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"natgeo\",\n    \"account_created\": \"November 2010\",\n    \"account_created_year\": 2010,\n    \"account_created_month\": 11,\n    \"account_age_years\": 15.7,\n    \"country_of_registration\": \"United States\",\n    \"has_changed_username\": false,\n    \"former_usernames\": [],\n    \"is_verified\": true,\n    \"profile\": {\n      \"id\": \"787132\",\n      \"full_name\": \"National Geographic\",\n      \"biography\": \"Inspiring the explorer in everyone 🌎\",\n      \"is_private\": false,\n      \"is_business\": true,\n      \"category\": \"Publisher\",\n      \"followers\": 279441024,\n      \"following\": 135,\n      \"posts\": 30542,\n      \"external_url\": \"https://on.natgeo.com/instagram\",\n      \"profile_pic_url\": \"https://instagram.com/.../natgeo.jpg\"\n    }\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/about\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"f39637a1-d8f0-4cac-9abc-278001783897","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/about\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"700b7098-ce7e-4650-9e58-2f210cda9228","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"c39546c1-5cb3-4c06-8a07-e9a2856dd374","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"3061ff71-f28d-4c2c-84bb-b914c3e39b12","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/about\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/about\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"c5b920da-a102-4a8a-a066-7344d4baea39","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/about?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","about"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/about\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"da376df0-dd56-412f-b77a-a1e2681c54fc"}],"id":"229edcfd-f9f8-4d61-a3f7-cec4f3a7cc95","_postman_id":"229edcfd-f9f8-4d61-a3f7-cec4f3a7cc95","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"posts","item":[{"name":"Recent posts (feed) for an account.","id":"ba36d3cf-a004-4937-95a6-335f7659cb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","description":"<p>Paginated list of an account's recent posts (photos, videos, carousels). Use <code>cursor</code> to page through.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","posts"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"a648fe04-0c20-4db5-abb0-40d57de14416","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3912183471120209303\",\n        \"shortcode\": \"DZK3iOsRlWX\",\n        \"type\": \"photo\",\n        \"product_type\": \"feed\",\n        \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n        \"caption\": \"Just Do It.\",\n        \"taken_at\": \"2026-06-04T15:59:27Z\",\n        \"like_count\": 2499414,\n        \"comment_count\": 55165,\n        \"view_count\": null,\n        \"image_url\": \"https://instagram.com/.../media.jpg\",\n        \"video_url\": null,\n        \"video_duration\": null,\n        \"location\": null,\n        \"author\": {\n          \"id\": \"13460080\",\n          \"username\": \"nike\",\n          \"full_name\": \"Nike\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"3919055228681437041_13460080\"\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/posts\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"9cc3f66d-ad24-4e9f-a26e-8a6e2db8af36","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"8cc255c0-fafb-477d-9762-902d099284a0","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"7e58b163-1165-4908-9a96-560152013630","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"03ce0438-bf89-4b17-9f3a-a9bf76b3f201","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/posts\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"d123dba1-fcbd-42d1-a310-403bcaa629e8","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/posts?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","posts"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"ba36d3cf-a004-4937-95a6-335f7659cb28"}],"id":"c50f768a-acfb-408e-b6df-812f0175c8d5","_postman_id":"c50f768a-acfb-408e-b6df-812f0175c8d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"reels","item":[{"name":"Reels (clips) for an account.","id":"02ff3b17-cd96-46a3-a7d3-9d615f78f203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","description":"<p>Paginated list of an account's reels with view counts and metadata. Use <code>cursor</code> to page through.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","reels"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"bc440585-02f2-492d-96d7-92796bfbeb9c","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3912183471120209303\",\n        \"shortcode\": \"DZK3iOsRlWX\",\n        \"type\": \"video\",\n        \"product_type\": \"clips\",\n        \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n        \"caption\": \"Just Do It.\",\n        \"taken_at\": \"2026-06-04T15:59:27Z\",\n        \"like_count\": 2499414,\n        \"comment_count\": 55165,\n        \"view_count\": 18403122,\n        \"image_url\": \"https://instagram.com/.../media.jpg\",\n        \"video_url\": \"https://instagram.com/.../reel.mp4\",\n        \"video_duration\": 35.9,\n        \"location\": null,\n        \"author\": {\n          \"id\": \"13460080\",\n          \"username\": \"nike\",\n          \"full_name\": \"Nike\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"3919055228681437041_13460080\"\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/reels\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"53b749dc-97fe-4571-953b-faca57064d12","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/reels\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"8535d312-eede-44ff-9057-a6905e2f5b69","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"048f8517-373d-4a16-8284-7c88ea0bad1b","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"be3b917f-8ce8-4829-a881-76eb610cb92e","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/reels\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/reels\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"76a25fce-18a5-4754-bbca-65f8ccccb06d","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/reels?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","reels"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/reels\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"02ff3b17-cd96-46a3-a7d3-9d615f78f203"}],"id":"3fab3697-8d7f-48db-8080-7c17f2c92b22","_postman_id":"3fab3697-8d7f-48db-8080-7c17f2c92b22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"stories","item":[{"name":"Currently-active stories for an account.","id":"6435033b-f4a8-4c2d-8f33-8006c258d1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","description":"<p>Returns the account's currently live stories (expire after 24h). No pagination.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","stories"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"}],"variable":[]}},"response":[{"id":"426279da-3f0e-40d9-a0a1-c621cbc6be71","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3925236392186180177\",\n        \"shortcode\": \"DZxabc12345\",\n        \"type\": \"video\",\n        \"taken_at\": \"2026-06-23T18:02:11Z\",\n        \"image_url\": \"https://instagram.com/.../story.jpg\",\n        \"video_url\": \"https://instagram.com/.../story.mp4\",\n        \"video_duration\": 14.2\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/stories\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"db1d45b8-1c51-4ce0-8b86-73b9896ebd24","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/stories\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"63d52301-5386-4de9-b2d6-7b4c621e2bf1","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"4096c525-b49e-480f-9676-39e5b0e02379","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"cac75129-9c5d-46d7-ba69-1beb9ca1f8a6","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/stories\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/stories\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"bbace5af-aa80-4596-8607-43966a396922","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/stories?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","stories"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/stories\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"6435033b-f4a8-4c2d-8f33-8006c258d1d4"}],"id":"eef22ccd-c3da-49e4-be45-3e762ae1211b","_postman_id":"eef22ccd-c3da-49e4-be45-3e762ae1211b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"highlights","item":[{"name":"Story highlight reels for an account.","id":"a8155562-a705-43da-80cf-3f6baa19884f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","description":"<p>Returns the saved story highlights pinned to a profile.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","highlights"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"}],"variable":[]}},"response":[{"id":"6894c512-8249-4a89-b506-16e7e1d6cd22","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"highlight:17975319242920589\",\n        \"title\": \"Just Do It\",\n        \"media_count\": 49,\n        \"created_at\": \"2025-09-10T18:33:44Z\",\n        \"cover_image_url\": \"https://instagram.com/.../cover.jpg\"\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/highlights\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"3fce5d11-b892-42fe-87aa-fb9b31673680","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/highlights\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"015d021d-6d0f-47f1-adf1-ac83dd6543c1","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"28a222e9-c75e-4109-9ca1-a606dac09660","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"1cb2c296-05c0-4ef4-ae36-e40ab1d39b5c","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/highlights\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/highlights\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"54140d97-93a1-4086-8c02-e46895438d97","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/highlights?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile","highlights"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/highlights\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"a8155562-a705-43da-80cf-3f6baa19884f"}],"id":"aebd8a83-878c-4948-a426-5d86917215fc","_postman_id":"aebd8a83-878c-4948-a426-5d86917215fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"followers","item":[{"name":"A page of accounts that follow this account.","id":"8d316af4-602c-41dd-9158-99351fc51287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","description":"<p>Paginated list of followers (~50 per page). Use <code>cursor</code> to continue. Large accounts can have millions, so page responsibly.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","followers"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"9a2ca134-e775-42fe-8a69-48f3edd11cee","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"13460080\",\n        \"username\": \"nike\",\n        \"full_name\": \"Nike\",\n        \"is_verified\": true,\n        \"is_private\": false,\n        \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n      },\n      {\n        \"id\": \"27821530565\",\n        \"username\": \"16mh.vl\",\n        \"full_name\": \"\",\n        \"is_verified\": false,\n        \"is_private\": true,\n        \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n      }\n    ],\n    \"next_cursor\": \"QVFEZmt...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/followers\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"52c5db98-e945-439e-b9f8-149978cc6f8d","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/followers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"7e36ca77-8f8a-4950-b5c8-14fa3ca3ab3c","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"8a560510-1d4a-4400-b971-47365bab217e","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"c28d558a-9ec7-4b18-9763-e1ec4088ad0e","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/followers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/followers\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"768102e2-a8c4-4661-a17f-69c97775f78d","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/followers?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","followers"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/followers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"8d316af4-602c-41dd-9158-99351fc51287"}],"id":"45bb4e40-e947-48c2-86b6-1124392eaa35","_postman_id":"45bb4e40-e947-48c2-86b6-1124392eaa35","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"following","item":[{"name":"A page of accounts this account follows.","id":"810398ec-1457-498a-af9d-24fff46a6792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","description":"<p>Paginated list of accounts the user follows (~50 per page). Use <code>cursor</code> to continue.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile","following"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"08d82fa5-4e6f-4fb6-8444-dd6a06d309f0","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"51049513\",\n        \"username\": \"nikebasketball\",\n        \"full_name\": \"Nike Basketball\",\n        \"is_verified\": true,\n        \"is_private\": false,\n        \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n      }\n    ],\n    \"next_cursor\": \"QVFEZmt...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"profile/following\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"02472220-9aaf-4ea6-80de-bd2a73cecad8","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile/following\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"90a92fad-213e-4ace-be29-df570b6cfa82","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"31e49bbc-c77a-4812-a660-66da78458165","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"e212012d-f61b-4698-8b3a-3d5f905b5ec6","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile/following\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile/following\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"c88d24e9-3e10-4c93-b91d-d5331a93cb1e","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile/following?handle=nike&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","profile","following"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile/following\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"810398ec-1457-498a-af9d-24fff46a6792"}],"id":"d117dd20-52fe-4ccd-a9da-aacbac01c77a","_postman_id":"d117dd20-52fe-4ccd-a9da-aacbac01c77a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"Full public profile for an account.","id":"1a923352-7d34-4d69-aed9-196738c4519c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/profile?handle=nike","description":"<p>Returns the public profile: bio, full name, follower/following counts, post count, profile picture, verified/business flags, and external links.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","profile"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"}],"variable":[]}},"response":[{"id":"c6061c05-8255-46c9-8b9b-9ed04e61b3cd","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"13460080\",\n    \"username\": \"nike\",\n    \"full_name\": \"Nike\",\n    \"biography\": \"Just Do It.\",\n    \"is_verified\": true,\n    \"is_private\": false,\n    \"is_business\": true,\n    \"category\": null,\n    \"followers\": 291952375,\n    \"following\": 264,\n    \"posts\": 1657,\n    \"external_url\": \"http://empli.fi/nike\",\n    \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\",\n    \"public_email\": null,\n    \"public_phone_number\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"profile\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"3ba6bb49-2fc6-42f1-808f-70280592280b","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/profile\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"33765ecd-7335-4e39-9d0a-65d76cf48c82","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"7d40a500-b9d0-4f03-90cb-f838d8a5ce00","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"3e3beacc-0d45-47b2-a46b-bf887c05644a","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/profile\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"profile\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"e4bd7a42-df2d-446d-875e-1ca4bff29e89","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/profile?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","profile"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/profile\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"1a923352-7d34-4d69-aed9-196738c4519c"}],"id":"daa78fe0-19ad-47ee-a7ff-15688ca581d4","_postman_id":"daa78fe0-19ad-47ee-a7ff-15688ca581d4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"insights","item":[{"name":"profile","item":[{"name":"engagement","item":[{"name":"Engagement rate computed from recent posts.","id":"49c023fd-6107-44c9-9142-bcb2dabaed4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","description":"<p>Computes an engagement rate for an account from its most recent posts: average likes + comments per post, divided by follower count. Analyzes the last 12 posts by default; pass <code>posts</code> (up to 50) to widen the window. Returns the rate as both a ratio and a percentage, plus the averages it was derived from. Cost is dynamic: 1 credit for the profile lookup plus 1 per ~12 posts fetched (so 12 posts = 2 credits, 50 posts = 6).</p>\n<p>Cost: 2–6 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","engagement"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>How many recent posts to analyze (1–50). Defaults to 12.</p>\n","type":"text/plain"},"key":"posts","value":"12"}],"variable":[]}},"response":[{"id":"1e123676-295a-42e0-b36c-d284a8100d8d","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"followers\": 291952375,\n    \"posts_analyzed\": 12,\n    \"avg_likes\": 412874,\n    \"avg_comments\": 5231,\n    \"avg_engagement\": 418105,\n    \"engagement_rate\": 0.00143,\n    \"engagement_rate_pct\": 0.14\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/engagement\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"ef479954-a6a1-45c0-a04d-dc1b03ad89ab","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/engagement\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"527efa92-f93b-4602-bf98-2727030e259c","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"bca13429-1a30-4da3-bf5a-b4ae2d056eb0","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"033f38e9-7c98-4ff0-b746-92573aaab58f","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/engagement\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/engagement\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"6ec6f5af-3a3f-434f-aead-4eb9c670faba","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/engagement?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","engagement"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"How many recent posts to analyze (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/engagement\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"49c023fd-6107-44c9-9142-bcb2dabaed4c"}],"id":"843d49e3-8b2c-40f3-a573-7ecdbd0565e3","_postman_id":"843d49e3-8b2c-40f3-a573-7ecdbd0565e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"best-time","item":[{"name":"Best hours & days to post, from recent engagement.","id":"7821373d-28ea-4305-bfff-98591821d31e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","description":"<p>Analyzes when an account's recent posts earned the most engagement and returns the best hours and weekdays to post. Pass <code>posts</code> (1–50, default 30) to set the analysis window and <code>timezone</code> (UTC offset hours, e.g. <code>-5</code> for US East) to localize results. Cost: 4–6 credits depending on the analysis window.</p>\n<p>Cost: 4–6 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","best-time"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Recent posts to analyze (1–50). Defaults to 30.</p>\n","type":"text/plain"},"key":"posts","value":"30"},{"description":{"content":"<p>UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).</p>\n","type":"text/plain"},"key":"timezone","value":"-5"}],"variable":[]}},"response":[{"id":"89042f32-8940-43bf-a357-43c1eabf86e1","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"posts_analyzed\": 30,\n    \"timezone_offset\": -5,\n    \"best_hours\": [\n      {\n        \"hour\": 18,\n        \"posts\": 6,\n        \"avg_engagement\": 521340\n      }\n    ],\n    \"best_days\": [\n      {\n        \"day\": \"Thursday\",\n        \"posts\": 5,\n        \"avg_engagement\": 498120\n      }\n    ],\n    \"recommendation\": \"Thursday around 18:00 (UTC-5)\",\n    \"by_hour\": [\n      {\n        \"hour\": 18,\n        \"posts\": 6,\n        \"avg_engagement\": 521340\n      }\n    ],\n    \"by_day\": [\n      {\n        \"day\": \"Thursday\",\n        \"posts\": 5,\n        \"avg_engagement\": 498120\n      }\n    ]\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/best-time\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"426e0fd5-31f0-4f8f-898f-c8472407bad5","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/best-time\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"1b8b4629-63f7-4f17-ab1e-8023ff945a87","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"723980d6-6972-4499-8b58-cc78dcd40021","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"ad568db0-2b02-49c3-b058-c46ef6a55ef2","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/best-time\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/best-time\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"165d4b24-4656-4092-9ed4-e8dedae5c2de","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/best-time?handle=nike&posts=30&timezone=-5","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","best-time"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"},{"description":"UTC offset in hours to localize the hour/day buckets (e.g. -5). Defaults to 0 (UTC).","key":"timezone","value":"-5"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/best-time\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"7821373d-28ea-4305-bfff-98591821d31e"}],"id":"c870a80c-b71d-4f3e-af88-50f6b5c9975d","_postman_id":"c870a80c-b71d-4f3e-af88-50f6b5c9975d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"stats","item":[{"name":"Posting cadence and content-format breakdown.","id":"9214bafd-9d8e-4af5-a363-7c9274e2bd9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","description":"<p>Derives an account's posting cadence (average gap between posts, posts/week) and content-format mix (photo / video / carousel share and average engagement per format, so you can see which format performs best). Pass <code>posts</code> (1–50, default 30) for the window. Cost: 4–6 credits depending on the window.</p>\n<p>Cost: 4–6 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","stats"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Recent posts to analyze (1–50). Defaults to 30.</p>\n","type":"text/plain"},"key":"posts","value":"30"}],"variable":[]}},"response":[{"id":"a3cc4398-3212-458a-a03a-a929f7d9dcea","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"followers\": 291952375,\n    \"posts_analyzed\": 30,\n    \"avg_days_between_posts\": 2.3,\n    \"posts_per_week\": 3,\n    \"format_mix\": [\n      {\n        \"type\": \"carousel\",\n        \"posts\": 14,\n        \"share_pct\": 46.7,\n        \"avg_engagement\": 512300\n      },\n      {\n        \"type\": \"video\",\n        \"posts\": 11,\n        \"share_pct\": 36.7,\n        \"avg_engagement\": 631200\n      },\n      {\n        \"type\": \"photo\",\n        \"posts\": 5,\n        \"share_pct\": 16.7,\n        \"avg_engagement\": 402100\n      }\n    ],\n    \"best_format\": \"video\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/stats\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"88b64d22-0417-4f2a-883b-35f1e6f8b112","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/stats\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"d5e7d65e-1427-4a3c-8a61-cb4f87b7838c","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"84fb526b-403a-4b41-8b7b-dde9faff3e6e","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"570dae09-0605-4021-8794-d25a66ad5ab3","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/stats\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/stats\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"c73f7a14-1398-450f-be4a-b9c54ce2c79c","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/stats?handle=nike&posts=30","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","stats"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to analyze (1–50). Defaults to 30.","key":"posts","value":"30"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/stats\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"9214bafd-9d8e-4af5-a363-7c9274e2bd9d"}],"id":"56a9696c-d880-4659-b75a-f7ccc15120ce","_postman_id":"56a9696c-d880-4659-b75a-f7ccc15120ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"audit","item":[{"name":"Estimate real vs. suspicious followers from a sample.","id":"de15c5c7-dd05-456b-8b88-bd0ca310a7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","description":"<p>Samples an account's followers and heuristically scores each for bot/throwaway signals (no profile picture, no display name, digit-heavy username, private + nameless), then estimates the real-follower percentage and assigns a quality grade. Includes a one-paragraph AI verdict for sponsorship decisions. Pass <code>sample</code> (1–500, default 100). Cost: 4–12 credits depending on the sample size.</p>\n<p>Cost: 4–12 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","audit"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.</p>\n","type":"text/plain"},"key":"sample","value":"100"}],"variable":[]}},"response":[{"id":"8eb090d0-b026-455b-8363-652a7cf524a4","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"followers_total\": 291952375,\n    \"sampled\": 100,\n    \"suspected_fake_pct\": 14,\n    \"estimated_real_pct\": 86,\n    \"estimated_real_followers\": 251079042,\n    \"quality_grade\": \"B\",\n    \"signal_breakdown\": {\n      \"no profile picture\": 9,\n      \"digit-heavy username\": 7,\n      \"no display name\": 11\n    },\n    \"summary\": \"A healthy audience: roughly 86% of sampled followers look authentic…\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/audit\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"cafe26ba-4987-400f-98e4-44f5d35d8086","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/audit\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"0447adbd-5c9c-4dfa-ba7d-f0a23b1f740f","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"b8fa1b05-a32c-4e0c-b232-0da86588fa60","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"01763004-7b35-4c19-8332-c7d4028c745d","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/audit\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/audit\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"1116ff89-a722-4653-9e78-f55ea1c447ed","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/audit?handle=nike&sample=100","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","audit"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Followers to sample (1–500). Defaults to 100. More = more accurate, more credits.","key":"sample","value":"100"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/audit\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"de15c5c7-dd05-456b-8b88-bd0ca310a7b6"}],"id":"51a1e2fa-c1b9-4db3-8b25-9c915318e959","_postman_id":"51a1e2fa-c1b9-4db3-8b25-9c915318e959","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"qualify","item":[{"name":"AI score for how well an account fits your ideal lead.","id":"974f97c6-ddef-4070-959f-68404d111f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","description":"<p>Scores how well an account matches your ideal-customer description. Pass <code>criteria</code> describing the lead you want (e.g. \"US-based fitness coaches with 10k–100k followers selling online programs\") and we score the profile + recent posts 0–100 with reasons and signals. Cost: 3–7 credits depending on how many posts are considered.</p>\n<p>Cost: 3–7 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","qualify"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Plain-English description of your ideal lead.</p>\n","type":"text/plain"},"key":"criteria","value":"US fitness coaches selling online programs"},{"description":{"content":"<p>Recent posts to consider (1–50). Defaults to 12.</p>\n","type":"text/plain"},"key":"posts","value":"12"}],"variable":[]}},"response":[{"id":"12bc9fd4-ccd6-4b65-91fb-1a7e460e1b79","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"criteria\": \"US fitness coaches selling online programs\",\n    \"fit_score\": 22,\n    \"verdict\": \"weak\",\n    \"reasons\": [\n      \"Global brand, not an individual coach\",\n      \"No online-program offer in bio\"\n    ],\n    \"signals\": {\n      \"positive\": [\n        \"Fitness niche\"\n      ],\n      \"negative\": [\n        \"Not a coach\",\n        \"Enterprise account\"\n      ]\n    },\n    \"recommended_action\": \"Skip. Does not match the ICP.\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/qualify\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"dc2211f1-1c8a-4bb9-9916-5f1fd01ac147","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/qualify\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"967fe522-a4d9-4084-beac-905150fee157","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"6d04378d-8ab6-47d3-a660-c6fa420099af","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"288b2049-4e02-4e84-8273-b7d9e39d06d6","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/qualify\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/qualify\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"cdc9499b-0db2-4ebf-baa7-cd792f486213","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/qualify?handle=nike&criteria=US fitness coaches selling online programs&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","qualify"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Plain-English description of your ideal lead.","key":"criteria","value":"US fitness coaches selling online programs"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/qualify\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"974f97c6-ddef-4070-959f-68404d111f00"}],"id":"cc85800b-74ff-413d-abe0-1ceea8ddacb9","_postman_id":"cc85800b-74ff-413d-abe0-1ceea8ddacb9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"summary","item":[{"name":"AI sales/CRM brief for an account.","id":"7425fbdd-dbdc-488b-9b5f-9c68785a9967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","description":"<p>Returns a concise AI sales-intelligence brief: a one-liner, who they are, niche, audience, tone, recent focus, and tags, ideal for CRM enrichment or pre-call research. Cost: 3–7 credits depending on how many posts are considered.</p>\n<p>Cost: 3–7 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","summary"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Recent posts to consider (1–50). Defaults to 12.</p>\n","type":"text/plain"},"key":"posts","value":"12"}],"variable":[]}},"response":[{"id":"a8e1a92a-9691-45ea-86d8-1bc3709f6261","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"one_liner\": \"The world's largest athletic brand, posting high-production sport storytelling.\",\n    \"who_they_are\": \"Global sportswear company…\",\n    \"niche\": \"Athletic apparel & sport culture\",\n    \"audience\": \"Broad global consumer, sport & streetwear fans\",\n    \"tone\": \"Bold, motivational, inclusive\",\n    \"recent_focus\": \"Athlete spotlights and product drops\",\n    \"tags\": [\n      \"sportswear\",\n      \"enterprise\",\n      \"brand\"\n    ]\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/summary\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"85222568-9263-402b-a12f-1a24eab54588","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/summary\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"767c41bf-5795-4332-a54e-1a289dd9595a","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"9af4a574-b8c3-43d0-ab20-0c52c6bb0771","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"252e0d73-a7f9-4c9f-81e5-e70e9d9ffcf8","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/summary\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/summary\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"ede1ca68-fca4-45c8-9a90-1eeb4bcea132","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/summary?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","summary"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/summary\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"7425fbdd-dbdc-488b-9b5f-9c68785a9967"}],"id":"e7d45084-7a72-40dd-90d7-908eb2ee06f9","_postman_id":"e7d45084-7a72-40dd-90d7-908eb2ee06f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"niche","item":[{"name":"AI niche, categories and brand voice.","id":"f642de46-3fa8-4e6d-b699-35c30925509d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","description":"<p>Classifies an account into a niche / sub-niche with categories, brand voice, target audience, and content pillars. Useful for tagging and segmentation at scale. Cost: 3–7 credits depending on how many posts are considered.</p>\n<p>Cost: 3–7 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","niche"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>Recent posts to consider (1–50). Defaults to 12.</p>\n","type":"text/plain"},"key":"posts","value":"12"}],"variable":[]}},"response":[{"id":"52c566ad-e0a3-42da-bc9e-d91bda7dd8db","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"niche\": \"Sportswear & athletics\",\n    \"sub_niche\": \"Performance footwear & apparel\",\n    \"categories\": [\n      \"sports\",\n      \"fashion\",\n      \"lifestyle\"\n    ],\n    \"brand_voice\": \"Bold, motivational\",\n    \"target_audience\": \"Athletes and sport-culture consumers worldwide\",\n    \"content_pillars\": [\n      \"athlete stories\",\n      \"product launches\",\n      \"social causes\"\n    ]\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/niche\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"b769d236-c52e-45c4-851b-ac0fb63ab1ce","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/niche\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"08bb00b3-5043-4b07-867c-300d799e5d29","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"14161c8b-2741-40da-996e-91374d79bfa3","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"5277968c-367e-4840-b54a-bb7e010a1f60","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/niche\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/niche\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"04dbfe1c-4fb9-4d5d-8f8a-638210d8920e","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/niche?handle=nike&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","niche"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"Recent posts to consider (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/niche\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"f642de46-3fa8-4e6d-b699-35c30925509d"}],"id":"c8d23c47-e907-403c-891a-e8270d4e0b74","_postman_id":"c8d23c47-e907-403c-891a-e8270d4e0b74","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"similar","item":[{"name":"Find and rank accounts similar to one you give.","id":"724739bc-41e8-4a3b-a303-df772023a0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","description":"<p>Finds businesses/creators similar to a seed account: we search Instagram by the account's category/name, then AI-rank candidates by niche, business type, and audience fit. Cost: 3 credits.</p>\n<p>Cost: 3 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","similar"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"}],"variable":[]}},"response":[{"id":"7a4073d0-8f09-46a3-99cf-1a6c8790de56","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"seed\": {\n      \"username\": \"nike\",\n      \"category\": \"Sportswear\"\n    },\n    \"search_query\": \"Sportswear\",\n    \"similar\": [\n      {\n        \"username\": \"adidas\",\n        \"full_name\": \"adidas\",\n        \"similarity\": 95,\n        \"why\": \"Direct competitor in global sportswear\"\n      },\n      {\n        \"username\": \"underarmour\",\n        \"full_name\": \"Under Armour\",\n        \"similarity\": 88,\n        \"why\": \"Performance apparel, similar audience\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/similar\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"ff1cb5ea-47b1-4174-9e9a-17f7f03383f3","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/similar\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"6bacae01-985e-427f-b4c3-62a7c4ba5bd8","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"2dcf903d-0c35-4611-b96f-d5e34d90f07f","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"628d8ce4-ec2e-4fcf-9d81-2a364448a458","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/similar\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/similar\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"ec2b65ad-075d-4f56-8e3d-5384c3201976","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/similar?handle=nike","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","similar"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/similar\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"724739bc-41e8-4a3b-a303-df772023a0e2"}],"id":"1e0dd38a-91f8-475f-a5de-b91b9594c47d","_postman_id":"1e0dd38a-91f8-475f-a5de-b91b9594c47d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"caption","item":[{"name":"Write captions in an account's own voice.","id":"f67f0377-9c2f-4615-af47-399e94752ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","description":"<p>Learns an account's voice from its recent captions, then writes new captions on a <code>topic</code> you give, in that exact voice, plus suggested hashtags. Pass <code>count</code> (1–5, default 3). Cost: 3–7 credits depending on the sample window.</p>\n<p>Cost: 3–7 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","caption"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>What the new caption(s) should be about.</p>\n","type":"text/plain"},"key":"topic","value":"summer running collection launch"},{"description":{"content":"<p>How many caption options to generate (1–5). Defaults to 3.</p>\n","type":"text/plain"},"key":"count","value":"3"},{"description":{"content":"<p>Recent posts to learn the voice from (1–50). Defaults to 12.</p>\n","type":"text/plain"},"key":"posts","value":"12"}],"variable":[]}},"response":[{"id":"0d63c369-b161-4be7-b9cb-47e095771a31","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"topic\": \"summer running collection launch\",\n    \"captions\": [\n      \"The heat is just another excuse to go further. New summer running gear, out now. Just Do It.\"\n    ],\n    \"hashtags\": [\n      \"#nikerunning\",\n      \"#justdoit\",\n      \"#summerrun\"\n    ],\n    \"voice_notes\": \"Short, punchy, motivational; ends on a brand line.\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/caption\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"c86a8c1f-f998-4765-826b-b43aa933162a","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/caption\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"9326a878-d741-4f95-ab69-010fefcc1afc","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"0f654df5-0a5e-4f85-a5c3-69b6f7530a07","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"6a74459e-0963-4166-9621-1239af74bc5d","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/caption\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/caption\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"40c48c6b-a3bc-4867-bc96-e75f86b67872","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/caption?handle=nike&topic=summer running collection launch&count=3&posts=12","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","caption"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What the new caption(s) should be about.","key":"topic","value":"summer running collection launch"},{"description":"How many caption options to generate (1–5). Defaults to 3.","key":"count","value":"3"},{"description":"Recent posts to learn the voice from (1–50). Defaults to 12.","key":"posts","value":"12"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/caption\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"f67f0377-9c2f-4615-af47-399e94752ca3"}],"id":"0a98846f-4961-46b2-8a47-f41650b546a1","_postman_id":"0a98846f-4961-46b2-8a47-f41650b546a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"dm-opener","item":[{"name":"Personalized cold-outreach opener for an account.","id":"5606a3d6-3705-45b5-ad1f-fc93016e1c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","description":"<p>Writes a short, genuine, non-spammy DM opener personalized to an account, referencing something specific from its profile and recent posts. Pass <code>offer</code> (what you're pitching) and optional <code>tone</code>. Pairs with <code>insights/profile/qualify</code>: qualify a lead, then write the opener. Cost: 3–7 credits depending on the sample window.</p>\n<p>Cost: 3–7 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","profile","dm-opener"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram account. Accepts a username (<code>nike</code>), a numeric user id (<code>13460080</code>), or a full profile URL (<code>https://instagram.com/nike</code>). We resolve it automatically.</p>\n","type":"text/plain"},"key":"handle","value":"nike"},{"description":{"content":"<p>What you're reaching out about (your product/offer).</p>\n","type":"text/plain"},"key":"offer","value":"our influencer marketing platform"},{"description":{"content":"<p>Desired tone. Defaults to friendly and professional.</p>\n","type":"text/plain"},"key":"tone","value":"casual"},{"description":{"content":"<p>Recent posts to personalize from (1–50). Defaults to 6.</p>\n","type":"text/plain"},"key":"posts","value":"6"}],"variable":[]}},"response":[{"id":"34c6c1bf-f07c-469f-9483-1454f12ce809","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"username\": \"nike\",\n    \"opener\": \"Loved your sunrise track series, the way you tie product to athlete stories is unreal…\",\n    \"alternatives\": [\n      \"Your latest carousel on summer training really stood out…\"\n    ],\n    \"personalization_notes\": [\n      \"References recent athlete-story posts\",\n      \"Notes their carousel format\"\n    ]\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/profile/dm-opener\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"5ee17a87-860a-43b1-9c62-d395351f1655","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"handle\\\".\",\n    \"docs\": \"/docs/insights/profile/dm-opener\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"e0d38b3b-355e-4387-9945-e7de2d824d9c","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"356b70e6-0585-42d3-93a4-aed2cb2ab128","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"4ff29fa6-99e6-4aac-b003-4d7aae32c0ea","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/profile/dm-opener\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/profile/dm-opener\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"b819f4bd-fb2d-4ed1-b802-700e6911891b","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/profile/dm-opener?handle=nike&offer=our influencer marketing platform&tone=casual&posts=6","host":["https://api.instagramapi.dev"],"path":["v1","insights","profile","dm-opener"],"query":[{"description":"An Instagram account. Accepts a username (`nike`), a numeric user id (`13460080`), or a full profile URL (`https://instagram.com/nike`). We resolve it automatically.","key":"handle","value":"nike"},{"description":"What you're reaching out about (your product/offer).","key":"offer","value":"our influencer marketing platform"},{"description":"Desired tone. Defaults to friendly and professional.","key":"tone","value":"casual"},{"description":"Recent posts to personalize from (1–50). Defaults to 6.","key":"posts","value":"6"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/profile/dm-opener\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"5606a3d6-3705-45b5-ad1f-fc93016e1c23"}],"id":"3ed7c756-3187-42b0-94e7-172890d7f4ee","_postman_id":"3ed7c756-3187-42b0-94e7-172890d7f4ee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"5aef092c-4ed4-4b73-b28a-c2cc5cff6d94","_postman_id":"5aef092c-4ed4-4b73-b28a-c2cc5cff6d94","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"post","item":[{"name":"image","item":[{"name":"AI vision tags for a post's image.","id":"7db6065e-cdf7-421d-9785-9db66621480f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","description":"<p>Runs an account-safe vision model over a post's image(s) and returns structured tags: subjects, scene, objects, dominant colors, any text in the image, mood, an aesthetic score, brand-safety flags, and suggested alt text. Carousels analyze up to the first few images. Cost: 3 credits.</p>\n<p>Cost: 3 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","post","image"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram post/reel. Accepts a media id, a shortcode (<code>C1a2b3c4d5e</code>), or a full post/reel URL. We resolve it automatically.</p>\n","type":"text/plain"},"key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}],"variable":[]}},"response":[{"id":"cf607077-e9f8-44ea-b1b1-20ebe1f3f727","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n    \"caption\": \"Just Do It.\",\n    \"analysis\": {\n      \"subjects\": [\n        \"athlete\",\n        \"running shoe\"\n      ],\n      \"scene\": \"outdoor track at sunrise\",\n      \"objects\": [\n        \"sneakers\",\n        \"track\",\n        \"starting blocks\"\n      ],\n      \"dominant_colors\": [\n        \"orange\",\n        \"black\",\n        \"grey\"\n      ],\n      \"text_in_image\": \"JUST DO IT\",\n      \"mood\": \"energetic\",\n      \"aesthetic_score\": 8.5,\n      \"brand_safe\": true,\n      \"brand_safety_notes\": \"No unsafe content.\",\n      \"suggested_alt_text\": \"A sprinter on a track at sunrise wearing orange Nike shoes.\"\n    }\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/post/image\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"bf4d153f-1286-449c-b382-a961c1c15dc7","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"post\\\".\",\n    \"docs\": \"/docs/insights/post/image\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"7273f5ca-f76d-4f2e-add4-110292317c4f","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f9ddca7d-c49e-4a31-b23a-aa291eac7db0","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f2cf4a3f-142e-4f50-b3ba-b2a5d7284579","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/post/image\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/post/image\",\n    \"credits_charged\": 3,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"224723d8-3d84-4c4e-8c86-5d8a9a413c01","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/image?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","image"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/post/image\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"7db6065e-cdf7-421d-9785-9db66621480f"}],"id":"a5705c13-e571-453d-832b-27981d0fd3a9","_postman_id":"a5705c13-e571-453d-832b-27981d0fd3a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"comments","item":[{"name":"AI sentiment + themes over a post's comments.","id":"710d886b-b649-4117-b2ff-bf8972f5881a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","description":"<p>Pages a post's comments and runs AI sentiment + theme analysis: positive/neutral/negative split, recurring themes with examples, an estimated spam percentage, representative positive/negative comments, and a summary. Pass <code>comments</code> (1–200, default 60). Cost: 4–12 credits depending on how many comments are analyzed.</p>\n<p>Cost: 4–12 credits (dynamic).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","post","comments"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram post/reel. Accepts a media id, a shortcode (<code>C1a2b3c4d5e</code>), or a full post/reel URL. We resolve it automatically.</p>\n","type":"text/plain"},"key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":{"content":"<p>Comments to analyze (1–200). Defaults to 60.</p>\n","type":"text/plain"},"key":"comments","value":"60"}],"variable":[]}},"response":[{"id":"0c1f06f9-a4fa-4b30-b53c-df3747e6c346","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n    \"comments_analyzed\": 60,\n    \"sentiment\": {\n      \"positive_pct\": 78,\n      \"neutral_pct\": 15,\n      \"negative_pct\": 7\n    },\n    \"overall\": \"positive\",\n    \"themes\": [\n      {\n        \"theme\": \"product love\",\n        \"mentions\": 31,\n        \"example\": \"Need these 🔥\"\n      }\n    ],\n    \"spam_pct\": 5,\n    \"top_positive\": [\n      \"Legendary 🔥\"\n    ],\n    \"top_negative\": [\n      \"Too expensive\"\n    ],\n    \"summary\": \"Overwhelmingly positive reception centered on the product design.\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/post/comments\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"33bf70d0-60b3-4148-9aa9-2e866b1bb216","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"post\\\".\",\n    \"docs\": \"/docs/insights/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"3c3dbe05-e94e-44bc-bfb5-43ea1ce64687","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"433b5e98-6360-437e-90d7-d432546389fd","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"1105cad1-1eb1-4cfe-b6bf-af9383280c9d","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/post/comments\",\n    \"credits_charged\": 4,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"2c75ab60-8080-405a-9502-49d6c01fd15e","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&comments=60","host":["https://api.instagramapi.dev"],"path":["v1","insights","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Comments to analyze (1–200). Defaults to 60.","key":"comments","value":"60"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"710d886b-b649-4117-b2ff-bf8972f5881a"}],"id":"77fe25a8-ac79-489c-bb82-88e0f18f6605","_postman_id":"77fe25a8-ac79-489c-bb82-88e0f18f6605","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"8bb81f56-3bc0-4515-b70f-278cc8b81d86","_postman_id":"8bb81f56-3bc0-4515-b70f-278cc8b81d86","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"hashtag","item":[{"name":"Competitiveness & velocity for a hashtag.","id":"fa63b88b-5e9e-4eff-a149-992b6dbe3a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","description":"<p>Samples a hashtag's top and recent posts to estimate how competitive it is (average engagement a top post needs, a 0–100 difficulty score) and how fast it moves (posts per hour). Use it to choose hashtags you can realistically rank for. Cost: 2 credits.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","insights","hashtag"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Hashtag without the <code>#</code>.</p>\n","type":"text/plain"},"key":"tag","value":"sunset"}],"variable":[]}},"response":[{"id":"a8c371c6-aefd-4308-95f9-5a3c3250111e","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"tag\": \"sunset\",\n    \"top_sample\": 9,\n    \"recent_sample\": 18,\n    \"top_avg_engagement\": 84210,\n    \"top_avg_likes\": 82900,\n    \"top_avg_comments\": 1310,\n    \"posts_per_hour\": 4200,\n    \"difficulty_score\": 71,\n    \"difficulty_label\": \"high\"\n  },\n  \"meta\": {\n    \"endpoint\": \"insights/hashtag\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"93cf1055-e5d4-49fa-b959-8fd0210eb973","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"tag\\\".\",\n    \"docs\": \"/docs/insights/hashtag\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f848ed09-d278-44f6-a476-c1083df0778d","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"8bea1002-38ad-43de-9cdb-b329dde2fd7b","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"5a5307de-7f8b-4df3-957c-84947c2e3a25","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/insights/hashtag\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"insights/hashtag\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"56b389a9-5be7-463b-b573-59cf154e0dc6","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/insights/hashtag?tag=sunset","host":["https://api.instagramapi.dev"],"path":["v1","insights","hashtag"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/insights/hashtag\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"fa63b88b-5e9e-4eff-a149-992b6dbe3a95"}],"id":"ad223070-8f91-4615-b973-86f5215c9d3a","_postman_id":"ad223070-8f91-4615-b973-86f5215c9d3a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"9e5df3a0-002e-428d-bfc0-6659add70990","_postman_id":"9e5df3a0-002e-428d-bfc0-6659add70990","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"post","item":[{"name":"comments","item":[{"name":"Comments on a post or reel.","id":"9bd5795c-fceb-4692-8179-c827958a2900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","description":"<p>Paginated comments with author, text, like count, and timestamp. Use <code>cursor</code> to continue.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","post","comments"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram post/reel. Accepts a media id, a shortcode (<code>C1a2b3c4d5e</code>), or a full post/reel URL. We resolve it automatically.</p>\n","type":"text/plain"},"key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"12244a3d-9a1e-444c-875e-de3924aa00ae","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"18105998371987583\",\n        \"text\": \"Legendary 🔥\",\n        \"like_count\": 54188,\n        \"created_at\": \"2026-06-04T16:00:41Z\",\n        \"author\": {\n          \"id\": \"13460080\",\n          \"username\": \"nike\",\n          \"full_name\": \"Nike\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"IntcImNhY2hlZF9jb21t...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"post/comments\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"516bc2c0-f7a7-4c44-b769-9296d37e3bdb","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"post\\\".\",\n    \"docs\": \"/docs/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"a31a8476-5327-481f-84e3-83c4f33a396e","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"a57e83c9-62d5-4fa3-8336-bfd4bdf284f9","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"2d4b6234-ff0b-4969-95b8-331ea287ec3f","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"post/comments\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"11e0365b-c9e8-4b83-aceb-b95bcc3a2db2","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/comments?post=https://www.instagram.com/p/C1a2b3c4d5e/&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","post","comments"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/post/comments\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"9bd5795c-fceb-4692-8179-c827958a2900"}],"id":"2dc0c730-1872-49c1-ad94-b04863ed35bb","_postman_id":"2dc0c730-1872-49c1-ad94-b04863ed35bb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"likers","item":[{"name":"Accounts that liked a post.","id":"44deef38-ad40-464b-8db0-4dd603909022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","description":"<p>Returns accounts that liked the post. Availability depends on the post's privacy and size.</p>\n<p>Cost: 2 credits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","post","likers"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram post/reel. Accepts a media id, a shortcode (<code>C1a2b3c4d5e</code>), or a full post/reel URL. We resolve it automatically.</p>\n","type":"text/plain"},"key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}],"variable":[]}},"response":[{"id":"51200be1-fb05-47d3-8a3c-1cd2f4a41a9e","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"13460080\",\n        \"username\": \"nike\",\n        \"full_name\": \"Nike\",\n        \"is_verified\": true,\n        \"is_private\": false,\n        \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n      },\n      {\n        \"id\": \"51049513\",\n        \"username\": \"nikebasketball\",\n        \"full_name\": \"Nike Basketball\",\n        \"is_verified\": true,\n        \"is_private\": false,\n        \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"post/likers\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"2ddedf65-b6ba-4df7-a620-427ce6413b71","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"post\\\".\",\n    \"docs\": \"/docs/post/likers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"fef0eaa4-612f-441e-bcb2-17441a658ffe","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"98a90106-919b-4a75-8037-583f98a584f1","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"13ee2206-ada4-459d-a74d-d24eed019606","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/post/likers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"post/likers\",\n    \"credits_charged\": 2,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"3f7a5f55-3d85-4735-aa82-78c58d5fe98e","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post/likers?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post","likers"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/post/likers\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"44deef38-ad40-464b-8db0-4dd603909022"}],"id":"7478dbf1-7820-4c22-8f2e-f088da7f10a3","_postman_id":"7478dbf1-7820-4c22-8f2e-f088da7f10a3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"Full details for a single post or reel.","id":"b7879c3e-8a66-45f2-91c4-7560dd9c84e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","description":"<p>Returns caption, media URLs, like/comment counts, author, timestamp, and carousel children for a post or reel.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","post"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>An Instagram post/reel. Accepts a media id, a shortcode (<code>C1a2b3c4d5e</code>), or a full post/reel URL. We resolve it automatically.</p>\n","type":"text/plain"},"key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}],"variable":[]}},"response":[{"id":"46780bb4-f5eb-4999-b17d-760837b109a5","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"3912183471120209303\",\n    \"shortcode\": \"DZK3iOsRlWX\",\n    \"type\": \"photo\",\n    \"product_type\": \"feed\",\n    \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n    \"caption\": \"Just Do It.\",\n    \"taken_at\": \"2026-06-04T15:59:27Z\",\n    \"like_count\": 2499414,\n    \"comment_count\": 55165,\n    \"view_count\": null,\n    \"image_url\": \"https://instagram.com/.../media.jpg\",\n    \"video_url\": null,\n    \"video_duration\": null,\n    \"location\": null,\n    \"author\": {\n      \"id\": \"13460080\",\n      \"username\": \"nike\",\n      \"full_name\": \"Nike\",\n      \"is_verified\": true,\n      \"is_private\": false,\n      \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n    }\n  },\n  \"meta\": {\n    \"endpoint\": \"post\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"e77c8e1b-0c37-40a2-ba0a-ff571efcfb35","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"post\\\".\",\n    \"docs\": \"/docs/post\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f1e1899b-0e9d-4290-8a30-03897a353f97","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"150ced80-f36c-4cc7-8dfc-adda68e93e51","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"584135c7-dd74-4809-b841-fdc71ec8076d","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/post\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"post\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"2e6eeb66-0958-4c57-a250-bd56f5b4b015","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/post?post=https://www.instagram.com/p/C1a2b3c4d5e/","host":["https://api.instagramapi.dev"],"path":["v1","post"],"query":[{"description":"An Instagram post/reel. Accepts a media id, a shortcode (`C1a2b3c4d5e`), or a full post/reel URL. We resolve it automatically.","key":"post","value":"https://www.instagram.com/p/C1a2b3c4d5e/"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/post\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"b7879c3e-8a66-45f2-91c4-7560dd9c84e8"}],"id":"d3175cf6-8334-453e-acd0-f3741a0a9c5d","_postman_id":"d3175cf6-8334-453e-acd0-f3741a0a9c5d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"hashtag","item":[{"name":"top","item":[{"name":"Top-ranked posts for a hashtag.","id":"94fdfdee-1c4b-46e0-928c-4289bfc7531f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","description":"<p>Returns the 'Top' posts for a hashtag (Instagram's ranked selection).</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","hashtag","top"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Hashtag without the <code>#</code>.</p>\n","type":"text/plain"},"key":"tag","value":"sunset"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"b3945a2e-9979-4e7a-9d98-d70790284f80","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3912183471120209303\",\n        \"shortcode\": \"DZK3iOsRlWX\",\n        \"type\": \"photo\",\n        \"product_type\": \"feed\",\n        \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n        \"caption\": \"Golden hour 🌅 #sunset\",\n        \"taken_at\": \"2026-06-04T15:59:27Z\",\n        \"like_count\": 2499414,\n        \"comment_count\": 55165,\n        \"view_count\": null,\n        \"image_url\": \"https://instagram.com/.../media.jpg\",\n        \"video_url\": null,\n        \"video_duration\": null,\n        \"location\": null,\n        \"author\": {\n          \"id\": \"8472\",\n          \"username\": \"wanderlust\",\n          \"full_name\": \"Wanderlust\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"WyJlNmFmZmIz...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"hashtag/top\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"eed55040-527e-4a62-bbe9-2d3f2ba00382","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"tag\\\".\",\n    \"docs\": \"/docs/hashtag/top\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"24da129f-9f96-4fb2-a414-d3b4777dffc7","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"39a0edd9-8f09-47fc-901e-6c45c4e5ec73","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"d5b24dc2-c564-4254-9d89-ef6f3b4518bb","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/hashtag/top\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"hashtag/top\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"bf206ff5-d322-4d6b-b593-7a9b75151134","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/top?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","top"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/hashtag/top\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"94fdfdee-1c4b-46e0-928c-4289bfc7531f"}],"id":"3118f47c-29c6-4ad2-9bc0-d919886822ce","_postman_id":"3118f47c-29c6-4ad2-9bc0-d919886822ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"recent","item":[{"name":"Most recent posts for a hashtag.","id":"f45f864b-f35c-4d8f-8a0c-f4c2b29bfe0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","description":"<p>Returns the most recent posts for a hashtag, newest first.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","hashtag","recent"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Hashtag without the <code>#</code>.</p>\n","type":"text/plain"},"key":"tag","value":"sunset"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"91da26ee-9c1d-4bdf-97a5-5df7029d6aa2","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3912183471120209303\",\n        \"shortcode\": \"DZK3iOsRlWX\",\n        \"type\": \"photo\",\n        \"product_type\": \"feed\",\n        \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n        \"caption\": \"Tonight's sky 🌇 #sunset\",\n        \"taken_at\": \"2026-06-04T15:59:27Z\",\n        \"like_count\": 2499414,\n        \"comment_count\": 55165,\n        \"view_count\": null,\n        \"image_url\": \"https://instagram.com/.../media.jpg\",\n        \"video_url\": null,\n        \"video_duration\": null,\n        \"location\": null,\n        \"author\": {\n          \"id\": \"9931\",\n          \"username\": \"skydaily\",\n          \"full_name\": \"Sky Daily\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"WyJlNmFmZmIz...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"hashtag/recent\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"89af40a0-5ae4-458a-ae85-e991dbe44ff1","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"tag\\\".\",\n    \"docs\": \"/docs/hashtag/recent\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"2b149ab6-d242-4007-9e86-1f79b24e2c06","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"eb45f355-7329-4193-9bbd-c623927eac26","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f6b08a0d-73c8-4521-a48c-8f6d288a35fe","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/hashtag/recent\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"hashtag/recent\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"3b342f02-a9bf-4162-9106-786fdb94dfff","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/hashtag/recent?tag=sunset&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","hashtag","recent"],"query":[{"description":"Hashtag without the `#`.","key":"tag","value":"sunset"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/hashtag/recent\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"f45f864b-f35c-4d8f-8a0c-f4c2b29bfe0d"}],"id":"a563e075-a5f4-4a9a-ba12-209b84bbaa23","_postman_id":"a563e075-a5f4-4a9a-ba12-209b84bbaa23","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"ca729e88-0234-44e6-b2be-63f2db8b5c45","_postman_id":"ca729e88-0234-44e6-b2be-63f2db8b5c45","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"location","item":[{"name":"posts","item":[{"name":"Recent posts tagged at a location.","id":"d6baf22e-b534-4dae-be7f-cbd373f651cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","description":"<p>Paginated posts tagged at a given location. Use <code>cursor</code> to continue.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","location","posts"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Instagram location id or location URL.</p>\n","type":"text/plain"},"key":"id","value":"212988663"},{"description":{"content":"<p>Pagination cursor returned as <code>next_cursor</code> in the previous response. Omit for the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"}],"variable":[]}},"response":[{"id":"5727c544-0cb0-4fa9-850e-43257b448c0d","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3912183471120209303\",\n        \"shortcode\": \"DZK3iOsRlWX\",\n        \"type\": \"photo\",\n        \"product_type\": \"feed\",\n        \"url\": \"https://www.instagram.com/p/DZK3iOsRlWX/\",\n        \"caption\": \"NYC nights 🗽\",\n        \"taken_at\": \"2026-06-04T15:59:27Z\",\n        \"like_count\": 2499414,\n        \"comment_count\": 55165,\n        \"view_count\": null,\n        \"image_url\": \"https://instagram.com/.../media.jpg\",\n        \"video_url\": null,\n        \"video_duration\": null,\n        \"location\": {\n          \"id\": \"212988663\",\n          \"name\": \"New York, New York\",\n          \"category\": \"City\",\n          \"address\": \"\",\n          \"city\": \"\",\n          \"zip\": \"\",\n          \"lat\": 40.7128,\n          \"lng\": -74.006,\n          \"phone\": \"\",\n          \"website\": \"http://www.nyc.gov/\",\n          \"external_id\": \"108424279189115\"\n        },\n        \"author\": {\n          \"id\": \"7781\",\n          \"username\": \"cityframes\",\n          \"full_name\": \"City Frames\",\n          \"is_verified\": true,\n          \"is_private\": false,\n          \"profile_pic_url\": \"https://instagram.com/.../nike.jpg\"\n        }\n      }\n    ],\n    \"next_cursor\": \"WyJlNmFmZmIz...\"\n  },\n  \"meta\": {\n    \"endpoint\": \"location/posts\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"68ad58ed-81c4-45f3-ba6e-ef7388d4c3d4","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"id\\\".\",\n    \"docs\": \"/docs/location/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"edbcdbac-cd1a-4cc8-b03f-eda1b2eacae3","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f14199ab-434f-4edd-bb14-a635a3d52a4c","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"661ffacb-7e96-4bd5-98f7-ed94b67a4ff1","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/location/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"location/posts\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"2c724dfc-0a7b-43f1-b761-e8947c862aeb","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location/posts?id=212988663&cursor=string","host":["https://api.instagramapi.dev"],"path":["v1","location","posts"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"},{"description":"Pagination cursor returned as `next_cursor` in the previous response. Omit for the first page.","key":"cursor","value":"string"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/location/posts\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"d6baf22e-b534-4dae-be7f-cbd373f651cf"}],"id":"66d59a3e-163a-4dd0-a34e-344f73151ced","_postman_id":"66d59a3e-163a-4dd0-a34e-344f73151ced","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"Details for a place / location.","id":"084be28d-85d5-481e-90ca-3bc8467114c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/location?id=212988663","description":"<p>Returns metadata for an Instagram location (name, address, coordinates, post count).</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","location"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Instagram location id or location URL.</p>\n","type":"text/plain"},"key":"id","value":"212988663"}],"variable":[]}},"response":[{"id":"7d8dd94f-3b24-4c87-bbba-6b21fab85e7d","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"212988663\",\n    \"name\": \"New York, New York\",\n    \"category\": \"City\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"zip\": \"\",\n    \"lat\": 40.7128,\n    \"lng\": -74.006,\n    \"phone\": \"\",\n    \"website\": \"http://www.nyc.gov/\",\n    \"external_id\": \"108424279189115\"\n  },\n  \"meta\": {\n    \"endpoint\": \"location\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"311a5046-8e56-4a48-9d33-cf7098b50453","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"id\\\".\",\n    \"docs\": \"/docs/location\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"d34b4ac1-329e-43c5-ba52-6b0d861daad3","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"a4f8bd13-3a15-4068-b9f3-a376e08ae1b2","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"f76a71d0-c68d-42da-8513-eb02a7179558","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/location\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"location\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"3542e10f-307a-43f8-8c67-d20daa2e1696","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/location?id=212988663","host":["https://api.instagramapi.dev"],"path":["v1","location"],"query":[{"description":"Instagram location id or location URL.","key":"id","value":"212988663"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/location\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"084be28d-85d5-481e-90ca-3bc8467114c2"}],"id":"c5f096c0-6a54-461e-9122-857feedeaa95","_postman_id":"c5f096c0-6a54-461e-9122-857feedeaa95","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"search","item":[{"name":"users","item":[{"name":"Search accounts by keyword.","id":"3cbebe1b-38d6-4136-aad3-70e1f79fbdab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/search/users?q=coffee","description":"<p>Returns accounts matching a search query, ranked by Instagram relevance.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","search","users"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Search text.</p>\n","type":"text/plain"},"key":"q","value":"coffee"}],"variable":[]}},"response":[{"id":"1bc464ac-649b-4202-9f65-94e2ebefa56b","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"41238621959\",\n        \"username\": \"ddetoddo\",\n        \"full_name\": \"TODDO ★ Coffee & Food\",\n        \"is_verified\": false,\n        \"is_private\": false,\n        \"profile_pic_url\": \"https://instagram.com/.../toddo.jpg\"\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"search/users\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"4122e18e-dd84-4db1-9fce-0d720696dcd4","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"q\\\".\",\n    \"docs\": \"/docs/search/users\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"73e156fe-8762-42f4-9f43-940dc6061f72","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"8dab13c0-f2a3-46a0-9696-8c55196b5580","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"98236340-04f8-4935-836a-586e50b06e5a","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/search/users\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"search/users\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"ab46276e-7d99-4f08-a6b6-d7b46f02ee98","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/users?q=coffee","host":["https://api.instagramapi.dev"],"path":["v1","search","users"],"query":[{"description":"Search text.","key":"q","value":"coffee"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/search/users\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"3cbebe1b-38d6-4136-aad3-70e1f79fbdab"}],"id":"7de69f5c-8eb3-42f8-81df-07703259ba9b","_postman_id":"7de69f5c-8eb3-42f8-81df-07703259ba9b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"hashtags","item":[{"name":"Search hashtags by keyword.","id":"60881281-0966-446f-a09f-8af9d71d3a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","description":"<p>Returns hashtags matching a query with their post counts.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","search","hashtags"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Search text.</p>\n","type":"text/plain"},"key":"q","value":"travel"}],"variable":[]}},"response":[{"id":"4da34ee8-5f66-4f38-b061-21da33cde0bd","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"17843819167049166\",\n        \"name\": \"travel\",\n        \"media_count\": 795858928\n      },\n      {\n        \"id\": \"17841563530056883\",\n        \"name\": \"travelphotography\",\n        \"media_count\": 521334210\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"search/hashtags\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"d86874c4-9425-4cc3-a8dd-1a5213728bfa","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"q\\\".\",\n    \"docs\": \"/docs/search/hashtags\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"3c81891a-a968-4ab9-82a6-9e21109279d1","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"b0cecad4-a116-4295-999b-01b2c9324a30","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"a46ff847-26b2-418f-8cfe-33c34e13792e","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/search/hashtags\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"search/hashtags\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"b647e349-7307-4ed1-af37-48484078ed7d","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/hashtags?q=travel","host":["https://api.instagramapi.dev"],"path":["v1","search","hashtags"],"query":[{"description":"Search text.","key":"q","value":"travel"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/search/hashtags\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"60881281-0966-446f-a09f-8af9d71d3a1d"}],"id":"f475a140-c90e-45e0-ab7a-a294f36b1e2a","_postman_id":"f475a140-c90e-45e0-ab7a-a294f36b1e2a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"locations","item":[{"name":"Search places by keyword.","id":"2845fe82-0343-4367-942b-b5db45042302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/search/locations?q=new york","description":"<p>Returns locations/places matching a query.</p>\n<p>Cost: 1 credit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","search","locations"],"host":["https://api.instagramapi.dev"],"query":[{"description":{"content":"<p>Search text.</p>\n","type":"text/plain"},"key":"q","value":"new york"}],"variable":[]}},"response":[{"id":"32036418-8fea-456e-873b-3d588b783adb","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"317742662473550\",\n        \"name\": \"New York\",\n        \"category\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"lat\": 40.7288,\n        \"lng\": -73.9972,\n        \"external_id\": \"317742662473550\"\n      }\n    ],\n    \"next_cursor\": null\n  },\n  \"meta\": {\n    \"endpoint\": \"search/locations\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4987,\n    \"ms\": 412\n  }\n}"},{"id":"92ec2cb4-d1f9-4383-97ae-1aa36307bae1","name":"A required parameter is absent or malformed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"missing_parameter\",\n    \"message\": \"Missing required parameter \\\"q\\\".\",\n    \"docs\": \"/docs/search/locations\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"16d736cc-f877-4cc0-8b7b-9d72835b09d2","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"60b52b73-0cce-4df7-9e6c-d6e6bb62476f","name":"Out of credits; top up to continue.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"insufficient_credits\",\n    \"message\": \"You're out of credits. Top up to continue.\",\n    \"docs\": \"/dashboard/billing\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"},{"id":"488ceffc-4297-4de0-bf2c-57be588d1e6b","name":"Well-formed request, but no public data exists (still billed).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"not_found\",\n    \"message\": \"No public data for that request (private, deleted, or nonexistent). This is a billed request. We queried Instagram on your behalf.\",\n    \"docs\": \"/docs/search/locations\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\",\n    \"endpoint\": \"search/locations\",\n    \"credits_charged\": 1,\n    \"credits_remaining\": 4985\n  }\n}"},{"id":"cc48c1f9-a175-4256-a452-10e16817c58b","name":"Upstream data-provider error (not billed; safe to retry).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.instagramapi.dev/v1/search/locations?q=new york","host":["https://api.instagramapi.dev"],"path":["v1","search","locations"],"query":[{"description":"Search text.","key":"q","value":"new york"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"upstream_error\",\n    \"message\": \"Upstream data provider error. You were not charged. Please retry.\",\n    \"docs\": \"/docs/search/locations\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"2845fe82-0343-4367-942b-b5db45042302"}],"id":"6045d3e7-ffc0-4cec-a886-f7b94eee6972","_postman_id":"6045d3e7-ffc0-4cec-a886-f7b94eee6972","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"ba91b9e5-a943-4ce9-aa1d-92b976edf812","_postman_id":"ba91b9e5-a943-4ce9-aa1d-92b976edf812","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}},{"name":"credits","item":[{"name":"Your account's current credit balance.","id":"578ea588-17d5-493c-98b3-348b6594be03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.instagramapi.dev/v1/credits","description":"<p>Returns the number of credits remaining on your account. This call is free. It never consumes a credit and does not query Instagram. Use it to monitor usage or surface a live balance in your own dashboard.</p>\n<p>Cost: free (no credit charged).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}},"urlObject":{"path":["v1","credits"],"host":["https://api.instagramapi.dev"],"query":[],"variable":[]}},"response":[{"id":"165851b0-c341-453d-ba2a-fccf1381306b","name":"Success.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.instagramapi.dev/v1/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"credits_remaining\": 4987\n  },\n  \"meta\": {\n    \"endpoint\": \"credits\",\n    \"request_id\": \"req_3f8a1c9e\",\n    \"credits_charged\": 0,\n    \"credits_remaining\": 4987\n  }\n}"},{"id":"0a8bfa0a-7155-47f6-abd8-d3f9310af16b","name":"Missing, malformed, or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.instagramapi.dev/v1/credits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"invalid_api_key\",\n    \"message\": \"This API key is invalid or has been revoked.\",\n    \"docs\": \"/docs#authentication\"\n  },\n  \"meta\": {\n    \"request_id\": \"req_3f8a1c9e\"\n  }\n}"}],"_postman_id":"578ea588-17d5-493c-98b3-348b6594be03"}],"id":"f9daf0e1-7663-403c-a4f7-041ef75ccd92","_postman_id":"f9daf0e1-7663-403c-a4f7-041ef75ccd92","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"id":"34e88a7f-0ba3-41b6-ab9b-add2c998d493","_postman_id":"34e88a7f-0ba3-41b6-ab9b-add2c998d493","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"290e1553-4757-4733-8dd2-9a88a326b6fa","id":"290e1553-4757-4733-8dd2-9a88a326b6fa","name":"Instagram API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://api.instagramapi.dev"}]}