# Outdoor gear competitor social content

**Use case:** Competitive Intelligence

Analyze competitor social posts to benchmark engagement, content themes, and campaign timing.

## Input

```json
{
  "username": [
    "rei",
    "patagonia",
    "thenorthface",
    "arcteryx",
    "blackdiamond"
  ],
  "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.