Search Objects
search_objectsSearch the Victoria & Albert Museum (V&A) — the world's leading art & design museum. Find objects across 1M+ items (furniture, fashion, ceramics, photographs, paintings, jewellery, sculpture) by keyword. Returns id, title, maker, date, place, type, and thumbnail. Use the returned id with get_object for full details. Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1). | |
| limit | No | Max results to return (default 15, max 100). | |
| query | Yes | Free-text keyword search (e.g. "Jasper Morrison chair", "Tudor portrait", "Japanese ceramics"). | |
| with_images | No | If true, only return objects that have images (default false). |