# Perform Niche Market Research on Instagram Trends

**Use case:** 

Conduct in-depth market research by identifying emerging trends, popular content themes, and user interests within specific niches on Instagram. This helps busi

## Input

```json
{
  "keywords": [
    "sustainable beauty products",
    "plant-based recipes healthy",
    "home automation gadgets",
    "pet photography tips",
    "indie game development"
  ],
  "maxPosts": 80,
  "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 Search Scraper](https://apify.com/crawlerbros/instagram-keyword-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/instagram-keyword-search-scraper) to learn more, explore other use cases, and run it yourself.