Which companies just won federal money?
Which companies just won federal money? Bulk feed over USAspending prime awards (contracts + assistance), newest-first by action date — a funded-growth signal for the awardee. Flat rows, cursor-paginated up to 1000/page, filterable by NAICS, awarding agency, minimum amount, award kind, or since. Each row carries the awardee, agency, award amount (with a banded size bucket), NAICS, dates, and UEI. Observational public records as filed.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
262 msmedian answer time
$25.00listed price per call
$25.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/feeds/contract-awards
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $25.00 | 262 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"agency": "defense",
"naics": "5415",
"since": "2026-06-01"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"agency": {
"description": "Awarding agency or sub-agency name fragment.",
"examples": [
"defense"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNi0zMCIsImsiOiJDT05UXzEyMyJ9"
],
"type": "string"
},
"kind": {
"description": "contract | assistance (grants, loans, direct payments). CSV for both; default both.",
"examples": [
"contract"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_amount": {
"description": "Minimum award amount in USD.",
"examples": [
1000000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV. Example: '5415' covers IT services.",
"examples": [
"5415"
],
"type": "string"
},
"since": {
"description": "Only awards with an action date on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}