# Instagram Reels Data Analyzer for Buzzfeed Tasty

**Use case:** 

Explore BuzzFeed Tasty's latest Instagram Reels with videos, captions, audio, engagement metrics, and rich metadata for content research and trend analysis.

## Input

```json
{
  "profiles": [
    "https://www.instagram.com/buzzfeedtasty/"
  ],
  "reelsPerProfile": 30
}
```

## Output

```json
{
  "display_uri": {
    "label": "🖼️ Cover",
    "format": "string"
  },
  "code": {
    "label": "🔗 Shortcode",
    "format": "string"
  },
  "url": {
    "label": "🌐 Reel URL",
    "format": "string"
  },
  "author": {
    "label": "👤 Creator",
    "format": "object"
  },
  "caption": {
    "label": "📝 Caption",
    "format": "object"
  },
  "taken_at": {
    "label": "📅 Published",
    "format": "integer"
  },
  "play_count": {
    "label": "▶️ Plays",
    "format": "integer"
  },
  "like_count": {
    "label": "❤️ Likes",
    "format": "integer"
  },
  "comment_count": {
    "label": "💬 Comments",
    "format": "integer"
  },
  "video_duration": {
    "label": "⏱️ Duration (s)",
    "format": "number"
  },
  "video_url": {
    "label": "🎥 Downloadable Video",
    "format": "string"
  },
  "audio": {
    "label": "🎵 Audio",
    "format": "object"
  }
}
```

## About this Actor

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