# Review Press Release Narrative Shift Anomalies

**Use case:** 

Review Press Release Narrative Shift Anomalies. Use Press Release Narrative Shift Intelligence to produce structured decision-ready results with the existing preset inputs.

## Input

```json
{
  "currentItems": [
    {
      "releaseId": "p1",
      "company": "Acme Corp",
      "headline": "Acme expands AI platform in Europe",
      "topic": "AI Expansion",
      "geography": "Europe",
      "importanceScore": 95,
      "publishedAt": "2026-09-01"
    },
    {
      "releaseId": "p2",
      "company": "Acme Corp",
      "headline": "Acme launches enterprise agent suite",
      "topic": "AI Agents",
      "geography": "Global",
      "importanceScore": 90,
      "publishedAt": "2026-09-06"
    },
    {
      "releaseId": "p3",
      "company": "Beta Inc",
      "headline": "Beta opens new logistics hub",
      "topic": "Supply Chain",
      "geography": "US",
      "importanceScore": 72,
      "publishedAt": "2026-09-08"
    }
  ],
  "previousItems": [
    {
      "releaseId": "p0",
      "company": "Acme Corp",
      "headline": "Acme updates legacy analytics platform",
      "topic": "Analytics",
      "geography": "US",
      "importanceScore": 60,
      "publishedAt": "2026-06-01"
    },
    {
      "releaseId": "p3",
      "company": "Beta Inc",
      "headline": "Beta expands regional delivery",
      "topic": "Supply Chain",
      "geography": "US",
      "importanceScore": 68,
      "publishedAt": "2026-06-10"
    }
  ],
  "maxItems": 20000,
  "monthlyRuns": 1,
  "mcpToolName": "",
  "mcpToolArguments": {},
  "mcpFailOnError": false,
  "mcpActionPreset": "AUTO_SAFE_WRITE"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "recordCount": {
    "label": "Record Count",
    "format": "integer"
  },
  "previousRecordCount": {
    "label": "Previous Record Count",
    "format": "integer"
  },
  "newCount": {
    "label": "New Count",
    "format": "integer"
  },
  "removedCount": {
    "label": "Removed Count",
    "format": "integer"
  },
  "agentAction": {
    "label": "Agent Action",
    "format": "string"
  },
  "topSignals": {
    "label": "Top Signals",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Press Release Narrative Shift Intelligence](https://apify.com/quanmatrix/press-release-narrative-shift-intelligence.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/quanmatrix/press-release-narrative-shift-intelligence.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/quanmatrix/press-release-narrative-shift-intelligence.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`).
