imagesartmuseumsmetadatacultural-heritageimage-metadataglobalpaintingsphotographypublic-domain

Global Museum Artwork & Image Metadata — 40 Museums, 12,500 Records (1400–2024)

Category
Images
Records
12,500 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Comprehensive metadata dataset of 12,500 artworks and images from 40 major museums across 19 countries and 6 continents, spanning over 600 years of art history. ## Sources - **Metropolitan Museum of Art Open Access**: Artwork metadata, classifications, and provenance data - **Rijksmuseum API**: Dutch and European art collection records - **Art Institute of Chicago API**: American and European artwork metadata - **Smithsonian Open Access**: Photography and mixed media collections - **Europeana Collections**: Cross-institutional European art records - **Museum APIs worldwide**: Tokyo National Museum, National Museum of China, National Gallery (London), Louvre, and 30+ additional institutions ## Key Features - **28 columns** including artist demographics, physical dimensions, digital image specs, and art-historical classification - **8 classification types**: painting (35%), photograph (20%), print (15%), drawing (12%), sculpture (8%), watercolor (5%), mixed media (3%), digital art (2%) - **30 art movements** from Renaissance to Contemporary, with period-accurate movement assignments - **Image metadata**: pixel dimensions, file sizes, dominant color analysis (hex codes), and aspect ratios - **Public domain flags**: works created before 1929 flagged for open use - **Museum-level detail**: accession numbers, departments, city/country/continent geography ## Use Cases - Art market analysis and valuation modeling - Museum collection diversity studies - Computer vision training set curation (using image metadata to filter appropriate records) - Cultural heritage digitization planning - Art history trend analysis across periods and movements - Geographic distribution of global art collections

Schema

NameTypeDescription
idstring
artist_namestring
artist_nationalitystring
artist_birth_yearstring
artist_death_yearstring
museumstring
creation_yearstring
classificationstring
mediumstring
genrestring
movementstring
departmentstring
height_cmstring
width_cmstring
depth_cmstring
dimensionsstring
aspect_ratiostring
is_public_domainstring
image_availablestring
primary_color_hexstring
dominant_colorsstring
image_width_pxstring
image_height_pxstring
file_size_kbstring
accession_numberstring
museum_citystring
museum_countrystring
continentstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.8 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Museum Artwork & Image " })
// Found: f2d6ca25-8f7b-43ba-8db9-045c75d44d3a
get_download_url({ dataset_id: "f2d6ca25-8f7b-43ba-8db9-045c75d44d3a" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/f2d6ca25-8f7b-43ba-8db9-045c75d44d3a/download-url