# Collect public Reels from a profile for evidence

**Use case:** 

Collect recent public Reels from a specific Instagram profile as source-linked evidence for reports or audits.

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "maxReelsPerSource": 5,
  "onlyReelsNewerThan": "30 days"
}
```

## Output

```json
{
  "reel_url": {
    "label": "Reel URL",
    "format": "string"
  },
  "thumbnail_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "likes_count": {
    "label": "Likes",
    "format": "number"
  },
  "plays_count": {
    "label": "Plays",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "duration_seconds": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "is_sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "posted_at": {
    "label": "Posted At",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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