source_monitor_diff
Identify newly added job postings by comparing current provider postings with a previous snapshot.
Instructions
Detect new job postings since a previous snapshot.
Fetches current postings for the provider+key and compares source_ids against
the previously saved snapshot at prev_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider id (e.g. ``"greenhouse"``). | |
| key | Yes | Provider-specific key. | |
| prev_path | Yes | Path to the snapshot file written by ``monitor_snapshot``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | ||
| key | Yes | ||
| new_jobs | No | ||
| new_count | Yes | ||
| total_count | Yes |