# Compare Instagram #cats and #nature hashtag posts

**Use case:** 

Collect a small multi-hashtag dataset for comparing public Instagram post captions, URLs, authors, hashtags, and engagement signals.

## Input

```json
{
  "hashtags": [
    "cats",
    "nature"
  ],
  "maxItemsPerHashtag": 20,
  "includeRawText": false
}
```

## Output

```json
{
  "requestedHashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "visibleViewCount": {
    "label": "Views",
    "format": "integer"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "routeStatus": {
    "label": "Status",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  }
}
```

## About this Actor

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