# Daily New Franchise Expansion Monitor

**Use case:** 

Track new franchise and location expansion opportunities. Receive daily reports on tender notices, including buyers and deadlines.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "monitor-new-signals",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 25,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "expansionType": {
    "label": "Expansion Type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "evidenceDate": {
    "label": "Evidence Date",
    "format": "array"
  },
  "expectedOpeningWindow": {
    "label": "Expected Opening Window",
    "format": "string"
  },
  "hiringSignal": {
    "label": "Hiring Signal",
    "format": "string"
  },
  "permitSignal": {
    "label": "Permit Signal",
    "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"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Franchise / New Location Expansion Monitor](https://apify.com/zentrafoundry/franchise-new-location-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/franchise-new-location-monitor) to learn more, explore other use cases, and run it yourself.