Policy & Funding Radar: Bills, Rules & Grants avatar

Policy & Funding Radar: Bills, Rules & Grants

Pricing

Pay per usage

Go to Apify Store
Policy & Funding Radar: Bills, Rules & Grants

Policy & Funding Radar: Bills, Rules & Grants

Search one keyword across Congress bills, new federal regulations, and open federal grant opportunities in one combined report. For government-affairs, lobbying, and grant-seeking teams checking three portals at once.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

15 hours ago

Last modified

Categories

Share

Policy & Funding Radar: Bills, Rules & Grants by Keyword

Give it a keyword. Get back one combined report: matching U.S. Congress bills, new Federal Register regulations, and open Grants.gov funding opportunities: three government portals, one search.

Who this is for

  • Government-affairs and lobbying teams tracking legislative and regulatory activity on an issue.
  • Nonprofits, universities, and research orgs scanning for both policy developments and funding opportunities on the same topic.
  • Policy researchers and journalists who currently check congress.gov, federalregister.gov, and grants.gov separately for the same story.

Input

FieldTypeDescription
keywordsarrayOne search per keyword, e.g. ["data centers", "broadband"].
daysBackinteger (default 30)How far back to search across all three sources.
maxResultsPerSourceinteger (default 10)Cap on results per source, per keyword.
{
"keywords": ["data centers"],
"daysBack": 30
}

Output

One record per keyword:

{
"keyword": "data centers",
"daysBack": 30,
"congressBills": [
{ "billNumber": "H.R. 1234", "title": "...", "status": "Introduced", "sponsorName": "...", "link": "..." }
],
"federalRegisterDocuments": [
{ "documentNumber": "2026-12345", "title": "...", "type": "Rule", "agencies": ["Department of Energy"], "publicationDate": "2026-09-10", "htmlUrl": "..." }
],
"grantOpportunities": [
{ "opportunityNumber": "...", "title": "...", "agency": "...", "openDate": "09/01/2026", "closeDate": "11/01/2026", "opportunityUrl": "..." }
],
"totalItems": 7,
"sourceErrors": [],
"checkedAt": "2026-09-19T12:00:00.000Z"
}

If one source fails (a portal outage, for example) the other two still return normally: sourceErrors lists which source(s) failed and why, rather than failing the whole keyword.

How it works

Three official, direct API calls per keyword, no scraping, no proxy:

Pricing note

Billed per keyword searched, not per item returned: one charge covers the combined lookup across Congress bills, federal regulations, and grant opportunities for that keyword, whether it turns up zero results or dozens across all three sources.