Get Basic Profile by ID
Fetches current public profile metadata using a numeric Instagram user ID.
Capability ID
instagram.profile.basic
Cost
1 credit per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
user_id
string
required
Numeric Instagram user ID
Example
528817151
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
biography |
string |
Making the seemingly impossible, possible. ✨ |
external_url |
string |
https://www.nasa.gov |
following_count |
integer |
92 |
full_name |
string |
NASA |
id |
string |
528817151 |
is_private |
boolean |
false |
is_verified |
boolean |
true |
username |
string |
nasa |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.