US federal contracting profile for a company: total awarded, top agencies, concentration,
US federal contracting profile for a company: total awarded, top agencies, concentration, recompete windows.
30000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"recipient": "Lockheed Martin",
"years": 5
},
"type": "http"
},
"output": {
"example": {
"agencyShare": {
"agenciesReturned": 12,
"basis": "percent of dollars across the awarding agencies returned by this query",
"denominator": 295889545805.62,
"truncated": false
},
"degraded": false,
"disclaimer": "Derived from public USAspending.gov data and provided as is, without any warranty of accuracy, completeness or fitness for a particular purpose. Figures are a snapshot taken at retrievedAt and the und…",
"matched": {
"name": "LOCKHEED MARTIN CORPORATION",
"totalAwarded": 114106914490.78
},
"query": {
"lookbackYears": 5,
"recipient": "Lockheed Martin"
},
"retrievedAt": "2026-09-09T00:53:15.616Z",
"signals": [
"Highly concentrated: about 98.4% of awarded dollars come from a single agency (Department of Defense). Revenue is exposed to one customer.",
"15 of the top 25 awards are still within their period of performance.",
"…2 more"
],
"source": "USAspending.gov",
"topAgencies": [
{
"agency": "Department of Defense",
"amount": 291039564659.41,
"share": 98.4
},
{
"agency": "National Aeronautics and Space Administration",
"amount": 3641971807.29,
"share": 1.2
}
],
"topAwards": [
{
"agency": "Department of Energy",
"amount": 48063737196.35,
"awardId": "DEAC0494AL85000",
"description": null,
"endDate": "2017-04-30",
"recipient": "LOCKHEED MARTIN CORP",
"startDate": "1993-10-15"
},
{
"agency": "Department of Defense",
"amount": 35135514910.2,
"awardId": "N0001917C0001",
"description": "LRIP LOT 12 ADVANCE ACQUISITION CONTRACT",
"endDate": "2031-03-31",
"recipient": "LOCKHEED MARTIN CORPORATION",
"startDate": "2017-11-17"
}
],
"totals": {
"distinctRecipientsMatched": 100,
"recipientsTruncated": true,
"topAwardsReturned": 25,
"totalAcrossReturnedAgencies": 295889545805.62,
"totalAcrossReturnedRecipients": 295995012619.7
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"recipient": {
"description": "Company name to look up",
"type": "string"
},
"years": {
"description": "Lookback window in years, default 5",
"type": "integer"
}
},
"required": [
"recipient"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"agencyShare": {
"properties": {
"agenciesReturned": {
"type": "integer"
},
"basis": {
"type": "string"
},
"denominator": {
"type": "number"
},
"truncated": {
"type": "boolean"
}
},
"type": "object"
},
"degraded": {
"type": "boolean"
},
"disclaimer": {
"type": "string"
},
"matched": {
"properties": {
"name": {
"type": "string"
},
"totalAwarded": {
"type": "number"
}
},
"type": "object"
},
"query": {
"properties": {
"lookbackYears": {
"type": "integer"
},
"recipient": {
"type": "string"
}
},
"type": "object"
},
"retrievedAt": {
"type": "string"
},
"signals": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"topAgencies": {
"items": {
"properties": {
"agency": {
"type": "string"
},
"amount": {
"type": "number"
},
"share": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"topAwards": {
"items": {
"properties": {
"agency": {
"type": "string"
},
"amount": {
"type": "number"
},
"awardId": {
"type": "string"
},
"description": {
"type": [
"null",
"string"
]
},
"endDate": {
"type": "string"
},
"recipient": {
"type": "string"
},
"startDate": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"totals": {
"properties": {
"distinctRecipientsMatched": {
"type": "integer"
},
"recipientsTruncated": {
"type": "boolean"
},
"topAwardsReturned": {
"type": "integer"
},
"totalAcrossReturnedAgencies": {
"type": "number"
},
"totalAcrossReturnedRecipients": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/contracts" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/contracts");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/contracts")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7832.json, and this resource appears in /discovery/resources and /discovery/search.