# Analyze the Instagram #apify Hashtag Page

**Use case:** 

Turn the public Instagram #apify hashtag page into a timestamped snapshot with sampled posts, reels, engagement, and creator rankings.

## Input

```json
{
  "hashtags": [
    "apify"
  ],
  "startUrls": [
    {
      "url": "https://www.instagram.com/explore/tags/apify/"
    }
  ],
  "sampleSize": 3,
  "includePosts": true,
  "includeReels": true,
  "includeDetails": true,
  "topPostsLimit": 3,
  "topAuthorsLimit": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "snapshotAt": {
    "label": "Snapshot time",
    "format": "string"
  },
  "sampleSize": {
    "label": "Sample size",
    "format": "integer"
  },
  "postsCount": {
    "label": "Posts",
    "format": "integer"
  },
  "reelsCount": {
    "label": "Reels",
    "format": "integer"
  },
  "totalLikes": {
    "label": "Observed likes",
    "format": "integer"
  },
  "totalComments": {
    "label": "Observed comments",
    "format": "integer"
  },
  "averageEngagementActions": {
    "label": "Average engagement",
    "format": "number"
  },
  "observedLatestAt": {
    "label": "Latest observed post",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Hashtag Analytics Scraper](https://apify.com/automation-lab/instagram-hashtag-analytics) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/instagram-hashtag-analytics) to learn more, explore other use cases, and run it yourself.