Rijks Search
rijks_searchSearch the Rijksmuseum's ~800,000-object collection — Dutch Golden Age paintings, prints, drawings, photographs, Delftware, Asian art — by title, maker, object type, material, technique or object number, and get back real records: title, maker, date, materials, curatorial description, rights and a IIIF image URL. AUTHORITATIVE for what the Dutch national museum holds and how it catalogues it. Keyless. There is no free-text q: filters are field-scoped, and titles are catalogued in Dutch. Example: rijks_search({ creator: "Rembrandt", type: "painting", limit: 5 }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Object type, e.g. "painting", "print", "drawing", "photograph". | |
| limit | No | How many hits to hydrate into full records, 1-25. Default 10. Each costs one upstream fetch. | |
| title | No | Words in the object title, as catalogued (Dutch), e.g. "Nachtwacht". | |
| creator | No | Maker name, e.g. "Rembrandt van Rijn" or "Vermeer". | |
| material | No | Material, e.g. "canvas", "paper", "oil paint". | |
| technique | No | Technique, e.g. "etching", "engraving". | |
| page_token | No | next_page_token from a previous call, to continue through the result set. | |
| objectNumber | No | Exact museum object number, e.g. "SK-C-5". | |
| imageAvailable | No | Only objects that have a published image. |