$1.3 / 1k profiles
Extract Instagram profile data, including bio, followers, website, verification, and recent posts with engagement, from usernames
Endpoint
POST /api/v1/agents/instagram/profiles/run
Parameters
List · Instagram usernames (e.g. nike, adidas) or full profile URLs (e.g. https://www.instagram.com/nike/). One per line.
Response columns
| Field | Display name | Type |
|---|---|---|
profileUrl | Profile URL | url |
username | Username | text |
fullName | Full Name | text |
bio | Bio | text |
profilePicture | Profile Picture | url |
followers | Followers | number |
following | Following | number |
posts | Posts | number |
verified | Verified | boolean |
private | Private | boolean |
businessAccount | Business Account | boolean |
businessCategory | Business Category | text |
website | Website | url |
linkedUrl | Linked URL | url |
linkedUrlTitle | Linked URL Title | text |
highlightReels | Highlight Reels | number |
igtvVideos | IGTV Videos | number |
joinedRecently | Joined Recently | boolean |
latestIgtvVideos | Latest Igtv Videos | array |
latestPosts | Latest Posts | array |
Example
Example response
Response