# YouTube Creator Portfolio Planner — example

**Use case:** 

Run a small curated real upstream snapshot and inspect the resulting creator assessment records. Source capture dates remain in the input; this example does not fetch a new upstream scrape.

## Input

```json
{
  "items": [
    {
      "requestedChannel": "@mkbhd",
      "requestedChannelId": "UCBJycsmduvYEL83R_U4JriQ",
      "requestedCanonicalChannelUrl": "http://www.youtube.com/@mkbhd",
      "similarChannelId": "UCG7J20LhUeLl6y_Emi7OJrA",
      "similarChannelName": "The Studio",
      "similarSubscriberCountText": "1.15M subscribers",
      "widgetPosition": 1,
      "source": "about-page-similar-channels-widget",
      "status": "ok",
      "confidence": "display-text",
      "partial": false,
      "action": "ingest",
      "error": null,
      "checkedAt": "2026-09-22T05:46:32.738Z",
      "_exampleProvenance": {
        "sourceActorId": "sMokIFjXOK7W7zbfU",
        "sourceRunId": "cJ6Tezu4odFHY9tDM",
        "sourceDatasetId": "wm2PnJsPBGeG68p3T",
        "curatedPublicSnapshot": true,
        "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
      }
    },
    {
      "requestedChannel": "@mkbhd",
      "requestedChannelId": "UCBJycsmduvYEL83R_U4JriQ",
      "requestedCanonicalChannelUrl": "http://www.youtube.com/@mkbhd",
      "similarChannelId": "UC2J-0g_nxlwcD9JBK1eTleQ",
      "similarChannelName": "Auto Focus",
      "similarSubscriberCountText": "1.27M subscribers",
      "widgetPosition": 2,
      "source": "about-page-similar-channels-widget",
      "status": "ok",
      "confidence": "display-text",
      "partial": false,
      "action": "ingest",
      "error": null,
      "checkedAt": "2026-09-22T05:46:32.738Z",
      "_exampleProvenance": {
        "sourceActorId": "sMokIFjXOK7W7zbfU",
        "sourceRunId": "cJ6Tezu4odFHY9tDM",
        "sourceDatasetId": "wm2PnJsPBGeG68p3T",
        "curatedPublicSnapshot": true,
        "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
      }
    },
    {
      "requestedChannel": "@mkbhd",
      "requestedChannelId": "UCBJycsmduvYEL83R_U4JriQ",
      "requestedCanonicalChannelUrl": "http://www.youtube.com/@mkbhd",
      "similarChannelId": "UCEcrRXW3oEYfUctetZTAWLw",
      "similarChannelName": "WVFRM Podcast",
      "similarSubscriberCountText": "529K subscribers",
      "widgetPosition": 3,
      "source": "about-page-similar-channels-widget",
      "status": "ok",
      "confidence": "display-text",
      "partial": false,
      "action": "ingest",
      "error": null,
      "checkedAt": "2026-09-22T05:46:32.738Z",
      "_exampleProvenance": {
        "sourceActorId": "sMokIFjXOK7W7zbfU",
        "sourceRunId": "cJ6Tezu4odFHY9tDM",
        "sourceDatasetId": "wm2PnJsPBGeG68p3T",
        "curatedPublicSnapshot": true,
        "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
      }
    },
    {
      "requestedChannel": "@mkbhd",
      "requestedChannelId": "UCBJycsmduvYEL83R_U4JriQ",
      "requestedCanonicalChannelUrl": "http://www.youtube.com/@mkbhd",
      "similarChannelId": "UCc_ycus0q7DSd85ZkmEY5ig",
      "similarChannelName": "Waveform Clips",
      "similarSubscriberCountText": "544K subscribers",
      "widgetPosition": 4,
      "source": "about-page-similar-channels-widget",
      "status": "ok",
      "confidence": "display-text",
      "partial": false,
      "action": "ingest",
      "error": null,
      "checkedAt": "2026-09-22T05:46:32.738Z",
      "_exampleProvenance": {
        "sourceActorId": "sMokIFjXOK7W7zbfU",
        "sourceRunId": "cJ6Tezu4odFHY9tDM",
        "sourceDatasetId": "wm2PnJsPBGeG68p3T",
        "curatedPublicSnapshot": true,
        "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
      }
    },
    {
      "requestedChannel": "@mkbhd",
      "requestedChannelId": "UCBJycsmduvYEL83R_U4JriQ",
      "requestedCanonicalChannelUrl": "http://www.youtube.com/@mkbhd",
      "similarChannelId": "UCKQCaDW4LqL3l1ai8yisvUw",
      "similarChannelName": "20syl",
      "similarSubscriberCountText": "233K subscribers",
      "widgetPosition": 5,
      "source": "about-page-similar-channels-widget",
      "status": "ok",
      "confidence": "display-text",
      "partial": false,
      "action": "ingest",
      "error": null,
      "checkedAt": "2026-09-22T05:46:32.738Z",
      "_exampleProvenance": {
        "sourceActorId": "sMokIFjXOK7W7zbfU",
        "sourceRunId": "cJ6Tezu4odFHY9tDM",
        "sourceDatasetId": "wm2PnJsPBGeG68p3T",
        "curatedPublicSnapshot": true,
        "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
      }
    }
  ],
  "maxInputRows": 100,
  "maxResults": 10,
  "audienceMin": 0
}
```

## Output

```json
{
  "entityId": {
    "label": "entityId",
    "format": "text"
  },
  "found": {
    "label": "found",
    "format": "boolean"
  },
  "status": {
    "label": "status",
    "format": "text"
  },
  "action": {
    "label": "action",
    "format": "text"
  },
  "confidence": {
    "label": "confidence",
    "format": "text"
  },
  "partial": {
    "label": "partial",
    "format": "boolean"
  },
  "evidence": {
    "label": "evidence",
    "format": "array"
  },
  "sourceDatasetId": {
    "label": "sourceDatasetId",
    "format": "text"
  },
  "sourceRunId": {
    "label": "sourceRunId",
    "format": "text"
  },
  "sourceRowIndexes": {
    "label": "sourceRowIndexes",
    "format": "array"
  },
  "sourceCoverage": {
    "label": "sourceCoverage",
    "format": "text"
  },
  "observedAt": {
    "label": "observedAt",
    "format": "date"
  },
  "processedAt": {
    "label": "processedAt",
    "format": "date"
  },
  "reason": {
    "label": "reason",
    "format": "text"
  },
  "error": {
    "label": "error",
    "format": "text"
  },
  "channelId": {
    "label": "channelId",
    "format": "text"
  },
  "channelName": {
    "label": "channelName",
    "format": "text"
  },
  "seedChannels": {
    "label": "seedChannels",
    "format": "text"
  },
  "seedOverlapCount": {
    "label": "seedOverlapCount",
    "format": "text"
  },
  "duplicateSeedMentionCount": {
    "label": "duplicateSeedMentionCount",
    "format": "text"
  },
  "subscriberCount": {
    "label": "subscriberCount",
    "format": "text"
  },
  "subscriberCountApproximate": {
    "label": "subscriberCountApproximate",
    "format": "text"
  },
  "subscriberCountHidden": {
    "label": "subscriberCountHidden",
    "format": "text"
  },
  "subscriberCountConflict": {
    "label": "subscriberCountConflict",
    "format": "text"
  },
  "audienceBand": {
    "label": "audienceBand",
    "format": "text"
  },
  "topics": {
    "label": "topics",
    "format": "text"
  },
  "shortlistRank": {
    "label": "shortlistRank",
    "format": "text"
  },
  "subscriberCountState": {
    "label": "subscriberCountState",
    "format": "text"
  },
  "subscriberSelectionReason": {
    "label": "subscriberSelectionReason",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Creator Portfolio Planner](https://apify.com/zinin/youtube-creator-portfolio-planner.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/youtube-creator-portfolio-planner.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/zinin/youtube-creator-portfolio-planner.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`).
