← Back to catalog
sam.entity_search
mock data$0.002 / callSAM.gov Entity Search
Search 700K+ registered US federal contractors and grantees by company name, state, or NAICS code. Returns UEI (Unique Entity Identifier), CAGE code, registration status, business types (Small Business, 8(a), HUBZone, WOSB, Veteran-Owned), and NAICS codes. Source: SAM.gov (GSA).
Input schema
namerequired
stringCompany or organization name to search (e.g. "Lockheed", "Google", "Deloitte"). Supports partial match.
limit
integerNumber of results (1-25, default 10)
state
stringUS state code to filter (e.g. VA, CA, TX)
naics_code
stringNAICS industry code to filter (e.g. 541512 for Computer Systems Design)
Call via REST
curl -X POST https://unifyapi.pro/api/call/sam.entity_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0,"state":"<state>","naics_code":"<naics_code>"}'