Search 100 packaged federal government contract awards from USAspending
Search 100 packaged federal government contract awards from USAspending.gov with a live source link for every award ID.
10000 (raw units)
price
6
calls / 30d
5
unique payers
2026-09-08
updated
Provider
ai-data-marketplace-1042299154756.us-central1.run.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"agency": "Department of Defense",
"vendor_name": "Space Exploration Technologies"
},
"type": "http"
},
"output": {
"example": {
"count": 100,
"data": [
{
"agency": "US Gov",
"award_id": "CONT_AWD_HT940216C0001_9700_-NONE-_-NONE-",
"description": "IGF::OT::IGF",
"recipient": "Unknown",
"source_url": "https://api.usaspending.gov/api/v2/awards/CONT_AWD_HT940216C0001_9700_-NONE-_-NONE-/"
}
],
"marketplace_metadata": {
"availability": "operational",
"billable": true,
"data_mode": "curated_snapshot",
"source": "USAspending.gov snapshot; all 100 award IDs API-verified on 2026-08-02"
},
"source": "USAspending.gov award records",
"source_verified_count": 100,
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"agency": {
"description": "Federal agency name.",
"type": "string"
},
"vendor_name": {
"description": "Name of the winning vendor.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"data": {
"items": {
"additionalProperties": true,
"properties": {
"agency": {
"type": "string"
},
"award_id": {
"type": "string"
},
"description": {
"type": "string"
},
"recipient": {
"type": "string"
},
"source_url": {
"type": "string"
}
},
"required": [
"award_id",
"recipient",
"description",
"agency",
"source_url"
],
"type": "object"
},
"type": "array"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"source": {
"type": "string"
},
"source_verified_count": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_verified_count",
"count",
"data",
"marketplace_metadata"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/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://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/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://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/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/3217.json, and this resource appears in /discovery/resources and /discovery/search.