# Trending topics in eco-friendly skincare communities

**Use case:** Market research

Uncover popular themes and audience engagement patterns to inform product positioning and messaging strategies.

## Input

```json
{
  "hashtags": [
    "cleanbeauty"
  ],
  "resultsType": "posts",
  "resultsLimit": 10
}
```

## Output

```json
{
  "caption": {
    "label": "Text",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Author",
    "format": "text"
  },
  "ownerUsername": {
    "label": "Author Username",
    "format": "text"
  },
  "url": {
    "label": "Post URL",
    "format": "link"
  },
  "commentsCount": {
    "label": "Number of comments",
    "format": "text"
  },
  "firstComment": {
    "label": "First comment"
  },
  "likesCount": {
    "label": "Number of likes",
    "format": "text"
  },
  "timestamp": {
    "label": "Posted on",
    "format": "text"
  },
  "queryTag": {
    "label": "Query tag"
  },
  "hashtags": {
    "label": "Hashtags"
  }
}
```

## About this Actor

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