# Audit Paid Partnerships in an Instagram Feed

**Use case:** 

Instagram posts scraper for partnership compliance: flag every paid partnership and sponsor tag on a creator's feed. For FTC disclosure and brand safety audits.

## Input

```json
{
  "profiles": [
    "natgeo"
  ],
  "results_type": "both",
  "max_items_per_profile": 100,
  "strict_author_match": true,
  "enrich_reel_transcripts": false,
  "skip_pinned": false,
  "tagged_per_profile": 0,
  "comments_per_post": 0,
  "replies_per_comment": 0,
  "story_highlights": false,
  "stories_per_album": 0,
  "include_tagged_posts": false,
  "max_tagged_per_profile": 0,
  "include_comments": false,
  "max_comments_per_post": 10,
  "include_comment_replies": false,
  "max_replies_per_comment": 10,
  "include_story_highlights": false,
  "include_highlight_details": false,
  "max_highlight_items_per_album": 0,
  "include_deltas": false,
  "trim": false
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "created_at": {
    "label": "Posted",
    "format": "date"
  },
  "author.handle": {
    "label": "Author handle",
    "format": "text"
  },
  "author.name": {
    "label": "Author name",
    "format": "text"
  },
  "author.verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "stats.views": {
    "label": "Views",
    "format": "number"
  },
  "stats.ig_plays": {
    "label": "IG plays",
    "format": "number"
  },
  "stats.fb_plays": {
    "label": "FB plays",
    "format": "number"
  },
  "stats.video_views": {
    "label": "Video views (legacy)",
    "format": "number"
  },
  "stats.likes": {
    "label": "Likes",
    "format": "number"
  },
  "stats.comments": {
    "label": "Comments",
    "format": "number"
  },
  "stats.shares": {
    "label": "Shares (private)",
    "format": "number"
  },
  "stats.saves": {
    "label": "Saves (private)",
    "format": "number"
  },
  "stats.reposts": {
    "label": "Reposts (private)",
    "format": "number"
  },
  "stats.engagement_total": {
    "label": "Engagement total",
    "format": "number"
  },
  "stats.likes_disabled": {
    "label": "Likes hidden",
    "format": "boolean"
  },
  "stats.comments_disabled": {
    "label": "Comments off",
    "format": "boolean"
  },
  "video.url_no_watermark": {
    "label": "Video URL",
    "format": "link"
  },
  "video.url_alt": {
    "label": "Video URL (alt/DASH)",
    "format": "text"
  },
  "video.duration_ms": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "video.width": {
    "label": "Video width",
    "format": "number"
  },
  "video.height": {
    "label": "Video height",
    "format": "number"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "is_paid_partnership": {
    "label": "Paid partnership",
    "format": "boolean"
  },
  "music.title": {
    "label": "Music title",
    "format": "text"
  },
  "music.author": {
    "label": "Music author",
    "format": "text"
  },
  "music.id": {
    "label": "Music ID",
    "format": "text"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  },
  "carousel_slides": {
    "label": "Carousel slides",
    "format": "text"
  },
  "_metadata.source_endpoint": {
    "label": "Source endpoint",
    "format": "text"
  },
  "_metadata.page": {
    "label": "Page",
    "format": "number"
  },
  "_metadata.fetched_at": {
    "label": "Fetched at",
    "format": "date"
  },
  "_metadata.input_identifier": {
    "label": "Queried input",
    "format": "text"
  },
  "post_shortcode": {
    "label": "Parent post shortcode",
    "format": "text"
  },
  "post_url": {
    "label": "Parent post URL",
    "format": "link"
  },
  "parent_comment_id": {
    "label": "Parent comment ID",
    "format": "text"
  },
  "text": {
    "label": "Comment / reply text",
    "format": "text"
  },
  "like_count": {
    "label": "Comment likes",
    "format": "number"
  },
  "reply_count": {
    "label": "Comment replies",
    "format": "number"
  },
  "title": {
    "label": "Highlight title",
    "format": "text"
  },
  "cover_thumbnail_url": {
    "label": "Highlight cover",
    "format": "image"
  },
  "highlight_id": {
    "label": "Highlight ID",
    "format": "text"
  },
  "code": {
    "label": "Story code",
    "format": "text"
  },
  "media_type": {
    "label": "Story media type",
    "format": "text"
  },
  "taken_at": {
    "label": "Story taken at",
    "format": "date"
  },
  "image_url": {
    "label": "Story image URL",
    "format": "link"
  },
  "video_url": {
    "label": "Story video URL",
    "format": "link"
  },
  "video_duration_ms": {
    "label": "Story duration (ms)",
    "format": "number"
  },
  "author.account_type": {
    "label": "Account type",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "is_pinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "location.name": {
    "label": "Location",
    "format": "text"
  },
  "location.lat": {
    "label": "Latitude",
    "format": "number"
  },
  "location.lng": {
    "label": "Longitude",
    "format": "number"
  },
  "stats.deltas.views": {
    "label": "Δ Views since last run",
    "format": "number"
  },
  "stats.deltas.likes": {
    "label": "Δ Likes since last run",
    "format": "number"
  },
  "stats.deltas.comments": {
    "label": "Δ Comments since last run",
    "format": "number"
  },
  "stats.deltas.hours_since_prior": {
    "label": "Hours since prior observation",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Posts, Reels & Comments Scraper [NO LOGIN] ✅](https://apify.com/unseenuser/ig-posts.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/ig-posts.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/unseenuser/ig-posts.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
