US Grants.gov New Funding Opportunity Watch avatar

US Grants.gov New Funding Opportunity Watch

Pricing

from $33.50 / 1,000 grant opportunity deltas

Go to Apify Store
US Grants.gov New Funding Opportunity Watch

US Grants.gov New Funding Opportunity Watch

Every newly posted federal funding opportunity on Grants.gov, as it appears. Sourced from the public Grants.gov Search2 and FetchOpportunity APIs, logged-out, no key.

Pricing

from $33.50 / 1,000 grant opportunity deltas

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Every newly posted federal funding opportunity on Grants.gov, as it appears.

## Source
Grants.gov public Search2 and FetchOpportunity APIs (public, logged-out)
- https://api.grants.gov/v1/api/search2
  • https://api.grants.gov/v1/api/fetchOpportunity

    Public, logged-out only — no API key, login, cookie or CAPTCHA.
    ## The eight delta types
    | value | fires when |
    |---|---|
    | `new-opportunity` | an opportunity appears in the watched set |
    | `forecast-to-posted` | status moves `forecasted``posted` |
    | `deadline-amendment` | the close date or synopsis response date moves |
    | `funding-range-change` | award ceiling, floor, estimated funding, number of awards or cost sharing changes |
    | `eligibility-change` | the set of eligible applicant types changes |
    | `opportunity-cancellation` | status moves into closed/archived/withdrawn, or the record is delisted |
    | `agency-program` | the agency, agency code or CFDA programme list changes |
    | `opportunity-document-change` | the attached document set changes |
    Leave `delta_types` empty for all eight. Every emitted delta carries `delta_kinds`
    naming which ones it satisfied.
    The last three need a per-opportunity detail read. Selecting any of them narrows
    the watched set to `max_detail_reads` opportunities, newest first, and uses a
    separate baseline — so a list-mode baseline is never diffed against a detail-mode
    read.
    ## Pricing
    | Event | Price (FREE tier) |
    |---|---|
    | Actor start (`apify-actor-start`) | $0.02 one-time |
    | Source check (`source-check`) | $0.10 |

| Per delta (grant-opportunity-delta) | $0.05 |

`source-check` ladder, GOLD-floored: **$0.10 / $0.09 / $0.08 / $0.067**.
Charged once per run after the source enumeration terminates — seed runs and
genuine-zero runs included. It is **not** charged when the source refused the read.
The per-delta value event (`grant-opportunity-delta`) is the **primary** event and is priced at **$0.05 per delta** at the FREE tier. Ladder, GOLD-floored: **$0.05 / $0.045 / $0.04 / $0.0335** (FREE / BRONZE / SILVER / GOLD-PLATINUM-DIAMOND). `source-check` still charges; it is no longer the headline event. Billed deltas are capped at 500 per run and any overflow is reported as a withholding rather than charged.
## Snapshot mode is a PREVIEW
`watch_mode: false` returns at most **25 records**, hard-capped in code, labeled
`output_mode: "preview"`. This actor sells change detection, not bulk export.
## Watch semantics
The first watch run stores a private baseline and emits **zero** deltas. Billed
deltas are capped at 500 per run; the overflow is a named PARTIAL withholding,
never billed, and re-detected next run. When a read is truncated, `REMOVED` is
suppressed rather than reported as a cancellation.
## Terminal states
`NORMAL` · `SUCCEEDED-0: GENUINE_EMPTY` · `SUCCEEDED-0` (no change) · `PARTIAL` · `BLOCKED`.
A zero with no evidence FAILS loud rather than exiting 0 quietly.

One delta type per Actor

This Actor watches new-opportunity and nothing else. The other delta types in this family are separate Actors, each with its own price and its own baseline — so you pay for the feed you want and no other.