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.
| № | Feed | What it reads | Stage |
|---|---|---|---|
| F-01 | FDA Food Recalls | openFDA food enforcement: recall number, firm, product, reason, classification, distribution, report date. | Live |
| F-02 | EPA ECHO Facilities | EPA ECHO: facility name, registry ID, address, permit status, inspections, recent violations by program. | Live |
| F-03 | SAM Opportunities | SAM.gov: notice ID, title, agency, NAICS, type, posted and response dates, set-aside, solicitation link. | Live |
| F-04 | Federal Spending | USAspending.gov: award ID, recipient, awarding agency, action date, and amount. | Live |