imagesartmuseumcultural-heritageopen-accessimage-metadataartworkpaintingssculptures

Global Open-Access Museum Artwork Image Metadata (1000-2025)

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

About this data

A comprehensive metadata catalog of 10,000+ artworks from the worlds leading open-access museum collections. Each record includes artwork title, artist, creation date, medium, dimensions, department, culture/origin, classification, and direct image URLs. Sourced from the Metropolitan Museum of Art, Art Institute of Chicago, Cleveland Museum of Art, and Rijksmuseum open-access APIs. Ideal for training image classification models, art historical analysis, cultural heritage research, and recommendation systems. All records are normalized to a common schema with consistent field naming and formatting.

Schema

NameTypeDescription
source_museumstring
object_idstring
titlestring
artist_namestring
artist_nationalitystring
artist_birth_yearstring
artist_death_yearstring
creation_datestring
creation_year_startstring
creation_year_endstring
mediumstring
dimensionsstring
departmentstring
classificationstring
culturestring
periodstring
image_urlstring
is_public_domainstring
credit_linestring
country_of_originstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.1 / 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 Open-Access Museum Artw" })
// Found: 0baeb51c-c6ed-4678-91c0-90097ed27440
get_download_url({ dataset_id: "0baeb51c-c6ed-4678-91c0-90097ed27440" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/0baeb51c-c6ed-4678-91c0-90097ed27440/download-url