# Find trending posts in your niche hashtag

**Use case:** 

Track the top recent posts in your niche by hashtag to spot trends and source content ideas.

## Input

```json
{
  "hashtags": [
    "ai",
    "startup"
  ],
  "limit": 500
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "url": {
    "label": "Post URL",
    "format": "string"
  },
  "authorId": {
    "label": "Author ID",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Hashtag Posts - Most Recent by Hashtag 2026](https://apify.com/instaprism/instagram-hashtag-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-hashtag-posts) to learn more, explore other use cases, and run it yourself.