ConsoleCatalog
Sign in
GrantWatch logo

GrantWatch

grantwatch.comGovernment Legalno auth

US grant listings, category browse, deadlines, and grant profiles.

Corporate Grant Listing

ASYNCREADNo auth

Returns corporate grant opportunities with IDs, titles, deadlines, and links.

ParametersFormJSON

GrantWatch category listing PHP path (e.g. corporation-grants.php)

Pagination page number; omit or use 1 for the first page

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_grantwatch_corporate_grant_listing",
    "params": {
      "category_slug": "corporation-grants.php",
      "pageNum": "1"
    }
  }'