# Facebook Groups Lead Change Tracker

**Use case:** 

Monitor deadline changes in Facebook group leads. Receive buyer-ready records with source evidence for informed decision-making.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "track-changes",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "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 [Facebook Groups Lead & Sentiment Miner](https://apify.com/zentrafoundry/facebook-groups-lead-sentiment-miner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/facebook-groups-lead-sentiment-miner) to learn more, explore other use cases, and run it yourself.