# Hashtags Instagram Posts, Comments & Profiles

**Use case:** 

Extract Instagram Posts, Comments & Profiles data filtered by Hashtags. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "hashtags",
  "startUrls": [
    "https://www.instagram.com/nasa/",
    "https://www.instagram.com/natgeo/",
    "https://www.instagram.com/apple/"
  ],
  "maxItems": 1000,
  "mediaTypeFilter": "all",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "enrichOutput": false
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "profilePicUrl": {
    "label": "Profile Image",
    "format": "image"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "datetime"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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