# Audit Instagram #dogs hashtag raw text output

**Use case:** 

Run a bounded public hashtag export with raw visible card text included for diagnostics and QA of extracted captions and hashtags.

## Input

```json
{
  "hashtags": [
    "dogs",
    "unlikelytagdoesnotexist12345"
  ],
  "maxItemsPerHashtag": 10,
  "includeRawText": true
}
```

## 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.