Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$1.4 / 1k posts
Extract Instagram tagged posts and mentions for a username, including text, hashtags, comments, images, likes, and locations
Endpoint
POST /api/v1/agents/instagram/mentions/run
Parameters
List · Instagram usernames or profile URLs to fetch tagged posts for. One per line.
Number · Maximum number of user tagged posts you want to scrape per profile. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
username | Username | text |
profileUrl | Profile URL | url |
postUrl | Post URL | url |
caption | Caption | text |
type | Type | text |
productType | Product Type | text |
posted | Posted | text |
author | Author | text |
authorName | Author Name | text |
likes | Likes | number |
comments | Comments | number |
videoPlays | Video Plays | number |
image | Image | url |
hashtags | Hashtags | text |
mentions | Mentions | text |
location | Location | text |
taggedUser | Tagged User | text |
Example
Example response
Response