Victoria & Albert Museum Collections Scraper avatar

Victoria & Albert Museum Collections Scraper

Pricing

from $0.35 / 1,000 results

Go to Apify Store
Victoria & Albert Museum Collections Scraper

Victoria & Albert Museum Collections Scraper

$0.35/1K πŸ”₯ V&A Museum Scraper! Extract artworks, objects, artists, dates & images from London's Victoria and Albert Museum collection. No key. JSON, CSV, Excel or API in seconds. Power an art catalog or culture app ⚑

Pricing

from $0.35 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape the Victoria & Albert Museum (V&A) β€” the world's largest museum of applied arts, decorative arts and design β€” straight from its free, key-less Collections API v2. Get structured objects with makers, materials, techniques, dates, places of origin, dimensions and high-quality IIIF images.

No API key. No login. ~$0.50 per 1,000 objects in Apify platform usage.

What you get

Every object is one clean, flat record:

FieldDescription
system_numberV&A internal id (e.g. O72610)
accession_numberMuseum accession number
titleObject title
object_typee.g. Chair, Teapot, Kimono
maker / maker_associationDesigner/maker and their role
date_textProduction date
brief_descriptionShort description (≀2000 chars)
physical_descriptionDetailed physical description (≀3000, detail only)
materials / techniques / categoriesLists (detail only)
place_of_originWhere it was made (detail only)
dimensionsCompact dimension string (detail only)
collection_codeV&A collection code
on_display / galleryWhether it is on display and where
image_id / image_url / has_imageIIIF image id + a ready 400Γ—400 image URL
urlPublic V&A page for the object
sourceAlways vam
scraped_atISO timestamp

Image URLs use the V&A IIIF server, e.g. https://framemark.vam.ac.uk/collections/{image_id}/full/!400,400/0/default.jpg (verified to resolve). Change the size segment for larger renders.

Modes

  • search β€” run one or more queries (chair, teapot, kimono, a maker's name, a keyword…) with optional material / year / images filters. Each hit is optionally enriched with its full object record.
  • objects β€” pass explicit V&A system numbers and get their full records.

Input

FieldTypeDefaultNotes
modeselectsearchsearch or objects
queriesarray["chair","teapot","kimono"]Search terms (search mode)
systemNumbersarray[]System numbers (objects mode)
materialFilterstringβ€”AAT material id, e.g. AAT12849
yearFrom / yearTointβ€”Production-year range
withImagesOnlyboolfalseOnly objects that have an image
enrichDetailsbooltrueFetch full object records (richer, slower)
maxItemsint200Hard cap (max 3000)

Example

{
"mode": "search",
"queries": ["kimono", "art deco"],
"yearFrom": 1900,
"yearTo": 1940,
"withImagesOnly": true,
"enrichDetails": true,
"maxItems": 500
}

Use cases

  • Art & design datasets for ML, catalogues and analysis
  • Design research β€” trace materials, techniques and makers over time
  • Education β€” build teaching resources from a world-class collection
  • Digital exhibitions β€” power galleries with IIIF imagery and rich metadata

How this differs from my other museum scrapers

This actor is dedicated to the V&A β€” applied arts and design (furniture, fashion, ceramics, textiles, metalwork, jewellery, product design). It is a different institution and API from my other museum actors:

If you want design and decorative-arts objects specifically, use this one.

Data licensing & terms

Data comes from the public V&A Collections API. The V&A provides its collection data and IIIF images primarily for personal, educational and research (non-commercial) use; many images are made available for creative and academic reuse, but rights vary object-by-object and some records carry third-party rights or content warnings. You are responsible for checking the rights and credit line of each object on its V&A page before reuse, and for complying with the V&A API terms. This actor is an independent tool and is not affiliated with or endorsed by the Victoria & Albert Museum.

Run locally

pip install -r requirements.txt
python -m src.main
python3 tests/test_mapper.py # offline smoke tests