Public-record feeds

Read straight from the source.

Standing feeds that pull from official US government and standards APIs. Each runs on a schedule you set, and an incremental what-changed-since-last-run mode means you only handle the rows that moved. You pay for the delta, not the whole pile again.

Incremental mode

You only handle the rows that moved.

The first run reads the full window you ask for. After that, each feed remembers the high-water mark from the last run and asks the source only for records newer than that. A daily FDA recall feed does not re-download the whole year; it returns the handful of recalls that posted since yesterday, and nothing else.

FeedWhat it readsStage
F-01FDA Food RecallsopenFDA food enforcement: recall number, firm, product, reason, classification, distribution, report date.Live
F-02EPA ECHO FacilitiesEPA ECHO: facility name, registry ID, address, permit status, inspections, recent violations by program.Live
F-03SAM OpportunitiesSAM.gov: notice ID, title, agency, NAICS, type, posted and response dates, set-aside, solicitation link.Live
F-04Federal SpendingUSAspending.gov: award ID, recipient, awarding agency, action date, and amount.Live