# Visual trend research for creative team in marketing agency

**Use case:** Trend discovery

Analyze visual content and engagement metrics to identify emerging creative themes and styles.

## Input

```json
{
  "username": [
    "behance",
    "dribbble",
    "canva",
    "adobe",
    "pantone"
  ],
  "resultsLimit": 2
}
```

## Output

```json
{
  "caption": {
    "label": "Text",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Owner full name"
  },
  "ownerUsername": {
    "label": "Author",
    "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"
  }
}
```

## About this Actor

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