# Compare #webscraping and #apify Engagement

**Use case:** 

Create repeatable Instagram snapshots for #webscraping and #apify with comparable samples, top content, creators, and observed timestamps.

## Input

```json
{
  "hashtags": [
    "webscraping",
    "apify"
  ],
  "startUrls": [],
  "sampleSize": 2,
  "includePosts": true,
  "includeReels": true,
  "includeDetails": true,
  "topPostsLimit": 2,
  "topAuthorsLimit": 2,
  "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.