# Grant & Tender Opportunity Tracker

**Use case:** 

Stay updated on new grant opportunities. Receive details on titles, deadlines, eligibility, and award amounts directly to your inbox.

## Input

```json
{
  "urls": [
    "https://www.grants.gov/search-grants",
    "https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/calls-for-proposals",
    "https://ted.europa.eu/en/",
    "https://sam.gov/search/?index=opp",
    "https://www.find-government-grants.service.gov.uk/grants"
  ],
  "exactUrlsOnly": false,
  "useCase": "grants",
  "model": "claude-haiku-4-5-20251001",
  "customPrompt": "For each new opportunity, give the title, deadline, eligibility and award amount if stated; lead with the nearest deadlines.",
  "companyAnalysis": "on-first-run",
  "notifyThreshold": "notable",
  "notifyOnQuietRun": true,
  "outputEmail": "me@example.com",
  "slackChannel": "#competitor-watch",
  "notionParentPage": "1a2b3c4d5e6f7081920a1b2c3d4e5f60",
  "resetBaseline": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "pageType": {
    "label": "Page type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "significance": {
    "label": "Significance",
    "format": "integer"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Change Monitor — AI Alerts to Email/Slack](https://apify.com/inovaflow/website-change-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/website-change-tracker) to learn more, explore other use cases, and run it yourself.