PSC Code Lookup API: Federal Product/Service Code resolution: text in, PSC code + — USAspending and NIH RePORTER
Federal Product/Service Code resolution: text in, PSC code + description out. The what-was-bought identifier for US federal award filtering. Free, no key.
Free — no key, no signup, rate-limited to 60 calls per minute per client.
How do you call it?
GET /v1/funding/psc — product id
funding_psc_lookup. Over MCP, call answerpool_get with
product_id=funding_psc_lookup.
curl "https://answerpool.io/v1/funding/psc?q=engineering"
Live call: https://answerpool.io/v1/funding/psc?q=engineering · JSON sample: /v1/samples/funding_psc_lookup
What does the answer look like?
A representative response, the same static sample served at /v1/samples/funding_psc_lookup.
as_of | 2026-09-03T02:00:00Z |
|---|---|
count | 1 |
disclaimer | Reference data from USAspending.gov (US federal public domain); not procurement advice. |
refresh_after | 2026-09-18T00:00:00.000Z |
matches
| code | description | retired |
|---|---|---|
| AC13 | National Defense R&D Services; Department of Defense - Military; Experimental Development | false |
The same sample as raw JSON
{
"as_of": "2026-09-03T02:00:00Z",
"count": 1,
"matches": [
{
"code": "AC13",
"description": "National Defense R&D Services; Department of Defense - Military; Experimental Development",
"retired": false
}
],
"disclaimer": "Reference data from USAspending.gov (US federal public domain); not procurement advice.",
"refresh_after": "2026-09-18T00:00:00.000Z"
}How fresh is it, and where does the data come from?
The fastest source behind this answer can change daily, so every response carries a refresh_after timestamp — right now it would be 2026-09-18T00:00:00.000Z. Schedule the next call on that value rather than on a guess.
- USAspending (US federal public domain) — upstream:
https://api.usaspending.gov/api/v2
Method version 0.1.0 ·
serving cache 7 days ·
every response carries a result_id you can resolve at
/v1/provenance.
When should you use it?
You need to filter federal awards by what was purchased and have only a description.
What you skip building
- GSA PSC manual PDFs
- guessing codes
When should you not use it?
Industry-of-seller filtering — that is NAICS (/v1/funding/naics).
Where else can you find this?
- Catalog entry (JSON, free)
- OpenAPI schema — input and output types, prices, the 402 flow
- llms.txt — every product in one plain-text document