Victoria & Albert Museum Collection Scraper avatar

Victoria & Albert Museum Collection Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Victoria & Albert Museum Collection Scraper

Victoria & Albert Museum Collection Scraper

Search the Victoria and Albert Museum collection and pull one clean record per object with title, maker, production date, place, materials, dimensions, gallery location, and a ready IIIF image. Filter by maker or object type. Great for design research and cultural datasets.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ParseForge Banner

🏛 Victoria & Albert Museum Collection Scraper

🚀 Pull V&A museum objects in seconds. Search 1.2M+ catalogued objects and get clean records with titles, makers, dates, materials, dimensions, gallery location, and high-quality IIIF images.

🕒 Last updated: 2026-06-05 · 📊 15 fields per record · IIIF image links · Full V&A collection coverage

The Victoria & Albert Museum (V&A) in London holds one of the world's largest collections of art, design, and performance, spanning over 5,000 years of human creativity. This scraper turns the V&A's public collection into a structured feed you can analyse, enrich, or build on.

Point it at any search term (chair, kimono, poster, teapot, Wedgwood) and it returns one clean record per object, enriched from the V&A object detail endpoint so materials, techniques, dimensions, and gallery location come through cleanly instead of as raw codes.

🎯 Target Audience💡 Primary Use Cases
Researchers and academicsArt and design history research
Cultural heritage and GLAM teamsCollection analysis and cataloguing
Educators and studentsTeaching material and study sets
Designers and creativesVisual reference and inspiration libraries
Data scientists and developersBuilding cultural datasets and apps

📋 What the Victoria & Albert Museum Collection Scraper does

This Actor queries the official Victoria & Albert Museum API v2, then enriches every result with the per-object detail record. For each museum object it returns:

  • The primary IIIF image, served at 400x400 from the V&A image server
  • Object title, type, accession number, and stable system number
  • Maker or artist with their role (designer, manufacturer, maker)
  • Production date and place of origin
  • Materials, techniques, and physical dimensions
  • Gallery or storage location and a short description
  • A direct link to the object page on the V&A site

You control the search with a query plus optional maker and object type filters.

🎬 Full Demo (🚧 Coming soon)

⚙️ Input

FieldTypeRequiredDescription
querystringNoFree-text search across the collection. Defaults to chair.
maxItemsintegerNoCap on the number of objects returned. Free plan is limited to 10.
makerstringNoNarrow results to a maker, artist, designer, or manufacturer.
objectTypestringNoNarrow results to an object type (Armchair, Vase, Photograph).
pageSizeintegerNoRecords requested per API page (1 to 100). Defaults to 20.

Example 1 — broad search

{
"query": "kimono",
"maxItems": 25
}

Example 2 — maker and type filter

{
"query": "cabinet",
"maker": "Chippendale",
"objectType": "Armchair",
"maxItems": 50
}

⚠️ Good to Know: The V&A search ranks loosely, so a broad query can surface related objects beyond the exact term. Use the maker and objectType filters to tighten results. Some objects have no recorded technique or maker, in which case those fields come back empty rather than fabricated.

📊 Output

Each object becomes one record. Field schema:

FieldDescription
🖼 imageUrlPrimary object image (IIIF, 400x400 JPEG)
📌 titleObject title
🏷 objectTypeType of object (Chair, Vase, Photograph)
🎨 artistMaker or artist with role
📅 dateProduction date
📍 placePlace of origin
🧵 materialsMaterials used
🛠 techniquesTechniques used
📐 dimensionsPhysical dimensions with units
🏛 locationGallery or storage location
📝 briefDescriptionShort object description
🆔 systemNumberStable V&A system number
🔖 accessionNumberMuseum accession number
🔗 objectUrlLink to the object on the V&A site
🕒 scrapedAtTimestamp of collection
errorNull on success, message on failure

Real sample records:

{
"imageUrl": "https://framemark.vam.ac.uk/collections/2006AU1797/full/!400,400/0/default.jpg",
"title": "Ply Chair",
"objectType": "Chair",
"artist": "Morrison, Jasper (designer)",
"date": "1990",
"place": "Great Britain",
"materials": "plywood, veneer",
"techniques": "sawing",
"dimensions": "Height: 85 cm, Width: 40 cm, Depth: 50 cm",
"location": "006",
"briefDescription": "Ply-chair with back designed by Jasper Morrison, 1990",
"systemNumber": "O72610",
"accessionNumber": "W.2-1995",
"objectUrl": "https://collections.vam.ac.uk/item/O72610",
"scrapedAt": "2026-06-05T17:41:12.716Z",
"error": null
}
{
"imageUrl": "https://framemark.vam.ac.uk/collections/2013GT3689/full/!400,400/0/default.jpg",
"title": "Joan's chair",
"objectType": "Chair",
"artist": "Heal, Ambrose (Sir) (designer); Christine Angus (designer)",
"date": "1901",
"place": "England",
"materials": "oak",
"techniques": "inlay",
"dimensions": "Height: 157.5 cm, Depth: 58 cm, Width: 70 cm",
"location": "SR042",
"briefDescription": "An Arts & Crafts Chair by Ambrose Heal, England, 1901",
"systemNumber": "O1264771",
"accessionNumber": "B.1-2013",
"objectUrl": "https://collections.vam.ac.uk/item/O1264771",
"scrapedAt": "2026-06-05T17:41:12.862Z",
"error": null
}
{
"imageUrl": "https://framemark.vam.ac.uk/collections/2015HX9943/full/!400,400/0/default.jpg",
"title": "21400 mm chair",
"objectType": "Chair",
"artist": "nendo (designer)",
"date": "2010",
"place": "Tokyo (city)",
"materials": "steel",
"techniques": "bent, welding, coating, Powder coated",
"dimensions": "Height: 66 cm, Width: 78 cm, Depth: 76 cm, Weight: 6.35 kg",
"location": "CA003",
"briefDescription": "Chair, '21400 mm chair', Thin Black Lines collection designed by nendo (Oki Sato) and manufactured by Ochiai-Seisakusho Co. Ltd, steel, 2010",
"systemNumber": "O1243361",
"accessionNumber": "W.28-2011",
"objectUrl": "https://collections.vam.ac.uk/item/O1243361",
"scrapedAt": "2026-06-05T17:41:12.976Z",
"error": null
}

✨ Why choose this Actor

  • Enriched, not raw. Every object is pulled from the detail endpoint so materials, techniques, and dimensions arrive clean.
  • Image first. Each record leads with a ready IIIF image link you can drop straight into a gallery or sheet.
  • Honest fields. Empty values stay empty. No fabricated makers or dates.
  • Stable identifiers. System and accession numbers let you join back to the V&A at any time.
  • Filter where it counts. Maker and object type filters narrow huge result sets to what you need.

📈 How it compares to alternatives

ApproachImage linksEnriched fieldsFiltersStructured output
This ActorYes (IIIF)YesMaker, typeYes
Manual website browsingView onlyManual copyUI onlyNo
Raw API callsImage IDs onlyExtra codingYesBuild yourself

🚀 How to use

  1. Sign up for a free Apify account using this link.
  2. Open the Victoria & Albert Museum Collection Scraper.
  3. Enter a search query and any optional maker or object type filter.
  4. Click Start and watch records fill the dataset.
  5. Download or connect the results to your tools and workflows.

💼 Business use cases

Cultural heritage and research

NeedHow this helps
Build a study datasetPull thousands of objects with consistent fields
Track a maker's outputFilter by maker across the whole collection

Design and creative

NeedHow this helps
Mood and reference boardsImage-first records ready to embed
Material and technique studyClean materials and techniques per object

Education

NeedHow this helps
Teaching setsCurated object lists by theme
Student projectsStructured data without manual copying

Data and product

NeedHow this helps
Power a cultural appStable IDs and image links to build on
Enrich a catalogueJoin V&A records to your own data

🔌 Automating Victoria & Albert Museum Collection Scraper

Connect this Actor to the tools you already use:

  • Make and Zapier to trigger runs and route records into apps
  • Slack to post new finds to a channel
  • Airbyte to sync results into a warehouse
  • GitHub to version controlled data pipelines
  • Google Drive to archive image sets and sheets

🌟 Beyond business use cases

  • Research into design history, provenance, and material culture
  • Personal collections, hobby cataloguing, and learning projects
  • Non-profit and community heritage initiatives
  • Experimentation with generative art, search, and recommendation models

🤖 Ask an AI assistant

Drop your dataset into ChatGPT, Claude, Perplexity, or Microsoft Copilot and ask it to summarise makers, cluster by material, or build a timeline of an object type.

❓ Frequently Asked Questions

Is the data official? Yes. It comes from the official Victoria & Albert Museum API v2.

Do I need an API key? No. The V&A API is open, so you only need an Apify account to run the Actor.

What identifies each object? The V&A system number and the museum accession number, both included in every record.

Where do the images come from? The V&A IIIF image server. Each record links to a 400x400 JPEG of the primary image.

Can I get larger images? The link follows the V&A IIIF pattern, so the size segment can be adjusted at the source for higher resolutions.

How do the filters work? maker narrows to a person or organisation, and objectType narrows to a category like Armchair or Vase.

Why is a field sometimes empty? Some objects have no recorded maker, technique, or date. Empty values are kept honest rather than guessed.

How many objects can I collect? Free plans are capped at 10 per run. Paid plans can collect up to 1,000,000.

Does it cover every V&A object? It searches the full public collection. Results depend on your query and filters.

Can I run it on a schedule? Yes. Use Apify Schedules to run it automatically and capture new additions.

🔌 Integrate with any app

Results are available through the Apify API and dataset endpoints, so you can pipe records into spreadsheets, databases, dashboards, or custom apps.

💡 Pro Tip: browse the complete ParseForge collection.

🆘 Need Help? Open our contact form

⚠️ Disclaimer: independent tool, not affiliated with the Victoria & Albert Museum. Only publicly available data is collected.