US Executive Orders & Presidential Docs Tracker
Pricing
$10.00 / 1,000 presidential document extracteds
US Executive Orders & Presidential Docs Tracker
Pull all US Presidential Documents from the Federal Register API — Executive Orders, Proclamations, Memoranda, Determinations, Notices. One clean row per document, with EO number, signing date, publication date, abstract, plus PDF/HTML/raw-text URLs.
US Executive Orders Tracker — Federal Register
Daily-fresh dataset of every US Presidential Document — Executive Orders, Proclamations, Memoranda, Determinations, Notices — straight from the Federal Register's free public API. One clean row per document.
Built for journalists, policy analysts, lawyers, gov-affairs consultants, history researchers who need a flat, sortable feed of presidential actions without re-implementing the Federal Register pagination themselves.
What you get
One dataset row per presidential document:
| field | example |
|---|---|
| documentNumber | 2026-10733 |
| subtype | Proclamation |
| title | Memorial Day, 2026 |
| executiveOrderNumber | 14123 (only on EOs) |
| presidentialDocumentNumber | 11031 |
| signingDate | 2026-05-22 |
| publicationDate | 2026-05-28 |
| citation | 91 FR 22480 |
| abstract | (when present) |
| agencies | [{"name": "Executive Office of the President", ...}] |
| htmlUrl | https://www.federalregister.gov/documents/... |
| pdfUrl | https://www.govinfo.gov/content/pkg/FR-.../pdf/... |
| rawTextUrl | https://www.federalregister.gov/documents/full_text/text/... |
| fullText | (only if includeFullText: true) |
Inputs
{"sinceDays": 30,"subtypes": ["Executive Order", "Proclamation"]}
| input | type | default | notes |
|---|---|---|---|
sinceDays | integer | 30 | Lookback window from today. Use 1 for a daily cron. |
since | YYYY-MM-DD | — | Overrides sinceDays if set. |
until | YYYY-MM-DD | today | Inclusive. |
subtypes | string[] | all | Filter by subtype. Empty = all presidential docs. |
includeFullText | boolean | false | Adds the raw text body. Slower & heavier. |
userAgent | string | preset | Override only if Federal Register rejects the default. |
Daily cron pattern
{ "sinceDays": 1, "subtypes": ["Executive Order"] }
Schedule daily at 14:00 UTC (after the morning Federal Register drop). Each run yields only new EOs.
Historical backfill
{ "since": "1994-01-01" }
The Federal Register API returns presidential documents back to 1994. Set the range you want; the actor paginates through every page.
What it doesn't do (and why)
- No White House press scraping — different source, different shape. Use a separate actor.
- No prediction or sentiment analysis — raw cleaned text only.
- No congressional documents — this is Article-II executive branch only.
Maintained by
vøiddo studio — small independent shop. Ships software the way friends recommend it.