Get User Reels
get_user_reelsRetrieve an Instagram user's reels with IDs, URLs, thumbnails, and view counts directly from the grid page, avoiding rate limits from per-reel navigation.
Instructions
Get an Instagram user's reels with structured data.
Returns reel IDs, URLs, thumbnails, and view counts from the grid page without navigating to individual reels (avoids N+1 rate limiting).
Args: username: Instagram username (e.g., "instagram", "natgeo") ctx: FastMCP context for progress reporting max_reels: Maximum number of reels to retrieve (default 50)
Returns:
Dict with url, reels list, total_reels count, sections, and references.
Each reel has: id, shortcode, url, thumbnail_url, view_count_text, media_type.
Use get_post_details on individual reel URLs for full engagement data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| max_reels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||