search_executive_orders
Search executive orders by president, year, date range, or keyword. Returns titles, signing dates, and document links for each match.
Instructions
Search for executive orders by president, year, date range, or keyword. Returns a list of matching executive orders with metadata including title, signing date, and document links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| term | No | Search term to find in executive orders | |
| year | No | Publication year (e.g., 2024) | |
| per_page | No | Number of results per page (default 20, max 1000) | |
| president | No | President slug (e.g., "joe-biden", "donald-trump", "barack-obama", "george-w-bush") | |
| signing_date_gte | No | Signing date greater than or equal to (YYYY-MM-DD format) | |
| signing_date_lte | No | Signing date less than or equal to (YYYY-MM-DD format) |