Search Newspapers
search_newspapersFull-text search of digitized historical U.S. newspapers (~1690s–present) from the Library of Congress "Chronicling America" collection. Find primary-source newspaper coverage of any person, event, place, or topic in history — returns the newspaper, publication date, city/state, a link to the digitized page, and the page-scan image URL. Filter by date range and U.S. state. Example: search_newspapers({ query: "influenza epidemic", date_from: "1918", date_to: "1919", state: "oklahoma" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default 10, max 25). | |
| query | Yes | Full-text search terms (matched against the OCR'd newspaper text). | |
| state | No | U.S. state name to restrict to (lowercase, e.g. "california", "new york"). | |
| date_to | No | Latest year or date (e.g. "1919"). Defaults to present. | |
| date_from | No | Earliest year or date (e.g. "1918" or "1918-01-01"). Defaults to the collection start. |