# Analyze Competitor Instagram Content Strategy

**Use case:** 

Monitor what content your competitors are posting on Instagram and how it performs. Gain insights into their hashtag usage, engagement rates, and popular themes

## Input

```json
{
  "keywords": [
    "nike running",
    "adidas originals",
    "lululemon yoga",
    "gymshark workout"
  ],
  "maxPosts": 75,
  "cookies": "[{\"name\":\"sessionid\",\"value\":\"your_session_id\",\"domain\":\".instagram.com\"}]",
  "sessionName": "my_instagram_session"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  },
  "media_type": {
    "label": "Media Type",
    "format": "string"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "search_keyword": {
    "label": "Keyword",
    "format": "string"
  }
}
```

## About this Actor

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