Get Hashtag Posts
get_hashtag_postsFetch Instagram posts by hashtag, extract post links and total count, and return structured references for individual post enrichment.
Instructions
Get posts for a hashtag.
Extracts post links from the hashtag grid page and returns them as
structured references. Use get_post_details for individual post enrichment.
Args: hashtag: Hashtag to search (without the # symbol) ctx: FastMCP context for progress reporting max_posts: Maximum number of posts to load (default 50)
Returns: Dict with url, sections (name -> raw text), references (post links), and total_posts count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hashtag | Yes | ||
| max_posts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||