# Instagram brand content audit dataset

**Use case:** 

Build a public brand account content audit dataset with captions, hashtags, likes, comments, view counts, and timestamps.

## Input

```json
{
  "username": "instagram",
  "max_results": 100
}
```

## Output

```json
{
  "cover_url": {
    "label": "Cover URL",
    "format": "string"
  },
  "owner_profile_pic_url": {
    "label": "Owner Profile Pic URL",
    "format": "string"
  },
  "audio_cover_url": {
    "label": "Audio Cover URL",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "post_type": {
    "label": "Post Type",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner Username",
    "format": "string"
  },
  "owner_full_name": {
    "label": "Owner Full Name",
    "format": "string"
  },
  "owner_is_verified": {
    "label": "Owner Is Verified",
    "format": "boolean"
  },
  "like_count": {
    "label": "Like Count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "integer"
  },
  "play_count": {
    "label": "Play Count",
    "format": "integer"
  },
  "view_count": {
    "label": "View Count",
    "format": "integer"
  },
  "like_and_view_counts_disabled": {
    "label": "Like And View Counts Disabled",
    "format": "boolean"
  },
  "media_items": {
    "label": "Media Items",
    "format": "array"
  },
  "media_count": {
    "label": "Media Count",
    "format": "integer"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "video_count": {
    "label": "Video Count",
    "format": "integer"
  },
  "has_video": {
    "label": "Has Video",
    "format": "boolean"
  },
  "has_audio": {
    "label": "Has Audio",
    "format": "boolean"
  },
  "is_carousel": {
    "label": "Is Carousel",
    "format": "boolean"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "tagged_users": {
    "label": "Tagged Users",
    "format": "array"
  },
  "coauthors": {
    "label": "Coauthors",
    "format": "array"
  },
  "is_paid_partnership": {
    "label": "Is Paid Partnership",
    "format": "boolean"
  },
  "sponsor_tags": {
    "label": "Sponsor Tags",
    "format": "array"
  },
  "location_name": {
    "label": "Location Name",
    "format": "string"
  },
  "location_city": {
    "label": "Location City",
    "format": "string"
  },
  "location_address": {
    "label": "Location Address",
    "format": "string"
  },
  "location_lat": {
    "label": "Location Latitude",
    "format": "number"
  },
  "location_lng": {
    "label": "Location Longitude",
    "format": "number"
  },
  "location_id": {
    "label": "Location ID",
    "format": "string"
  },
  "top_comments": {
    "label": "Top Comments",
    "format": "array"
  },
  "comments_disabled": {
    "label": "Comments Disabled",
    "format": "boolean"
  },
  "can_viewer_save": {
    "label": "Can Viewer Save",
    "format": "boolean"
  },
  "can_viewer_reshare": {
    "label": "Can Viewer Reshare",
    "format": "boolean"
  },
  "audio_title": {
    "label": "Audio Title",
    "format": "string"
  },
  "audio_artist": {
    "label": "Audio Artist",
    "format": "string"
  },
  "audio_type": {
    "label": "Audio Type",
    "format": "string"
  },
  "audio_owner_username": {
    "label": "Audio Owner Username",
    "format": "string"
  },
  "audio_duration_ms": {
    "label": "Audio Duration MS",
    "format": "integer"
  },
  "audio_preview_url": {
    "label": "Audio Preview URL",
    "format": "string"
  },
  "audio_is_original": {
    "label": "Audio Is Original",
    "format": "boolean"
  },
  "audio_is_reuse_allowed": {
    "label": "Audio Is Reuse Allowed",
    "format": "boolean"
  },
  "audio_is_trending": {
    "label": "Audio Is Trending",
    "format": "boolean"
  },
  "audio_mashups_count": {
    "label": "Audio Mashups Count",
    "format": "integer"
  },
  "audio_asset_id": {
    "label": "Audio Asset ID",
    "format": "string"
  },
  "audio_canonical_id": {
    "label": "Audio Canonical ID",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "owner_id": {
    "label": "Owner ID",
    "format": "string"
  },
  "instagram_product_type": {
    "label": "Instagram Product Type",
    "format": "string"
  },
  "instagram_media_type": {
    "label": "Instagram Media Type",
    "format": "integer"
  },
  "published_timestamp": {
    "label": "Published Timestamp",
    "format": "integer"
  },
  "caption_created_at": {
    "label": "Caption Created At",
    "format": "integer"
  },
  "caption_is_edited": {
    "label": "Caption Is Edited",
    "format": "boolean"
  },
  "accessibility_caption": {
    "label": "Accessibility Caption",
    "format": "string"
  },
  "owner_is_private": {
    "label": "Owner Is Private",
    "format": "boolean"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

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