UnifyAPI
← Back to catalog

sam.entity_search

mock data$0.002 / call

SAM.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).

Government & Legalprovider: Sam#sam#government

Input schema

namerequired

Company or organization name to search (e.g. "Lockheed", "Google", "Deloitte"). Supports partial match.

string
limit

Number of results (1-25, default 10)

integer
state

US state code to filter (e.g. VA, CA, TX)

string
naics_code

NAICS industry code to filter (e.g. 541512 for Computer Systems Design)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.