SAM.gov API rate limits: 10/day vs 1,000/day, and what actually requires entity registration

Every few weeks a developer discovers the SAM.gov opportunities API, builds a poller, and hits a wall the same afternoon: a personal API key gets 10 requests per day (as of 2026-08-17, per GovConAPI's rate-limit writeup and GSA FSD answers). Not 10 per minute. Per day.

The three tiers

Key typeDaily requestsWhat it takes
Personal key (non-federal)10Free account, instant
Entity-registered system account1,000UEI entity registration: a 2–3 week government process
Federal system account10,000Being a federal system

Two more gotchas: the API returns description as a link, so reading each notice's text costs an extra call from the same daily budget; and pagination costs calls too.

What GSA actually recommends

GSA's own FSD guidance points higher-volume users at the free daily bulk extracts of Contract Opportunities data — a full snapshot, no key, no quota. The catch: it's a large CSV you must download, parse, dedupe, and diff yourself, every day.

Your options, honestly