# Instagram Reels Engagement Data from New York

**Use case:** 

Scrape Instagram Reels data including views and likes from New York accounts.

## Input

```json
{
  "maxReels": 10,
  "withDetails": true,
  "usernames": [
    "natgeo"
  ],
  "reelUrls": [],
  "shortcodes": [],
  "skipPinnedPosts": false,
  "sortBy": "recent"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "ownerUsername": {
    "label": "Owner",
    "format": "text"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement %",
    "format": "number"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "takenAt": {
    "label": "Posted",
    "format": "date"
  },
  "isSponsored": {
    "label": "Paid Partnership",
    "format": "boolean"
  },
  "ownerFollowerCount": {
    "label": "Owner Followers",
    "format": "number"
  },
  "ownerIsVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "musicTitle": {
    "label": "Audio",
    "format": "text"
  },
  "musicArtist": {
    "label": "Artist",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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