# Recurring Utility Check for Apify Datasets

**Use case:** 

Tracks and exports the latest signals from specified sources, providing structured records with source evidence and confidence metrics.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "monitor-recurring-signals",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://docs.apify.com/platform/storage/dataset",
      "sourceId": "APIFY-DATASETS",
      "userData": {
        "sourceId": "APIFY-DATASETS"
      }
    },
    {
      "url": "https://developers.google.com/workspace/sheets/api",
      "sourceId": "GOOGLE-SHEETS",
      "userData": {
        "sourceId": "GOOGLE-SHEETS"
      }
    },
    {
      "url": "https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks",
      "sourceId": "SLACK-WEBHOOK",
      "userData": {
        "sourceId": "SLACK-WEBHOOK"
      }
    }
  ],
  "maxItems": 25,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "evidenceUrl": {
    "label": "Evidence Url",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dataset to Sheets & Webhook Exporter](https://apify.com/zentrafoundry/dataset-to-sheets-webhook-exporter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/dataset-to-sheets-webhook-exporter) to learn more, explore other use cases, and run it yourself.