# Extract Instagram #socialmedia Posts

**Use case:** 

Collect public Instagram #socialmedia posts and reels with creator, caption, timestamp, engagement, and media fields.

## Input

```json
{
  "hashtags": [
    "socialmedia"
  ],
  "startUrls": [],
  "maxPostsPerHashtag": 5,
  "includeReels": true,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "timestamp": {
    "label": "Published at",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "viewsCount": {
    "label": "Views",
    "format": "number"
  },
  "authorUsername": {
    "label": "Creator username",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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