# Daily Local Business Lead Enrichment Monitor

**Use case:** 

Receive daily updates on local business leads normalized for CRM. Data includes source URLs and action-ready context for effective decision-making.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [
    {
      "url": "https://apify.com/apify/google-maps-scraper",
      "sourceId": "APIFY-GOOGLE-MAPS-SCRAPER",
      "userData": {
        "sourceId": "APIFY-GOOGLE-MAPS-SCRAPER"
      }
    },
    {
      "url": "https://github.com/google/libphonenumber",
      "sourceId": "LIBPHONENUMBER",
      "userData": {
        "sourceId": "LIBPHONENUMBER"
      }
    },
    {
      "url": "https://openrefine.org/docs/technical-reference/reconciliation-api",
      "sourceId": "OPENREFINE-RECONCILIATION",
      "userData": {
        "sourceId": "OPENREFINE-RECONCILIATION"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "APIFY-GOOGLE-MAPS-SCRAPER",
    "LIBPHONENUMBER",
    "OPENREFINE-RECONCILIATION"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Business Lead Enricher](https://apify.com/zentrafoundry/local-business-lead-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/local-business-lead-enricher) to learn more, explore other use cases, and run it yourself.