# Collect Instagram tagged posts for sponsorship review

**Use case:** 

Gather tagged media around a creator to review later, including any exposed paid-partnership flags and sponsor tags in full JSON. This collects candidates and does not filter to sponsored posts only. Sponsorship metadata can be absent; no authenticity judgment or complete partnership history.

## Input

```json
{
  "profiles": [
    "mrbeast"
  ],
  "resultsLimit": 20,
  "maxPages": 1
}
```

## Output

```json
{
  "display_url": {
    "label": "Preview",
    "format": "string"
  },
  "tagged_username": {
    "label": "Tagged profile",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "media_type": {
    "label": "Media type",
    "format": "string"
  },
  "product_type": {
    "label": "Product type",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "url": {
    "label": "Instagram URL",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "taken_at": {
    "label": "Published at",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner",
    "format": "string"
  },
  "owner_is_verified": {
    "label": "Verified owner",
    "format": "boolean"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "play_count": {
    "label": "Plays",
    "format": "integer"
  },
  "view_count": {
    "label": "Views",
    "format": "integer"
  },
  "share_count": {
    "label": "Shares",
    "format": "integer"
  },
  "duration_seconds": {
    "label": "Duration",
    "format": "number"
  },
  "id": {
    "label": "Media ID",
    "format": "string"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Tagged Posts | $0.4/1K + $0.002/Profile on Starter](https://apify.com/publicsignallabs/instagram-tagged-posts.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/publicsignallabs/instagram-tagged-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/publicsignallabs/instagram-tagged-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`).
