# Monitor a green card caseload for Visa Bulletin movement

**Use case:** 

Watch many category and country combinations at once and get alerted only when a cutoff advances, retrogresses, or becomes Current. Schedule it monthly.

## Input

```json
{
  "listAvailableOptions": false,
  "category": "EB-2",
  "country": "India",
  "dateType": "final_action",
  "priorityDate": "2019-03-15",
  "month": "latest",
  "targets": [
    {
      "label": "Client A - EB2 India",
      "category": "EB-2",
      "country": "India",
      "dateType": "final_action",
      "priorityDate": "2013-01-01"
    },
    {
      "label": "Client B - EB3 China",
      "category": "EB-3",
      "country": "China",
      "dateType": "final_action"
    },
    {
      "label": "Client C - F2A Mexico",
      "category": "F2A",
      "country": "Mexico",
      "dateType": "dates_for_filing"
    }
  ],
  "monitorMode": true,
  "watchlistId": "my-clients",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "label": {
    "label": "Label",
    "format": "text"
  },
  "chart": {
    "label": "Chart",
    "format": "text"
  },
  "dateType": {
    "label": "Date type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "bulletinMonth": {
    "label": "Bulletin",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "cutoff": {
    "label": "Cutoff",
    "format": "text"
  },
  "cutoffStatus": {
    "label": "Status",
    "format": "text"
  },
  "cutoffDate": {
    "label": "Cutoff (ISO)",
    "format": "text"
  },
  "priorityDate": {
    "label": "Priority date",
    "format": "text"
  },
  "isCurrent": {
    "label": "Current?",
    "format": "boolean"
  },
  "verdict": {
    "label": "Verdict",
    "format": "text"
  },
  "changeDetected": {
    "label": "Changed",
    "format": "boolean"
  },
  "movementKind": {
    "label": "Movement",
    "format": "text"
  },
  "daysMoved": {
    "label": "Days moved",
    "format": "number"
  },
  "changeSummary": {
    "label": "Change summary",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [US Visa Bulletin Priority Date Monitor](https://apify.com/nerolabs/us-visa-bulletin-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nerolabs/us-visa-bulletin-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/nerolabs/us-visa-bulletin-monitor.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
