Search the catalogue
search_itemsSearch the Library of Congress catalogue by media type and apply filters to locate digitized or physical items.
Instructions
Search the Library of Congress catalogue: books, photographs, maps, recordings, films, manuscripts, sheet music and newspaper titles. 'media_type' is required, because the Library keeps a separate catalogue for each kind of thing. This matches titles, creators and catalogue descriptions. It does not read the text inside a scan; use search_newspapers for a phrase printed on a newspaper page. 'subject', 'location', 'language' and 'collection' take the words the Library itself uses, as they appear on the rows this tool returns. A filter matching nothing is dropped and the answer says so. By default only material with a digitised copy is returned; set 'online_only' to false to take in records the Library holds on a shelf alone. Every row carries an 'identifier', which get_item takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | Order of the results. | relevance |
| limit | No | ||
| query | Yes | Words to look for in titles, creators and catalogue descriptions. | |
| subject | No | A subject heading, such as 'crime'. | |
| year_to | No | Latest year, inclusive. | |
| language | No | A language, written in English: 'english'. | |
| location | No | A place, such as 'oklahoma'. | |
| year_from | No | Earliest year, inclusive. | |
| collection | No | A collection, named exactly as list_collections reports it under 'collection_filter'. | |
| media_type | Yes | Which catalogue to search: books, photos, maps, audio, film-and-videos, manuscripts, notated-music or newspapers. 'newspapers' holds the papers themselves; a phrase printed on a page belongs in search_newspapers. | |
| online_only | No | Keep to material with a digitised copy. Set false to include shelf-only records. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| notes | Yes | ||
| query | Yes | ||
| total | Yes | Records matching across this catalogue, not the number returned. |